]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
Fix assurance forms.
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
index 8f4d43d27e7b843aec5054905d9561f5f5a23b34..bae396063d7ea1d776291afa5f7fb2dbb171fada 100644 (file)
@@ -1,4 +1,3 @@
-<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.?>
@@ -10,7 +9,7 @@
        </tr>
        <tr>
                <td class="DataTD"><?=_Date of Birth?>: </td>
-               <td class="DataTD"><span class="accountdetail dob">....</span></td>
+               <td class="DataTD"><span class="accountdetail dob"><?=$dob?></span></td>
        </tr>
        <tr>
                <td class="DataTD"><input type="checkbox" name="certify" value="1"></td>
@@ -46,7 +45,7 @@
        </tr>
        <tr>
                <td class="DataTD"><?=_Points?></td>
-               <td class="DataTD"><input type="text" name="points"><br/>(Max. 12394)</td>
+               <td class="DataTD"><input type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
        </tr>
        <tr>
                <td class="DataTD" colspan="2">
@@ -55,4 +54,3 @@
                </td>
        </tr>
 </table>
-</form>