Fixed EOY issue
[clearscm.git] / maps / SignupForm.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
4 <head>
5   <title>MAPS: Signup</title>
6   <link rev="made" href="mailto:Andrew%40DeFaria.com">
7   <link rel="stylesheet" type="text/css" href="/maps/css/MAPSStyle.css">
8   <script src="/maps/JavaScript/MAPSUtils.js" type="text/javascript"></script>
9   <script src="/maps/JavaScript/CheckSignup.js" type="text/javascript"></script>
10 </head>
11 <body onResize="AdjustTableWidth (&quot;signup&quot;);">
12
13 <div class="heading">
14 <h2 class="header" align="center"><font class="standout">MAPS</font>
15 Spam Elimination System</h2>
16 <h3 class="header" align="center">Sign up for MAPS</h3>
17 </div>
18
19 <div class="content">
20 <div id="leftbar">
21 <div class="username">&nbsp;</div>
22 <div class="menu">
23 <a href="/maps/">MAPS Home</a><br>
24 <a href="/maps/doc/">What is MAPS?</a><br>
25 <a href="/maps/doc/SPAM.html">What is SPAM?</a><br>
26 <a href="/maps/doc/Requirements.html">Requirements</a><br>
27 <a href="/maps/SignupForm.html">Signup</a><br>
28 <a href="/maps/doc/Using.php">Using MAPS</a><br>
29 <a href="/maps/doc/">Help</a>
30 </div>
31 </div>
32
33 <form method="post" action="/maps/bin/signup.cgi" enctype="application/x-www-form-urlencoded" onsubmit="return validate (this);">
34 <table id="signup" cellpadding="2" cellspacing="0" border="1" width="100%"
35  align="center">
36   <tbody>
37     <tr>
38       <td class="label" width="135">Username:</td>
39       <td width="290"><input class="inputfield" type="text" size="25"
40       name="userid"></td>
41       <td class="notetext">Specify a username to log into MAPS<br>
42       </td>
43     </tr>
44     <tr>
45       <td class="label">Full name:</td>
46       <td><input class="inputfield" type="text" size="50"
47       name="fullname"></td>
48       <td class="notetext">Specify your full name<br>
49       </td>
50     </tr>
51     <tr>
52       <td class="label">Email Address:</td>
53       <td><input class="inputfield" type="text" size="50" name="email"></td>
54       <td class="notetext">Your email address is used if you are a <i>Tag
55       &amp; Forward</i> user. This is the email address that MAPS&nbsp;
56       will forward your email to after it tags it. This email address is
57       also used in case you forget your password so that we can email you
58       your password. </td>
59     </tr>
60     <tr>
61       <td class="label">Password:</td>
62       <td><input class="inputfield" type="password" size="20"
63        name="password"></td>
64       <td class="notetext">Choose a password greater than 6 characters<br>
65       </td>
66     </tr>
67     <tr>
68       <td class="label">Repeat Password:</td>
69       <td><input class="inputfield" type="password" size="20"
70        name="repeated_password"></td>
71       <td class="notetext">Re-enter your password so we can be sure
72       you typed it correctly<br>
73       </td>
74     </tr>
75     <tr>
76       <td class="label">MAPSPOP User: </td>
77       <td class="label"><input type="radio" name="MAPSPOP" value="yes"
78       onclick="alert('Sorry but MAPSPOP has not yet been implemented'); return false;">Yes
79       <input type="radio" checked="checked" name="MAPSPOP" value="no">No</td>
80       <td class="notetext">MAPSPOP users need to download <a
81       href="/maps/bin/MAPSPOP.exe">MAPSPOP</a>.
82       See <a href="/maps/doc/UsingMAPSPOP.html"><i>Using MAPSPOP</i></a> 
83       for more information.<br>
84       </td>
85     </tr>
86     <tr>
87       <td class="label">Keep history for:<br>
88       </td>
89       <td class="label">
90       <select name="history" class="inputfield">
91       <option>7</option>
92       <option>14</option>
93       <option selected="selected">30</option>
94       <option>60</option>
95       <option>90</option>
96       </select>
97       &nbsp;days </td>
98       <td class="notetext">This specifies how many days of history
99       that MAPS will keep before discarding returned messages.<br>
100       </td>
101     </tr>
102     <tr>
103       <td class="label">Dates in Stats Page<br>
104       </td>
105       <td class="label">
106       <select name="dates" class="inputfield">
107       <option selected="selected">7</option>
108       <option>14</option>
109       <option>21</option>
110       <option>30</option>
111       </select>
112       </td>
113       <td class="notetext">This specifies how many days are displayed
114       in the MAPS Stats Page.<br>
115       </td>
116     </tr>
117     <tr>
118       <td class="label">Entries per page:<br>
119       </td>
120       <td class="label">
121       <select name="days" class="inputfield">
122       <option selected="selected">10</option>
123       <option>20</option>
124       <option>30</option>
125       <option>40</option>
126       <option>50</option>
127       </select>
128       </td>
129       <td class="notetext">This specifies how many entries are
130       displayed per page in the online MAPS Reports.<br>
131       </td>
132     </tr>
133     <tr>
134       <td class="label"><i>Tag &amp; Forward</i>:</td>
135       <td class="label"><input type="radio" name="tag_and_forward"
136        value="yes"
137        onclick="alert('Sorry but Tag & Forward has not yet been implemented'); return false;">Yes
138       <input type="radio" name="tag_and_forward" checked="checked"
139        value="no">No</td>
140       <td class="notetext"><i>Tag and Forward</i> means that MAPS
141       will not filter or save any email for you. Instead it will simply 
142       add an X-MAPS header to your email indicating what MAPS would have
143       done with the email. This allows you to filter your email in your
144       local email client.<br>
145       </td>
146     </tr>
147   </tbody>
148 </table>
149
150 <div style="text-align: center;"><br>
151 <input type="submit" value="Sign Up!"></div>
152 <div class="copyright">Copyright &copy; 2001-2004 - All rights reserved<br>
153 <a href="http://defaria.com">Andrew DeFaria</a> <a
154  href="mailto:Andrew@DeFaria.com">&lt;Andrew@DeFaria.com&gt;</a></div>
155 </div>
156 <script language='JavaScript1.2'>AdjustTableWidth ("signup");</script>
157 </body>
158 </html>
159