From: Felix Dörre Date: Thu, 26 Jun 2014 09:44:14 +0000 (+0200) Subject: Add two "details" lines X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=109ee347f66820b5a860c1ae579866c7da01c5cd Add two "details" lines --- diff --git a/src/org/cacert/gigi/pages/wot/AssuranceForm.templ b/src/org/cacert/gigi/pages/wot/AssuranceForm.templ index e0c6ed41..b278125a 100644 --- a/src/org/cacert/gigi/pages/wot/AssuranceForm.templ +++ b/src/org/cacert/gigi/pages/wot/AssuranceForm.templ @@ -3,5 +3,15 @@ + + + : + + + + : + .... + + \ No newline at end of file diff --git a/src/org/cacert/gigi/pages/wot/AssurePage.java b/src/org/cacert/gigi/pages/wot/AssurePage.java index 5fae0f8c..6bdae951 100644 --- a/src/org/cacert/gigi/pages/wot/AssurePage.java +++ b/src/org/cacert/gigi/pages/wot/AssurePage.java @@ -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()) {