From 3dbcf594e1ae7154cad55746ed845c32f2deb494 Mon Sep 17 00:00:00 2001 From: mka Date: Tue, 13 Nov 2012 13:54:40 +0000 Subject: [PATCH] Screens style are improved --- .../Siman/WebContent/study/displayStudy.jsp | 235 ++++++++++++++++++ Workspace/Siman/src/struts.xml | 14 +- 2 files changed, 242 insertions(+), 7 deletions(-) create mode 100644 Workspace/Siman/WebContent/study/displayStudy.jsp diff --git a/Workspace/Siman/WebContent/study/displayStudy.jsp b/Workspace/Siman/WebContent/study/displayStudy.jsp new file mode 100644 index 0000000..b9b66fc --- /dev/null +++ b/Workspace/Siman/WebContent/study/displayStudy.jsp @@ -0,0 +1,235 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1" +%> +<%@ + taglib prefix="s" uri="/struts-tags" +%> + + + +<% String action = request.getParameter("action"); + String type = request.getParameter("index"); + if (action == null) action = "display"; +%> +<%=action%> + + + + + <s:text name="name.module"/> + rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +
+ + +
+
+      +
+
+      +
+
+ + +
+ + + + + + + +
+
+
+ + + +
+
+
+
+ +
" method="post"> + + + + +
+
+ + + +
+
+
+ + + +
+
+
+ +
+ + + + +
+
+ + + + + +
+
+
+ + + +
+
+
+ +
+ + + + +
+
+ + + + + +
+
+ + + +
+
+
+ +
+
+
+
+ +
+ + \ No newline at end of file diff --git a/Workspace/Siman/src/struts.xml b/Workspace/Siman/src/struts.xml index 50f5fd1..c086ca4 100644 --- a/Workspace/Siman/src/struts.xml +++ b/Workspace/Siman/src/struts.xml @@ -189,21 +189,21 @@ - /study/displayStudyStep.jsp?action=newContext - /study/displayStudyStep.jsp?action=selectContext + /study/displayStudy.jsp?action=newContext + /study/displayStudy.jsp?action=selectContext - /study/displayStudyStep.jsp?action=newContext - /study/displayStudyStep.jsp?action=setContext&index=%{contextType.index} + /study/displayStudy.jsp?action=newContext + /study/displayStudy.jsp?action=setContext&index=%{contextType.index} page.displaystudy - /study/displayStudyStep.jsp?action=newContext + /study/displayStudy.jsp?action=newContext page.displaystudy page.displaystudy - /study/displayStudyStep.jsp?action=setContext&index=%{contextType.index} + /study/displayStudy.jsp?action=setContext&index=%{contextType.index} page.displaystudy @@ -258,7 +258,7 @@ - /study/displayStudyStep.jsp?action=addKnowledge&index=%{knowledgeType} + /study/displayStudy.jsp?action=addKnowledge&index=%{knowledgeType} page.displaystudy -- 2.39.2