]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/main/Signup.templ
Enforce Output of CSRF token.
[gigi.git] / src / org / cacert / gigi / pages / main / Signup.templ
1 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="400">
2   <tr>
3     <td colspan="3" class="title"><?=_My Details?></td>
4   </tr>
5
6   <tr>
7     <td class="DataTD" width="125"><?=_First Name?>: </td>
8     <td class="DataTD" width="125"><input type="text" name="fname" size="30" value="<?=$fname?>" autocomplete="off"></td>
9     <td rowspan="4" class="DataTD" width="125"><?=$helpOnNames?></td>
10   </tr>
11
12   <tr>
13     <td class="DataTD" valign="top"><?=_Middle Name(s)?><br>
14       (<?=_optional?>)
15     </td>
16     <td class="DataTD"><input type="text" name="mname" size="30" value="<?=$mname?>" autocomplete="off"></td>
17   </tr>
18
19   <tr>
20     <td class="DataTD"><?=_Last Name?>: </td>
21     <td class="DataTD"><input type="text" name="lname" size="30" value="<?=$lname?>" autocomplete="off"></td>
22   </tr>
23
24   <tr>
25     <td class="DataTD"><?=_Suffix?><br>
26       (<?=_optional?>)</td>
27     <td class="DataTD"><input type="text" name="suffix" size="30" value="<?=$suffix?>" autocomplete="off"><br><?=_Please only write Name Suffixes into this field.?></td>
28   </tr>
29
30   <tr>
31     <td class="DataTD"><?=_Date of Birth?><br>
32             (<?=_dd/mm/yyyy?>)</td>
33     <td class="DataTD"><?=$dob?></td>
34     <td class="DataTD">&nbsp;</td>
35   </tr>
36
37   <tr>
38     <td class="DataTD"><?=_Email Address?>: </td>
39     <td class="DataTD"><input type="text" name="email" size="30" value="<?=$email?>" autocomplete="off"></td>
40     <td class="DataTD"><?=_I own or am authorised to control this email address?></td>
41   </tr>
42
43   <tr>
44     <td class="DataTD"><?=_Pass Phrase?><font color="red">*</font>: </td>
45     <td class="DataTD"><input type="password" name="pword1" size="30" autocomplete="off"></td>
46     <td class="DataTD" rowspan="2">&nbsp;</td>
47   </tr>
48   <tr>
49     <td class="DataTD"><?=_Pass Phrase Again?><font color="red">*</font>: </td>
50     <td class="DataTD"><input type="password" name="pword2" size="30" autocomplete="off"></td>
51   </tr>
52
53   <tr>
54     <td class="DataTD" colspan="3"><font color="red">*</font><?=_Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol.?></td>
55   </tr>
56   <tr>
57     <td class="DataTD" colspan="3"><?=_It's possible to get notifications of up and coming events and even just general announcements, untick any notifications you don't wish to receive. For country, regional and radius notifications to work you must choose your location once you've verified your account and logged in.?></td>
58   </tr>
59
60   <tr>
61     <td class="DataTD" valign="top"><?=_Alert me if?>: </td>
62     <td class="DataTD" align="left">
63         <input type="checkbox" name="general" value="1"<?=$general?>><?=_General Announcements?><br>
64         <input type="checkbox" name="country" value="1"<?=$country?>><?=_Country Announcements?><br>
65         <input type="checkbox" name="regional" value="1"<?=$regional?>><?=_Regional Announcements?><br>
66         <input type="checkbox" name="radius" value="1"<?=$radius?>><?=_Within 200km Announcements?></td>
67     <td class="DataTD">&nbsp;</td>
68   </tr>
69
70   <tr>
71     <td class="DataTD" colspan="3"><?=_When you click on next, we will send a confirmation email to the email address you have entered above.?></td>
72   </tr>
73   <tr>
74     <td class="DataTD" colspan="3"><input type="checkbox" name="cca_agree" value="1"><?=_I agree to the terms and conditions of the CAcert Community Agreement?>: <a href="/policy/CAcertCommunityAgreement.php">http://www.cacert.org/policy/CAcertCommunityAgreement.php</a></td>
75   </tr>
76
77   <tr>
78     <td class="DataTD" colspan="3"><input type="submit" name="process" value="<?=_Next?>"></td>
79   </tr>
80
81 </table>