Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/Attic/QaResources.properties,v diff -u -r1.13 -r1.14 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaResources.properties 8 Feb 2006 17:47:26 -0000 1.13 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaResources.properties 20 Feb 2006 17:39:18 -0000 1.14 @@ -1,8 +1,12 @@ # Project lams_tool_qa #Authoring mode resources +label.authoring =Q/A Authoring label.authoring.qa =Questions and Answers label.authoring.title =Title label.authoring.instructions =Instructions +label.authoring.qa.basic =Please define the questions. +label.advanced.definitions =Advanced Definitions +label.authoring.instructions =Instructions instructions.type.online =Online instructions.type.offline =Offline link.view =View Index: lams_tool_laqa/web/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/AdvancedContent.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_laqa/web/AdvancedContent.jsp 19 Feb 2006 20:15:42 -0000 1.4 +++ lams_tool_laqa/web/AdvancedContent.jsp 20 Feb 2006 17:39:30 -0000 1.5 @@ -6,7 +6,7 @@
- +
Index: lams_tool_laqa/web/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/BasicContent.jsp,v diff -u -r1.14 -r1.15 --- lams_tool_laqa/web/BasicContent.jsp 31 Jan 2006 01:12:18 -0000 1.14 +++ lams_tool_laqa/web/BasicContent.jsp 20 Feb 2006 17:39:30 -0000 1.15 @@ -11,36 +11,36 @@
- + - + - +
: :
: : @@ -50,7 +50,7 @@
- : + : @@ -76,18 +76,18 @@
: : " style="visibility: hidden; display: none;">
.text">
"> @@ -133,14 +133,14 @@
- + - + @@ -149,8 +149,8 @@ - + @@ -164,7 +164,7 @@ - + Index: lams_tool_laqa/web/InstructionsContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/InstructionsContent.jsp,v diff -u -r1.14 -r1.15 --- lams_tool_laqa/web/InstructionsContent.jsp 31 Jan 2006 01:12:18 -0000 1.14 +++ lams_tool_laqa/web/InstructionsContent.jsp 20 Feb 2006 17:39:30 -0000 1.15 @@ -8,31 +8,35 @@
-
-
: :
: :
- : + :
: :  
+
- - - - - - - - - - - - - -
+ : + +
+ + + @@ -46,37 +50,31 @@
- - - -
- + + : +
- + + + @@ -90,35 +88,26 @@
- - -
- +
+

- +
- - + + @@ -128,8 +117,9 @@ - +
 
+ @@ -138,6 +128,7 @@ + @@ -148,17 +139,21 @@
+ + + +
Index: lams_tool_laqa/web/author_page.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/author_page.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_laqa/web/author_page.jsp 31 Jan 2006 01:12:18 -0000 1.5 +++ lams_tool_laqa/web/author_page.jsp 20 Feb 2006 17:39:30 -0000 1.6 @@ -4,7 +4,11 @@ <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="fck-editor" prefix="FCK" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + <% String protocol = request.getProtocol(); if(protocol.startsWith("HTTPS")){ @@ -17,15 +21,14 @@ %> - + - -Tool +<bean:message key="label.authoring"/> + + @@ -123,7 +126,7 @@
-

Basic tab content

+

@@ -137,7 +140,7 @@
-

Advanced tab content

+

@@ -148,13 +151,13 @@
-

Instructions tab content

+


- Cancel - Save + Cancel + Save
@@ -172,8 +175,9 @@
- Save - Cancel + Save +      + Cancel
Index: lams_tool_laqa/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/WEB-INF/Attic/lams.tld,v diff -u -r1.2 -r1.3 --- lams_tool_laqa/web/WEB-INF/lams.tld 17 Jan 2006 06:41:12 -0000 1.2 +++ lams_tool_laqa/web/WEB-INF/lams.tld 20 Feb 2006 17:39:40 -0000 1.3 @@ -30,7 +30,7 @@ - + css org.lamsfoundation.lams.web.tag.CssTag Index: lams_tool_laqa/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/WEB-INF/web.xml,v diff -u -r1.11 -r1.12 --- lams_tool_laqa/web/WEB-INF/web.xml 29 Nov 2005 05:47:00 -0000 1.11 +++ lams_tool_laqa/web/WEB-INF/web.xml 20 Feb 2006 17:39:40 -0000 1.12 @@ -132,6 +132,11 @@ 403 /403.html + + + tags-lams + /WEB-INF/lams.tld + fck-editor