File: /home/awaldron/public_html/archive/blueliner/upload/adjutor/myaccount.asp
<!-- #INCLUDE FILE="mainlinks.asp" -->
<%
'#FDDA2D - pirate yellow
'#F21B20 - pirate red
'#000000 - pirate black
IF Session("loggedin") AND TRIM(UCASE(Session("fname"))) = "GUEST" THEN
Response.Redirect "addtocart.asp"
END IF
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="Nicholas J. Evanish" content="FrontPage.Editor.Document">
<title>
Imagecuts.com - <%=Session("fname")%>'s Account.
</title>
<link REL="stylesheet" HREF="imagecuts.css" TYPE="text/css">
<%=createmouseovercode%>
</head>
<body background="<%=Session("bgimage")%>">
<div align="center">
<!--START TOP TABLE OF CODE-->
<%=createtoptable%>
<!--END TOP TABLE OF CODE-->
<!--START SECOND TABLE OF CODE-->
<table background="images\mainbodybg.gif" cellSpacing="0" cellPadding="2" width="700" border="0" bordercolor="blue" align="center">
<tr>
<td width="5"></td>
<td width="565" height="400" valign="top" align="left" class="signup">
<b><img src="images\pageheaders\myaccount.gif" border="0" alt="This is my cart.">
<br>MEMBERS AREA ONLY
<table border="0" cellpadding="0" cellspacing="0" width="565">
<tr>
<td width="565" valign="top" class="signup">
<span lang="en-us"><b>
<%IF Session("loggedin") AND TRIM(UCASE(Session("fname"))) <> "GUEST" THEN
IF TRIM(Session("nickname")) <> "" THEN
Response.Write "<font size='4'>Welcome back <font color='#CC0033'>" & Session("nickname") & "</font>.</font>" & chr(13) & chr(10)
ELSE
Response.Write "<font size='4'>Welcome back <font color='#CC0033'>" & Session("fname") & "</font>.</font>" & chr(13) & chr(10)
END IF
Response.Write "<BR><BR>" & chr(13) & chr(10)
Response.Write "<li><a href='edityourprofile.asp'>Edit your profile</a>" & chr(13) & chr(10)
Response.Write "<li><a href='removeacct.asp'>Remove your account</a>" & chr(13) & chr(10)
Response.Write "<br><br><font size='3'>Credit Card Information</font>" & chr(13) & chr(10)
Response.Write "<li><a href='billinginfo.asp'>Set Your Primary Credit Card or Add New Credit Card(s)</a>" & chr(13) & chr(10)
Response.Write "<li><a href='editbillinginfo.asp'>Edit any Credit Card Account's Information</a>" & chr(13) & chr(10)
Response.Write "<br><br><font size='3'>View all Orders</font>" & chr(13) & chr(10)
Response.Write "<li><a href='vieworders.asp'>View all your orders placed at Imagecuts.com</a>" & chr(13) & chr(10)
Response.Write "<br><br><font size='3'>Other Features</font>" & chr(13) & chr(10)
Response.Write "<li>Coming soon. . . . . " & chr(13) & chr(10)
Response.Write "<p align=left>" & chr(13) & chr(10)
Response.Write "We hope you will find the features made available with your account very beneficial when visiting Imagecuts.com. Some of your features are listed below:" & chr(13) & chr(10)
Response.Write "<br><br><b>" & chr(13) & chr(10)
Response.Write "<li> Ability to edit your account information at any time once you log-in!" & chr(13) & chr(10)
Response.Write "<li> View the status of each order you make until your statuette is in your hands!" & chr(13) & chr(10)
Response.Write "<li> Receive all the latest specials before they are announced on the site!" & chr(13) & chr(10)
Response.Write "<li> Store your mailing/billing information in order to quicken your checkout process! " & chr(13) & chr(10)
Response.Write "<li> <font color='#CC0033'>Many more features will become available in the future...</font>" & chr(13) & chr(10)
Response.Write "</p>"
END IF
%>
</span>
</td>
</tr>
</table>
</b>
</td>
<td width="35"></td>
<td width="95" align="center" valign="top" class="whitetextwithblackhover">
<b><%=rightsidelinks%></b>
</td>
</tr>
</table>
</tr>
</table>
<!--BEGIN FOOTER CODE-->
<%=footer%>
<!--END FOOTER CODE-->
</div>
</body>
</html>