-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounts.cfm
37 lines (23 loc) · 1 KB
/
accounts.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
<!---
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 Account Management Services:</div></b></font>
<div class="copy">
<ul>
<li><a href="newaccount.cfm">Create a new account</a>
<li><a href="verify.cfm">Manually validate an account</a>
<li><a href="fetch.cfm">Lost your PXO password, or would you like to know what your PXO login and password are?</a>
<li><a href="editaccount.cfm">Change the email address for your account</a>
</ul>
</div>
<!--- End page info --->
<cfinclude template="docmid.cfm">
<cfinclude template="menus/menu_accounts.cfm">
<!--- end menus --->
<cfinclude template="docbot.cfm">