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