Index: lams_tool_lamc/build.xml =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/build.xml (.../build.xml) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/build.xml (.../build.xml) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -455,5 +455,16 @@ + + + + + + + + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== diff -u -r653f0f0eff40af5e6891c22ef2b8efe9bf2f75af -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld (.../FCKeditor.tld) (revision 653f0f0eff40af5e6891c22ef2b8efe9bf2f75af) +++ lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld (.../FCKeditor.tld) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -14,6 +14,7 @@ id true + true basePath Index: lams_tool_lamc/web/WEB-INF/lams.tld =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/WEB-INF/lams.tld (.../lams.tld) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/WEB-INF/lams.tld (.../lams.tld) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -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/authoring/AuthoringTabsHolder.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp (.../AuthoringTabsHolder.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp (.../AuthoringTabsHolder.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -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 =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -100,7 +100,7 @@
- Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -79,9 +79,9 @@
- + contentFolderID="${mcGeneralAuthoringDTO.contentFolderID}"> Index: lams_tool_lamc/web/common/header.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/common/header.jsp (.../header.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/common/header.jsp (.../header.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -20,10 +20,10 @@ - + - + Index: lams_tool_lamc/web/common/learnerheader.jsp =================================================================== diff -u --- lams_tool_lamc/web/common/learnerheader.jsp (revision 0) +++ lams_tool_lamc/web/common/learnerheader.jsp (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -0,0 +1,32 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/export/exportportfolio.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/export/exportportfolio.jsp (.../exportportfolio.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/export/exportportfolio.jsp (.../exportportfolio.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -28,29 +28,25 @@ <bean:message key="label.exportPortfolio"/> + - + -
- -

+
+ +

-
- -
- -
- +

@@ -321,11 +317,9 @@
- - Fisheye: Tag 82475bcf94096557635a347e2927c9995c8a03ee 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/includes/layout.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/includes/layout.jsp (.../layout.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/includes/layout.jsp (.../layout.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -9,7 +9,7 @@ <bean:message key="activity.title" /> <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_lamc/web/includes/learnerLayout.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/includes/learnerLayout.jsp (.../learnerLayout.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/includes/learnerLayout.jsp (.../learnerLayout.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -12,7 +12,7 @@ <bean:message key="activity.title" /> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/learnerheader.jsp"%> @@ -25,9 +25,7 @@ - -
- -
+ + Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -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 =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -33,21 +33,19 @@ - + + <bean:message key="activity.title" /> - -
- -

+ + +
+ +

-
- -
- @@ -231,9 +229,8 @@
- + -
Index: lams_tool_lamc/web/learning/Notebook.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -34,28 +34,26 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

- - -
- -
+
+ +

+ +

+ @@ -82,10 +80,8 @@ - + - - Index: lams_tool_lamc/web/learning/RedoQuestions.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/RedoQuestions.jsp (.../RedoQuestions.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/RedoQuestions.jsp (.../RedoQuestions.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -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 =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/ResultsSummary.jsp (.../ResultsSummary.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/ResultsSummary.jsp (.../ResultsSummary.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -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 =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/RunOffline.jsp (.../RunOffline.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/RunOffline.jsp (.../RunOffline.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -34,25 +34,21 @@ - + + <bean:message key="activity.title" /> - -
+ -

 

- -
- -
+
      @@ -79,10 +75,9 @@ - + - Index: lams_tool_lamc/web/learning/ViewAnswers.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/learning/ViewAnswers.jsp (.../ViewAnswers.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/learning/ViewAnswers.jsp (.../ViewAnswers.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -34,21 +34,18 @@ - + + <bean:message key="activity.title" /> - -
- -

+ + +
+

-
- - -
@@ -240,9 +237,8 @@
- + -
Index: lams_tool_lamc/web/monitoring/LearnerNotebook.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/monitoring/LearnerNotebook.jsp (.../LearnerNotebook.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/monitoring/LearnerNotebook.jsp (.../LearnerNotebook.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -34,25 +34,23 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

- - -
- -
+
+

+ +

+ +

@@ -81,7 +79,7 @@ - + Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== diff -u -r9143e89a9c23c613879042751449004326a50bf6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 9143e89a9c23c613879042751449004326a50bf6) +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -44,7 +44,7 @@ <%@ include file="/common/header.jsp"%> - + - +
Index: lams_tool_lamc/web/monitoring/Reflections.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/monitoring/Reflections.jsp (.../Reflections.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/monitoring/Reflections.jsp (.../Reflections.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -50,7 +50,7 @@ - + Index: lams_tool_lamc/web/monitoring/editQuestionBox.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r82475bcf94096557635a347e2927c9995c8a03ee --- lams_tool_lamc/web/monitoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/monitoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 82475bcf94096557635a347e2927c9995c8a03ee) @@ -24,7 +24,7 @@ <%@ include file="/common/taglibs.jsp"%> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/learnerheader.jsp"%>