From d0c59a890be350ff1c39901e7fa94bf68c048065 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 28 Jan 2014 16:05:21 +0100 Subject: URL Whitelist + Basic Design --- pdf-as-web/src/main/webapp/index.jsp | 84 +++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 40 deletions(-) (limited to 'pdf-as-web/src/main/webapp/index.jsp') diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 8aba0dff..355c7838 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -6,47 +6,51 @@
- -
has-error <% } %>"> - -

- <% if(request.getAttribute("FILEERR") != null) { %> - Bitte die zu signierende PDF Datei angeben. - <% } else { %> - Zu signierende PDF Datei - <% } %>

-
- <% if(WebConfiguration.getOnlineBKUURL() != null || - WebConfiguration.getLocalBKUURL() != null) { %> -
- - - <% if(WebConfiguration.getLocalBKUURL() != null) { %> - - <% } %> - <% if(WebConfiguration.getOnlineBKUURL() != null) { %> - - <% } %> -
- <% } %> - <% if(WebConfiguration.getHandyBKUURL() != null) { %> -
- - - -
- <% } %> - <% if(WebConfiguration.getKeystoreEnabled()) { %> -
+ + <% + if (request.getAttribute("FILEERR") != null) { + %> +

Bitte die zu signierende PDF Datei angeben.

+ <% + } + %> + + + <% + if (WebConfiguration.getLocalBKUURL() != null) { + %> + Lokale BKU + + <% + } + %> + <% + if (WebConfiguration.getOnlineBKUURL() != null) { + %> + + + <% + } + %> + <% + if (WebConfiguration.getHandyBKUURL() != null) { + %> + + + <% + } + %> + <% + if (WebConfiguration.getKeystoreEnabled()) { + %> - -
- <% } %> + id="jks">Server Keystore + <% + } + %>
\ No newline at end of file -- cgit v1.2.3