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