]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
remove some of the remaining "dataTD"s
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
index bae396063d7ea1d776291afa5f7fb2dbb171fada..79ae81c649400fd450023814f0fbfc1ddc808320 100644 (file)
@@ -1,56 +1,60 @@
-<table class="wrapper" width="600">
-<tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>
-<tr><td colspan="2" class="DataTD"><?=s,$name,Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance.?>
+<table class="wrapper dataTable" width="600">
+<thead>
+<tr><th colspan="2"><?=_Assurance Confirmation?></th></tr>
+</thead>
+<tbody>
+<tr><td colspan="2"><?=s,$name,Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance.?>
 </td></tr>
 
        <tr>
-               <td class="DataTD"><?=_Name?>: </td>
-               <td class="DataTD"><span class="accountdetail"><?=$name?></span></td>
+               <td><?=_Name?>: </td>
+               <td><span class="accountdetail"><?=$name?></span></td>
        </tr>
        <tr>
-               <td class="DataTD"><?=_Date of Birth?>: </td>
-               <td class="DataTD"><span class="accountdetail dob"><?=$dob?></span></td>
+               <td><?=_Date of Birth?>: </td>
+               <td><span class="accountdetail dob"><?=$dob?></span></td>
        </tr>
        <tr>
-               <td class="DataTD"><input type="checkbox" name="certify" value="1"></td>
-               <td class="DataTD"><?=s,$name,I certify that %s has appeared in person.?></td>
+               <td><input type="checkbox" name="certify" value="1"></td>
+               <td><?=s,$name,I certify that %s has appeared in person.?></td>
        </tr>
        <tr>
-               <td class="DataTD"><input type="checkbox" name="CCAAgreed" value="1"></td>
-               <td class="DataTD"><?=s,$name,I verify that %s has accepted the CAcert Community Agreement.?></td>
+               <td><input type="checkbox" name="CCAAgreed" value="1"></td>
+               <td><?=s,$name,I verify that %s has accepted the CAcert Community Agreement.?></td>
        </tr>
        <tr>
-               <td class="DataTD"><?=_Location?></td>
-               <td class="DataTD"><input type="text" name="location"></td>
+               <td><?=_Location?></td>
+               <td><input type="text" name="location"></td>
        </tr>
        <tr>
-               <td class="DataTD"><?=_Date?></td>
-               <td class="DataTD"><input type="text" name="date"><br/><?=_The date when the assurance took place. Please adjust the date if you assured the person on a different day (YYYY-MM-DD).?></td>
+               <td><?=_Date?></td>
+               <td><input type="text" name="date"><br/><?=_The date when the assurance took place. Please adjust the date if you assured the person on a different day (YYYY-MM-DD).?></td>
        </tr>
        <tr>
-               <td class="DataTD"><input type="checkbox" name="assertion" value="1"></td>
-               <td class="DataTD"><?=_I believe that the assertion of identity I am making is correct, complete and verifiable. I have seen original documentation attesting to this identity. I accept that the CAcert Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible.?></td>
+               <td><input type="checkbox" name="assertion" value="1"></td>
+               <td><?=_I believe that the assertion of identity I am making is correct, complete and verifiable. I have seen original documentation attesting to this identity. I accept that the CAcert Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible.?></td>
        </tr>
        <tr>
-               <td class="DataTD"><input type="checkbox" name="rules" value="1"></td>
-               <td class="DataTD"><?=_I have read and understood the CAcert Community Agreement (CCA), Assurance Policy and the Assurance Handbook. I am making this Assurance subject to and in compliance with the CCA, Assurance policy and handbook.?></td>
+               <td><input type="checkbox" name="rules" value="1"></td>
+               <td><?=_I have read and understood the CAcert Community Agreement (CCA), Assurance Policy and the Assurance Handbook. I am making this Assurance subject to and in compliance with the CCA, Assurance policy and handbook.?></td>
        </tr>
        <tr>
-               <td class="DataTD"><?=_Policy?>: </td>
-               <td class="DataTD">
+               <td><?=_Policy?>: </td>
+               <td>
                        <a href="/policy/CAcertCommunityAgreement.php" target="_blank"><?=_CAcert Community Agreement?></a>
                         - <a href="/policy/AssurancePolicy.php" target="_blank"><?=_Assurance Policy?></a>
                         - <a href="http://wiki.cacert.org/AssuranceHandbook2" target="_blank"><?=_Assurance Handbook?></a>
                </td>
        </tr>
        <tr>
-               <td class="DataTD"><?=_Points?></td>
-               <td class="DataTD"><input type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
+               <td><?=_Points?></td>
+               <td><input type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
        </tr>
        <tr>
-               <td class="DataTD" colspan="2">
+               <td colspan="2">
                        <input type="submit" name="process" value="<?=_I confirm this Assurance?>" />
                        <input type="submit" name="cancel" value="<?=_Cancel?>" />
                </td>
        </tr>
+       </tbody>
 </table>