]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/main/Signup.templ
fix: whitespace in Signup and MyDetailsFormAssured
[gigi.git] / src / org / cacert / gigi / pages / main / Signup.templ
index c9c18ccf07fcb63959efdb87918f6f5aac658c19..a078f5b82bc5afac8a7b2345b60af97c784e729b 100644 (file)
@@ -6,32 +6,13 @@
   </thead>
   <tbody>
   <tr>
-    <td><?=_First Name?>: </td>
-    <td><input class="form-control" type="text" name="fname" size="30" value="<?=$fname?>" autocomplete="off"></td>
+    <td><?=_Name?>: </td>
+    <td><?=$name?></td>
     <td rowspan="4"><?=$!helpOnNames?></td>
   </tr>
-
-  <tr>
-    <td><?=_Middle Name(s)?><br>
-      (<?=_optional?>)
-    </td>
-    <td><input class="form-control" type="text" name="mname" size="30" value="<?=$mname?>" autocomplete="off"></td>
-  </tr>
-
-  <tr>
-    <td><?=_Last Name?>: </td>
-    <td><input class="form-control" type="text" name="lname" size="30" value="<?=$lname?>" autocomplete="off"></td>
-  </tr>
-
-  <tr>
-    <td><?=_Suffix?><br>
-      (<?=_optional?>)</td>
-    <td><input class="form-control" type="text" name="suffix" size="30" value="<?=$suffix?>" autocomplete="off"><br><?=_Please only write Name Suffixes into this field.?></td>
-  </tr>
-
   <tr>
-    <td><?=_Date of Birth?><br>
-           (<?=_yyyy-mm-dd?>)</td>
+    <td><?=_Date of Birth (minimum age: ${dobmin} years)?><br>
+        (<?=_yyyy-mm-dd?>)</td>
     <td><?=$dob?></td>
     <td>&nbsp;</td>
   </tr>
@@ -53,7 +34,7 @@
   </tr>
 
   <tr>
-    <td 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>
+    <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>
   </tr>
   <tr>
     <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>
@@ -63,9 +44,9 @@
     <td valign="top"><?=_Alert me if?>: </td>
     <td align="left">
         <input type="checkbox" name="general" value="1"<?=$!general?>><?=_General Announcements?><br>
-       <input type="checkbox" name="country" value="1"<?=$!country?>><?=_Country Announcements?><br>
-       <input type="checkbox" name="regional" value="1"<?=$!regional?>><?=_Regional Announcements?><br>
-       <input type="checkbox" name="radius" value="1"<?=$!radius?>><?=_Within 200km Announcements?></td>
+        <input type="checkbox" name="country" value="1"<?=$!country?>><?=_Country Announcements?><br>
+        <input type="checkbox" name="regional" value="1"<?=$!regional?>><?=_Regional Announcements?><br>
+        <input type="checkbox" name="radius" value="1"<?=$!radius?>><?=_Within 200km Announcements?></td>
     <td>&nbsp;</td>
   </tr>