]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/main/Signup.templ
fix: transactions this way are buggy, we need a better way... will come.
[gigi.git] / src / org / cacert / gigi / pages / main / Signup.templ
index a3f77b261f01ebb5a424ebe0979007d02816348d..c20ff0622352f49a3ef27691e321b193d08265ca 100644 (file)
@@ -1,4 +1,4 @@
-<table class="wrapper dataTable" width="400">
+<table class="table">
   <thead>
   <tr>
     <th colspan="3"><?=_My Details?></th>
@@ -6,32 +6,32 @@
   </thead>
   <tbody>
   <tr>
-    <td width="125"><?=_First Name?>: </td>
-    <td width="125"><input type="text" name="fname" size="30" value="<?=$fname?>" autocomplete="off"></td>
-    <td rowspan="4" width="125"><?=$!helpOnNames?></td>
+    <td><?=_First Name?>: </td>
+    <td><input class="form-control" type="text" name="fname" size="30" value="<?=$fname?>" autocomplete="off"></td>
+    <td rowspan="4"><?=$!helpOnNames?></td>
   </tr>
 
   <tr>
-    <td valign="top"><?=_Middle Name(s)?><br>
+    <td><?=_Middle Name(s)?><br>
       (<?=_optional?>)
     </td>
-    <td><input type="text" name="mname" size="30" value="<?=$mname?>" autocomplete="off"></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 type="text" name="lname" size="30" value="<?=$lname?>" autocomplete="off"></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 type="text" name="suffix" size="30" value="<?=$suffix?>" autocomplete="off"><br><?=_Please only write Name Suffixes into this field.?></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>
-           (<?=_dd/mm/yyyy?>)</td>
+           (<?=_yyyy-mm-dd?>)</td>
     <td><?=$dob?></td>
     <td>&nbsp;</td>
   </tr>
 
   <tr>
     <td><?=_Pass Phrase?><font color="red">*</font>: </td>
-    <td><input type="password" name="pword1" size="30" autocomplete="off"></td>
+    <td><input class="form-control" type="password" name="pword1" size="30" autocomplete="off"></td>
     <td rowspan="2">&nbsp;</td>
   </tr>
   <tr>
     <td><?=_Pass Phrase Again?><font color="red">*</font>: </td>
-    <td><input type="password" name="pword2" size="30" autocomplete="off"></td>
+    <td><input class="form-control" type="password" name="pword2" size="30" autocomplete="off"></td>
   </tr>
 
   <tr>
@@ -73,7 +73,7 @@
     <td colspan="3"><?=_When you click on next, we will send a confirmation email to the email address you have entered above.?></td>
   </tr>
   <tr>
-    <td 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>
+    <td colspan="3"><input type="checkbox" name="cca_agree" value="1"><?=_I agree to the terms and conditions of the SomeCA Community Agreement?>: <a href="/policy/CAcertCommunityAgreement.php">http://www.cacert.org/policy/CAcertCommunityAgreement.php</a></td>
   </tr>
 
   <tr>