]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
b39a3ec5cec9a05d3a1af106e2fc46a2c67a6776
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
1 <table class="table">
2 <thead>
3 <tr><th colspan="2"><?=_Assurance Confirmation?></th></tr>
4 </thead>
5 <tbody>
6 <tr><td colspan="2"><?=_Please check the following details match against what you witnessed when you met ${name} in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the SomeCA Arbitrator for any issues with this Assurance.?>
7 </td></tr>
8
9         <tr>
10                 <td><?=_Name?>: </td>
11                 <td><span class="accountdetail"><?=$nameExplicit?></span></td>
12         </tr>
13         <tr>
14                 <td><?=_Date of Birth?>: </td>
15                 <td><span class="accountdetail dob"><?=$dob?> (<?=$dobFmt2?>)</span></td>
16         </tr>
17         <tr>
18                 <td><input type="checkbox" name="certify" value="1"></td>
19                 <td><?=_I certify that ${name} has appeared in person.?></td>
20         </tr>
21         <tr>
22                 <td><?=_Location?></td>
23                 <td><input class="form-control" type="text" name="location" value="<?=$location?>"></td>
24         </tr>
25         <tr>
26                 <td><?=_Date?></td>
27                 <td><input class="form-control" type="text" name="date" value="<?=$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>
28         </tr>
29         <tr>
30                 <td><input type="checkbox" name="assertion" value="1"></td>
31                 <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 SomeCA Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible.?></td>
32         </tr>
33         <tr>
34                 <td><input type="checkbox" name="rules" value="1"></td>
35                 <td><?=_I have read and understood the Terms of Service (!'<a href="/policy/TermsOfService.html">'ToS!'</a>'), Assurance Policy and the Assurance Handbook. I am making this Assurance subject to and in compliance with the ToS, Assurance policy and handbook.?></td>
36         </tr>
37         <tr>
38                 <td><?=_Policy?>: </td>
39                 <td>
40                         <a href="/policy/TermsOfService.html" target="_blank"><?=_Terms of Service?></a>
41                          - <a href="/policy/AssurancePolicy.php" target="_blank"><?=_Assurance Policy?></a>
42                          - <a href="http://wiki.cacert.org/AssuranceHandbook2" target="_blank"><?=_Assurance Handbook?></a>
43                 </td>
44         </tr>
45         <tr>
46                 <td><?=_Points?></td>
47                 <td><input class="form-control" type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
48         </tr>
49         <tr>
50                 <td><?=_Type?></td>
51                 <td><select name="assuranceType"><? foreach($ats) { ?><option value="<?=$id?>"<?=$sel?>><?=$type?></option><? } ?></select></td>
52         </tr>
53         <tr>
54                 <td><input type="checkbox" name="passwordReset" value="1" <? if($aword) { ?>checked<? } ?>></td>
55                 <td><?=_I have conducted a passwort reset with assurance. The established "A-Word" is:?><input type="text" name="passwordResetValue" value="<? if($aword) { ?><?=$aword?><? } ?>"></td>
56         </tr>
57         <tr>
58                 <td colspan="2">
59                         <input type="submit" name="process" value="<?=_I confirm this Assurance?>" />
60                         <input type="submit" name="cancel" value="<?=_Cancel?>" />
61                 </td>
62         </tr>
63         </tbody>
64 </table>