Index: lams_tool_lamc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/build.xml,v diff -u -r1.30 -r1.31 --- lams_tool_lamc/build.xml 2 Oct 2006 01:44:18 -0000 1.30 +++ lams_tool_lamc/build.xml 2 Oct 2006 04:42:34 -0000 1.31 @@ -455,5 +455,16 @@ + + + + + + + + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/Attic/lams.tld,v diff -u -r1.11 -r1.12 --- lams_tool_lamc/web/WEB-INF/lams.tld 2 Oct 2006 01:44:13 -0000 1.11 +++ lams_tool_lamc/web/WEB-INF/lams.tld 2 Oct 2006 04:42:18 -0000 1.12 @@ -13,6 +13,26 @@ + Converts role name into form usable as message resources key + Converts role name into form usable as message resources key + + + role + org.lamsfoundation.lams.web.tag.RoleTag + empty + + + Converts role name into form usable as message resources key + role + true + + true + + + + + + Output the Server URL as defined in the lams.xml configuration file. LAMS URL @@ -64,6 +84,34 @@ + Help tag + Help tag + + + help + org.lamsfoundation.lams.web.tag.HelpTag + empty + + + Help tag + module + true + + true + + + + Help tag + toolSignature + true + + true + + + + + + Output a random number for the learner and passon flash movies to communicate directly. generate unique ID @@ -131,7 +179,15 @@ true + + Output stylesheet based on the user preferences. + style + false + true + + + Index: lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 30 Sep 2005 10:11:35 -0000 1.1 +++ lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 2 Oct 2006 04:42:18 -0000 1.2 @@ -14,6 +14,7 @@ id true + true basePath Index: lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp 2 Oct 2006 01:59:34 -0000 1.1 +++ lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp 2 Oct 2006 04:42:18 -0000 1.2 @@ -46,7 +46,7 @@ <%@ include file="/common/header.jsp"%> - + @@ -75,7 +75,7 @@ if(tag.value != "") selectTab(tag.value); else - selectTab(1); //select the default tab; + selectTab(1); //select the default tab; } else @@ -108,7 +108,7 @@ - +

@@ -137,8 +137,8 @@ <%@ include file="/common/messages.jsp"%> + - Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/editQuestionBox.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp 2 Oct 2006 01:59:35 -0000 1.1 +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp 2 Oct 2006 04:42:18 -0000 1.2 @@ -100,7 +100,7 @@
- Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/newQuestionBox.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/authoring/newQuestionBox.jsp 2 Oct 2006 01:59:35 -0000 1.1 +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp 2 Oct 2006 04:42:18 -0000 1.2 @@ -79,9 +79,9 @@
- + contentFolderID="${mcGeneralAuthoringDTO.contentFolderID}"> Index: lams_tool_lamc/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/common/header.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_lamc/web/common/header.jsp 2 Oct 2006 01:44:14 -0000 1.4 +++ lams_tool_lamc/web/common/header.jsp 2 Oct 2006 04:42:17 -0000 1.5 @@ -20,10 +20,10 @@ - + - + Index: lams_tool_lamc/web/common/learnerheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/common/learnerheader.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_lamc/web/common/learnerheader.jsp 2 Oct 2006 04:42:17 -0000 1.1 @@ -0,0 +1,32 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/export/exportportfolio.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/export/exportportfolio.jsp,v diff -u -r1.14 -r1.15 --- lams_tool_lamc/web/export/exportportfolio.jsp 2 Oct 2006 01:44:14 -0000 1.14 +++ lams_tool_lamc/web/export/exportportfolio.jsp 2 Oct 2006 04:42:18 -0000 1.15 @@ -28,29 +28,25 @@ <bean:message key="label.exportPortfolio"/> + - + -
- -

+
+ +

-
- -
- -
- +

@@ -321,11 +317,9 @@
- - Index: lams_tool_lamc/web/includes/layout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/includes/Attic/layout.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/includes/layout.jsp 2 Oct 2006 01:59:54 -0000 1.1 +++ lams_tool_lamc/web/includes/layout.jsp 2 Oct 2006 04:42:17 -0000 1.2 @@ -9,7 +9,7 @@ <bean:message key="activity.title" /> <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_lamc/web/includes/learnerLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/includes/Attic/learnerLayout.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/includes/learnerLayout.jsp 2 Oct 2006 01:59:55 -0000 1.1 +++ lams_tool_lamc/web/includes/learnerLayout.jsp 2 Oct 2006 04:42:17 -0000 1.2 @@ -12,7 +12,7 @@ <bean:message key="activity.title" /> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/learnerheader.jsp"%> @@ -25,9 +25,7 @@ - -
- -
+ + Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_lamc/web/includes/javascript/common.js'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/AnswersContent.jsp,v diff -u -r1.22 -r1.23 --- lams_tool_lamc/web/learning/AnswersContent.jsp 2 Oct 2006 01:44:13 -0000 1.22 +++ lams_tool_lamc/web/learning/AnswersContent.jsp 2 Oct 2006 04:42:17 -0000 1.23 @@ -32,9 +32,10 @@ - + - + + <bean:message key="activity.title" /> - -
- -

- -

+ -
- -
+
@@ -68,6 +62,10 @@ +

+ +

+ @@ -79,9 +77,8 @@
- + -
Index: lams_tool_lamc/web/learning/IndividualLearnerResults.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/Attic/IndividualLearnerResults.jsp,v diff -u -r1.25 -r1.26 --- lams_tool_lamc/web/learning/IndividualLearnerResults.jsp 2 Oct 2006 01:44:13 -0000 1.25 +++ lams_tool_lamc/web/learning/IndividualLearnerResults.jsp 2 Oct 2006 04:42:17 -0000 1.26 @@ -33,21 +33,19 @@ - + + <bean:message key="activity.title" /> - -
- -

+ + +
+ +

-
- -
- @@ -231,9 +229,8 @@
- + -
Index: lams_tool_lamc/web/learning/Notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/Notebook.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_lamc/web/learning/Notebook.jsp 2 Oct 2006 01:44:13 -0000 1.4 +++ lams_tool_lamc/web/learning/Notebook.jsp 2 Oct 2006 04:42:17 -0000 1.5 @@ -34,28 +34,26 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

- - -
- -
+
+ +

+ +

+ @@ -82,10 +80,8 @@ - + - - Index: lams_tool_lamc/web/learning/RedoQuestions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/Attic/RedoQuestions.jsp,v diff -u -r1.18 -r1.19 --- lams_tool_lamc/web/learning/RedoQuestions.jsp 2 Oct 2006 01:44:13 -0000 1.18 +++ lams_tool_lamc/web/learning/RedoQuestions.jsp 2 Oct 2006 04:42:17 -0000 1.19 @@ -34,20 +34,13 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

- - -
- @@ -59,7 +52,11 @@ -
+
+

+ +

+
@@ -65,7 +63,7 @@
- +
@@ -126,10 +123,8 @@ - + - - Index: lams_tool_lamc/web/learning/ResultsSummary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/Attic/ResultsSummary.jsp,v diff -u -r1.21 -r1.22 --- lams_tool_lamc/web/learning/ResultsSummary.jsp 2 Oct 2006 01:44:13 -0000 1.21 +++ lams_tool_lamc/web/learning/ResultsSummary.jsp 2 Oct 2006 04:42:17 -0000 1.22 @@ -34,20 +34,14 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

- -
- -
+
@@ -59,6 +53,11 @@ +

+ +

+ +
@@ -153,9 +152,8 @@ - + - Index: lams_tool_lamc/web/learning/RunOffline.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/Attic/RunOffline.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_lamc/web/learning/RunOffline.jsp 2 Oct 2006 01:44:13 -0000 1.6 +++ lams_tool_lamc/web/learning/RunOffline.jsp 2 Oct 2006 04:42:17 -0000 1.7 @@ -34,25 +34,21 @@ - + + <bean:message key="activity.title" /> - -
+ -

 

- -
- -
+
      @@ -79,10 +75,9 @@ - + - Index: lams_tool_lamc/web/learning/ViewAnswers.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/ViewAnswers.jsp,v diff -u -r1.31 -r1.32 --- lams_tool_lamc/web/learning/ViewAnswers.jsp 2 Oct 2006 01:44:13 -0000 1.31 +++ lams_tool_lamc/web/learning/ViewAnswers.jsp 2 Oct 2006 04:42:17 -0000 1.32 @@ -34,21 +34,18 @@ - + + <bean:message key="activity.title" /> - -
- -

+ + +
+

-
- - -
@@ -240,9 +237,8 @@
- + -
Index: lams_tool_lamc/web/monitoring/LearnerNotebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/LearnerNotebook.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_lamc/web/monitoring/LearnerNotebook.jsp 2 Oct 2006 01:44:14 -0000 1.5 +++ lams_tool_lamc/web/monitoring/LearnerNotebook.jsp 2 Oct 2006 04:42:18 -0000 1.6 @@ -34,25 +34,23 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

- - -
- -
+
+

+ +

+ +

@@ -81,7 +79,7 @@ - + Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.36 -r1.37 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 2 Oct 2006 01:44:14 -0000 1.36 +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 2 Oct 2006 04:42:18 -0000 1.37 @@ -44,7 +44,7 @@ <%@ include file="/common/header.jsp"%> - + - +
Index: lams_tool_lamc/web/monitoring/Reflections.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/Reflections.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/monitoring/Reflections.jsp 2 Oct 2006 01:59:34 -0000 1.1 +++ lams_tool_lamc/web/monitoring/Reflections.jsp 2 Oct 2006 04:42:18 -0000 1.2 @@ -50,7 +50,7 @@ - + Index: lams_tool_lamc/web/monitoring/editQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/Attic/editQuestionBox.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/monitoring/editQuestionBox.jsp 2 Oct 2006 01:59:34 -0000 1.1 +++ lams_tool_lamc/web/monitoring/editQuestionBox.jsp 2 Oct 2006 04:42:17 -0000 1.2 @@ -24,7 +24,7 @@ <%@ include file="/common/taglibs.jsp"%> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/learnerheader.jsp"%>