]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
b278125a757d9512368916dd3680c7cea9eba8f9
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
1 <form method="POST">\r
2 <table class="wrapper" width="600">\r
3 <tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>\r
4 <tr><td colspan="2" class="DataTD"><?=s,$fname,$mname,$lname,$suffix,Please check the following details match against what you witnessed when you met %s %s %s %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.?>\r
5 </td></tr>\r
6 \r
7         <tr>\r
8                 <td class="DataTD"><?=_Name?>: </td>\r
9                 <td class="DataTD"><span class="accountdetail"><?=$fname?> <?=$mname?> <?=$lname?> <?=$suffix?></span></td>\r
10         </tr>\r
11         <tr>\r
12                 <td class="DataTD"><?=_Date of Birth?>: </td>\r
13                 <td class="DataTD"><span class="accountdetail dob">....</span></td>\r
14         </tr>\r
15 \r
16 </table>\r
17 </form>