From ba50a4dda4267fa0297031f51b4e0e46cb252ae2 Mon Sep 17 00:00:00 2001 From: m.veroni Date: Fri, 27 Jun 2014 15:36:56 +0000 Subject: [PATCH] Aggiunta pagina su home servizio --- WebContent/form/upload.jsp | 41 +++++++++++++++++++++-------------------- WebContent/index.jsp | 41 +++++++++++++++++++++++++++++++++++++++++ conf/ADT/test-liliana/WEB-INF/web.xml | 4 ++-- conf/ADT/test-liliana/version.xml | 4 ++-- conf/version.properties | 6 +++--- 5 files changed, 69 insertions(+), 27 deletions(-) create mode 100644 WebContent/index.jsp diff --git a/WebContent/form/upload.jsp b/WebContent/form/upload.jsp index ee28d3e..2fab3fd 100644 --- a/WebContent/form/upload.jsp +++ b/WebContent/form/upload.jsp @@ -12,6 +12,26 @@ + - +
diff --git a/WebContent/index.jsp b/WebContent/index.jsp new file mode 100644 index 0000000..ca23132 --- /dev/null +++ b/WebContent/index.jsp @@ -0,0 +1,41 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@ page import="it.softecspa.portal.Parameters"%> + + + +<% + Parameters parameters = Parameters.getInstance(); + String title = parameters.getChannelInfo().getApplicationTitle(); +%> + + Test page + + + + + + +
+Click here to check if system is working! +
+ + \ No newline at end of file diff --git a/conf/ADT/test-liliana/WEB-INF/web.xml b/conf/ADT/test-liliana/WEB-INF/web.xml index aa29a1c..a379f4f 100644 --- a/conf/ADT/test-liliana/WEB-INF/web.xml +++ b/conf/ADT/test-liliana/WEB-INF/web.xml @@ -1,6 +1,6 @@ - FileProxy 1.0.0 (6) - ADT/test-liliana [25/06/2014 14:56] + FileProxy 1.0.0 (7) - ADT/test-liliana [27/06/2014 17:20] @@ -9,7 +9,7 @@ FileProxyServer ADT (test) - + ErrorPage diff --git a/conf/ADT/test-liliana/version.xml b/conf/ADT/test-liliana/version.xml index 5bb83c7..bc5d9ed 100644 --- a/conf/ADT/test-liliana/version.xml +++ b/conf/ADT/test-liliana/version.xml @@ -5,8 +5,8 @@ 1.0.0 - 6 - 25/06/2014 14:56 + 7 + 27/06/2014 17:20 ADT/test-liliana diff --git a/conf/version.properties b/conf/version.properties index 07abd93..c24ae1c 100644 --- a/conf/version.properties +++ b/conf/version.properties @@ -1,6 +1,6 @@ #Build Number for ANT. Do not edit! -#Wed Jun 25 14:56:57 CEST 2014 -build.number=7 +#Fri Jun 27 17:20:50 CEST 2014 +build.number=8 version.release= -build.date=25/06/2014 14\:56 +build.date=27/06/2014 17\:20 version.number=1.0.0 -- libgit2 0.21.4