]> WPIA git - gigi.git/commitdiff
Add two "details" lines
authorFelix Dörre <felix@dogcraft.de>
Thu, 26 Jun 2014 09:44:14 +0000 (11:44 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 26 Jun 2014 09:44:14 +0000 (11:44 +0200)
src/org/cacert/gigi/pages/wot/AssuranceForm.templ
src/org/cacert/gigi/pages/wot/AssurePage.java

index e0c6ed41101390f2af74e5e01747a7ea7a568c08..b278125a757d9512368916dd3680c7cea9eba8f9 100644 (file)
@@ -3,5 +3,15 @@
 <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
+\r
+       <tr>\r
+               <td class="DataTD"><?=_Name?>: </td>\r
+               <td class="DataTD"><span class="accountdetail"><?=$fname?> <?=$mname?> <?=$lname?> <?=$suffix?></span></td>\r
+       </tr>\r
+       <tr>\r
+               <td class="DataTD"><?=_Date of Birth?>: </td>\r
+               <td class="DataTD"><span class="accountdetail dob">....</span></td>\r
+       </tr>\r
+\r
 </table>\r
 </form>
\ No newline at end of file
index 5fae0f8cd042374e86ff5aabe3a9fd86fc0c90c3..6bdae95114864ec0978dd3feed2cd61687af37e0 100644 (file)
@@ -36,8 +36,6 @@ public class AssurePage extends Page {
 
                String pi = req.getPathInfo().substring(PATH.length() - 2);
                if (pi.length() > 1) {
-                       out.println("I am a Placeholder for the Assurance form # ");
-                       out.println(pi.substring(1));
                        User myself = LoginPage.getUser(req);
                        int mid = Integer.parseInt(pi.substring(1));
                        if (mid == myself.getId()) {