]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
Fixup dos lineendings
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
index e0c6ed41101390f2af74e5e01747a7ea7a568c08..4f67d350ff990ff62cd49ae06502eae359427883 100644 (file)
@@ -1,7 +1,17 @@
-<form method="POST">\r
-<table class="wrapper" width="600">\r
-<tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>\r
-<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
-</td></tr>\r
-</table>\r
+<form method="POST">
+<table class="wrapper" width="600">
+<tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>
+<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.?>
+</td></tr>
+
+       <tr>
+               <td class="DataTD"><?=_Name?>: </td>
+               <td class="DataTD"><span class="accountdetail"><?=$name?></span></td>
+       </tr>
+       <tr>
+               <td class="DataTD"><?=_Date of Birth?>: </td>
+               <td class="DataTD"><span class="accountdetail dob">....</span></td>
+       </tr>
+
+</table>
 </form>
\ No newline at end of file