]> WPIA git - gigi.git/blob - 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
1 <table class="wrapper dataTable" width="600">
2 <thead>
3 <tr><th colspan="2"><?=_Assurance Confirmation?></th></tr>
4 </thead>
5 <tbody>
6 <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.?>
7 </td></tr>
8
9         <tr>
10                 <td><?=_Name?>: </td>
11                 <td><span class="accountdetail"><?=$name?></span></td>
12         </tr>
13         <tr>
14                 <td><?=_Date of Birth?>: </td>
15                 <td><span class="accountdetail dob"><?=$dob?></span></td>
16         </tr>
17         <tr>
18                 <td><input type="checkbox" name="certify" value="1"></td>
19                 <td><?=s,$name,I certify that %s has appeared in person.?></td>
20         </tr>
21         <tr>
22                 <td><input type="checkbox" name="CCAAgreed" value="1"></td>
23                 <td><?=s,$name,I verify that %s has accepted the CAcert Community Agreement.?></td>
24         </tr>
25         <tr>
26                 <td><?=_Location?></td>
27                 <td><input type="text" name="location"></td>
28         </tr>
29         <tr>
30                 <td><?=_Date?></td>
31                 <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>
32         </tr>
33         <tr>
34                 <td><input type="checkbox" name="assertion" value="1"></td>
35                 <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>
36         </tr>
37         <tr>
38                 <td><input type="checkbox" name="rules" value="1"></td>
39                 <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>
40         </tr>
41         <tr>
42                 <td><?=_Policy?>: </td>
43                 <td>
44                         <a href="/policy/CAcertCommunityAgreement.php" target="_blank"><?=_CAcert Community Agreement?></a>
45                          - <a href="/policy/AssurancePolicy.php" target="_blank"><?=_Assurance Policy?></a>
46                          - <a href="http://wiki.cacert.org/AssuranceHandbook2" target="_blank"><?=_Assurance Handbook?></a>
47                 </td>
48         </tr>
49         <tr>
50                 <td><?=_Points?></td>
51                 <td><input type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
52         </tr>
53         <tr>
54                 <td colspan="2">
55                         <input type="submit" name="process" value="<?=_I confirm this Assurance?>" />
56                         <input type="submit" name="cancel" value="<?=_Cancel?>" />
57                 </td>
58         </tr>
59         </tbody>
60 </table>