From 109ee347f66820b5a860c1ae579866c7da01c5cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Thu, 26 Jun 2014 11:44:14 +0200 Subject: [PATCH] Add two "details" lines --- src/org/cacert/gigi/pages/wot/AssuranceForm.templ | 10 ++++++++++ src/org/cacert/gigi/pages/wot/AssurePage.java | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) 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()) { -- 2.39.2