]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/main/Signup.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / main / Signup.templ
1 <table class="table">
2   <thead>
3   <tr>
4     <th colspan="3"><?=_My Details?></th>
5   </tr>
6   </thead>
7
8   <tbody>
9   <tr>
10     <td><?=_Name?>: </td>
11     <td><?=$name?></td>
12     <td rowspan="4"><?=$!helpOnNames?></td>
13   </tr>
14
15   <tr>
16     <td><?=_Date of Birth?>:<br>
17         (<?=_yyyy-mm-dd?>)</td>
18     <td><?=$dob?></td>
19     <td><?=_The required minimum age is ${dobmin} years.?></td>
20   </tr>
21
22   <tr>
23     <td><?=_Residence Country?>:</td>
24     <td><?=$countryCode?></td>
25     <td><?=_The country in which you currently reside. This information is optional and used for statistical purposes only.?></td>
26   </tr>
27
28   <tr>
29     <td><?=_Email Address?>:</td>
30     <td><input type="text" name="email" size="30" value="<?=$email?>" autocomplete="off"></td>
31     <td><?=_I own or am authorised to control this email address?></td>
32   </tr>
33
34   <tr>
35     <td><?=_Pass Phrase?><font color="red">*</font>: </td>
36     <td><input class="form-control" type="password" name="pword1" size="30" autocomplete="off"></td>
37     <td rowspan="2">&nbsp;</td>
38   </tr>
39
40   <tr>
41     <td><?=_Pass Phrase Again?><font color="red">*</font>: </td>
42     <td><input class="form-control" type="password" name="pword2" size="30" autocomplete="off"></td>
43   </tr>
44
45   <tr>
46     <td colspan="3"><font color="red">*</font><?=_Your password is one of many factors to protect your account from unauthorised access. A good password is hard to guess, long, and contains a diverse set of characters. Learn more in our !'<a href="http://wiki.cacert.org/wiki/FAQ" target="_new">'FAQ!'</a>'.?></td>
47   </tr>
48   <tr>
49     <td 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>
50   </tr>
51
52   <tr>
53     <td valign="top"><?=_Alert me if?>: </td>
54     <td align="left">
55         <input type="checkbox" name="general" value="1"<?=$!general?>><?=_General Announcements?><br>
56         <input type="checkbox" name="country" value="1"<?=$!country?>><?=_Country Announcements?><br>
57         <input type="checkbox" name="regional" value="1"<?=$!regional?>><?=_Regional Announcements?><br>
58         <input type="checkbox" name="radius" value="1"<?=$!radius?>><?=_Within 200km Announcements?></td>
59     <td>&nbsp;</td>
60   </tr>
61
62   <tr>
63     <td colspan="3"><?=_When you click on next, we will send a confirmation email to the email address you have entered above.?></td>
64   </tr>
65   <tr>
66     <td colspan="3"><input type="checkbox" name="tos_agree" value="1"><?=_I agree to the Terms of Service (!'<a href="/policy/TermsOfService.html">'ToS!'</a>').?></td>
67   </tr>
68
69   <tr>
70     <td colspan="3"><input class="btn btn-primary" type="submit" name="process" value="<?=_Next?>"></td>
71   </tr>
72   </tbody>
73 </table>