-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfetch.cfm
66 lines (46 loc) · 1.49 KB
/
fetch.cfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!---
Copyright (C) Volition, Inc. 2005. All rights reserved.
All source code herein is the property of Volition, Inc. You may not sell
or otherwise commercially exploit the source or things you created based on the
source.
--->
<cfinclude template="variables.cfm">
<cfinclude template="doctop.cfm">
<!--- Page info goes here --->
<font color="white"><b><div class="newsitemtitle">PXO Pilot Lookup:</div></b></font>
<font color="#BBBBBB"><div class="copy">
Entering your PXO login will send an email to the email address to which that login is registered.
<p>
Entering your email address will email that address with all PXO logins and passwords related to that email address.
<p>
<CFFORM ACTION="_fetch.cfm" METHOD="POST">
<table>
<tr>
<td>
<font color="#BBBBBB"><div class="copy"><b>Login:</b></div></font>
</td>
<td>
<cfinput type="Text" name="login" size="25" maxlength="75">
</td>
</tr>
<tr>
<td colspan="2"><div class="copy">OR</div></td>
</tr>
<tr>
<td>
<font color="#BBBBBB"><div class="copy"><b>Email:</b></div></font>
</td>
<td>
<cfinput type="text" name="email" size="25" maxlength="75">
</td>
</tr>
</table>
<p>
<INPUT TYPE="SUBMIT" VALUE="Find My Info">
</cfform>
</div></font>
<!--- End page info --->
<cfinclude template="docmid.cfm">
<cfinclude template="menus/_menu_accounts.cfm">
<!--- end menus --->
<cfinclude template="docbot.cfm">