-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverify.cfm
More file actions
58 lines (39 loc) · 1.32 KB
/
Copy pathverify.cfm
File metadata and controls
58 lines (39 loc) · 1.32 KB
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
<!---
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">Account Verification:</div></b></font>
<font color="#BBBBBB"><div class="copy">
<CFFORM ACTION="_verify.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="25" required="yes" message="You must enter your password">
</td>
</tr>
<tr>
<td>
<font color="#BBBBBB"><div class="copy"><b>Password:</b></div></font>
</td>
<td>
<cfinput type="Text" name="password" size="25" maxlength="25" required="yes" message="You must enter your login">
</td>
</tr>
</table>
<p>
<INPUT TYPE="SUBMIT" VALUE="Submit Registration">
</cfform>
</div></font>
<!--- End page info --->
<cfinclude template="docmid.cfm">
<cfinclude template="menus/menu_accounts.cfm">
<!--- end menus --->
<cfinclude template="docbot.cfm">