From ba27c5dbe606e77a13f9fb2bcd53a18fc8c7a3c9 Mon Sep 17 00:00:00 2001 From: rkv Date: Mon, 25 Mar 2013 12:14:21 +0000 Subject: [PATCH] newStudy includes copyStudy JSP now by means of tiles. --- .../WebContent/WEB-INF/tiles/tiles-defs.xml | 15 +- .../Siman/WebContent/study/copyStudy.jsp | 120 ++------------ Workspace/Siman/WebContent/study/newStudy.jsp | 148 +++++++++--------- 3 files changed, 108 insertions(+), 175 deletions(-) diff --git a/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml b/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml index 716d29d..8b95ac4 100644 --- a/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml +++ b/Workspace/Siman/WebContent/WEB-INF/tiles/tiles-defs.xml @@ -50,12 +50,23 @@ + + + + + + + + + + + - + - + diff --git a/Workspace/Siman/WebContent/study/copyStudy.jsp b/Workspace/Siman/WebContent/study/copyStudy.jsp index 6625458..cc6059c 100644 --- a/Workspace/Siman/WebContent/study/copyStudy.jsp +++ b/Workspace/Siman/WebContent/study/copyStudy.jsp @@ -3,110 +3,24 @@ <%@ taglib prefix="s" uri="/struts-tags"%> - - -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *:  -
 *:  -
 *:  -
 *:  -
 *:  -
-
-
-
- - -
-
+ +  *:  + + + + +  *:  + + + + +  *:  + + + diff --git a/Workspace/Siman/WebContent/study/newStudy.jsp b/Workspace/Siman/WebContent/study/newStudy.jsp index 29aca70..34d5e8c 100644 --- a/Workspace/Siman/WebContent/study/newStudy.jsp +++ b/Workspace/Siman/WebContent/study/newStudy.jsp @@ -1,87 +1,95 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> <%@ taglib prefix="s" uri="/struts-tags"%> - +<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles"%> + - - + + $(document).ready(function () { + create.projectContextId.value = ; + setValue(); + }); + -
-
-
-
+
+
+ +
+
+ " method="post"> - - - + + + - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + + + + +
-  *:  - - "> -
 *:  +
-  *:  - - - - - - - "/> -
 *:  +
- -
-
+ +
+
-
-
+
+
-- 2.30.2