/$success
Content-type: text/html
Pragma: no-cache
Expires: Saturday, February 15,1997 10:10:10 GMT
/%usercookie%/
<html>
<head>
<LINK href="/catalog/stylesheets/catmain.css" rel=stylesheet type=text/css>
<title>Signup Successful</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="75%" height="100%">
<tr>
<td class="header" colspan="3">
<!--#include virtual="/catalog/ssi/header.html" -->
</td>
</tr>
<tr>
<td class="left" width="20%">
<!--#include virtual="/catalog/ssi/left.html" -->
</td>
<td height="100%">
Signup was successful.
</td>
<td class="right" width="20%">
<!--#include virtual="/catalog/ssi/right.html" -->
</td>
</tr>
<tr>
<td class="footer" colspan="3">
<!--#include virtual="/catalog/ssi/footer.html" -->
</td>
</tr>
</table>
</body>
</html>
/$fail
Content-type: text/html
Pragma: no-cache
Expires: Saturday, February 15,1997 10:10:10 GMT
<html>
<head>
<LINK href="/catalog/stylesheets/catmain.css" rel=stylesheet type=text/css>
<title>Error occured during Signup</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="75%" height="100%">
<tr>
<td class="header" colspan="3">
<!--#include virtual="/catalog/ssi/header.html" -->
</td>
</tr>
<tr>
<td class="left" width="20%">
<!--#include virtual="/catalog/ssi/left.html" -->
</td>
<td height="100%">
Error occured during signup. Please user your browser's Back button to return
to the signup page and correct any errors.<br><br>
<div class="error">
/%errortext%/
</div>
</td>
<td class="right" width="20%">
<!--#include virtual="/catalog/ssi/right.html" -->
</td>
</tr>
<tr>
<td class="footer" colspan="3">
<!--#include virtual="/catalog/ssi/footer.html" -->
</td>
</tr>
</table>
</body>
</html>