From 2436aa273f00dafb465c2342ea8e7297898915d2 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 21 Jan 2014 09:57:16 +0100 Subject: Implementations for pdf-as-web and pdf-as-legacy --- pdf-as-web/src/main/webapp/index.jsp | 59 +++++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 14 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 2dd79101..8aba0dff 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -1,21 +1,52 @@ +<%@page import="at.gv.egiz.pdfas.web.config.WebConfiguration"%> PDF-Signatur -
-
- - -

Zu signierende PDF Datei

-
-
- - - - - -
-
+
+ +
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()) { %> +
+ + +
+ <% } %> +
\ No newline at end of file -- cgit v1.2.3