From ae8917f3a8a3b15b279565a7f40556eb1b7de232 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Fri, 11 Jul 2014 20:11:08 +0200 Subject: [PATCH] remove some of the remaining "dataTD"s --- .../gigi/pages/account/MailOverview.java | 6 +- src/org/cacert/gigi/pages/main/Signup.templ | 66 ++++++++++--------- .../cacert/gigi/pages/wot/AssuranceForm.templ | 52 ++++++++------- .../cacert/gigi/pages/wot/AssureeSearch.templ | 18 +++-- 4 files changed, 76 insertions(+), 66 deletions(-) diff --git a/src/org/cacert/gigi/pages/account/MailOverview.java b/src/org/cacert/gigi/pages/account/MailOverview.java index 3e8da14a..fa69e8e3 100644 --- a/src/org/cacert/gigi/pages/account/MailOverview.java +++ b/src/org/cacert/gigi/pages/account/MailOverview.java @@ -62,18 +62,18 @@ public class MailOverview extends Page { String usM = (String) vars.get(userMail); while (rs.next()) { out.println(""); - out.println(""); - out.println(""); + out.println(""); if (rs.getString(7).isEmpty()) { out.print(l.getTranslation("Verified")); } else { out.print(l.getTranslation("Unverified")); } out.print(""); - out.println(""); + out.println(""); String address = rs.getString(3); if (usM.equals(address)) { out.print(l.getTranslation("N/A")); diff --git a/src/org/cacert/gigi/pages/main/Signup.templ b/src/org/cacert/gigi/pages/main/Signup.templ index 2cb5ade4..749ab26f 100644 --- a/src/org/cacert/gigi/pages/main/Signup.templ +++ b/src/org/cacert/gigi/pages/main/Signup.templ @@ -1,81 +1,83 @@ - +
+ - + - + + - - - + + + - - + - - + + - - + - - - + + - - - + + + - - - + + + - - + + - + - + - - + - + - + - + - + - +
: :

+

()
: :

+

()



+

()
  
: :
*:  *:  
*: *:
**
: + : >
>
>
>
  
: http://www.cacert.org/policy/CAcertCommunityAgreement.php: http://www.cacert.org/policy/CAcertCommunityAgreement.php
diff --git a/src/org/cacert/gigi/pages/wot/AssuranceForm.templ b/src/org/cacert/gigi/pages/wot/AssuranceForm.templ index bae39606..79ae81c6 100644 --- a/src/org/cacert/gigi/pages/wot/AssuranceForm.templ +++ b/src/org/cacert/gigi/pages/wot/AssuranceForm.templ @@ -1,56 +1,60 @@ - - -
+ + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + - - + + - +
: :
: :


: + : - -

(Max. )

(Max. )
+
diff --git a/src/org/cacert/gigi/pages/wot/AssureeSearch.templ b/src/org/cacert/gigi/pages/wot/AssureeSearch.templ index cd1cb28b..281c472e 100644 --- a/src/org/cacert/gigi/pages/wot/AssureeSearch.templ +++ b/src/org/cacert/gigi/pages/wot/AssureeSearch.templ @@ -1,19 +1,23 @@
- +
+ - + + + - - + + - - + - + +
: :

+

()
-- 2.39.2