Index: lams_admin/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_admin/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_admin/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_admin/web/cleanup.jsp =================================================================== diff -u -r7525e7b5fda723cc9c2c81a78cd8be3785bad851 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/cleanup.jsp (.../cleanup.jsp) (revision 7525e7b5fda723cc9c2c81a78cd8be3785bad851) +++ lams_admin/web/cleanup.jsp (.../cleanup.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -22,15 +22,7 @@

- <%-- Error Messages --%> - - - - - - - - +
Index: lams_admin/web/lti/ltiConsumer.jsp =================================================================== diff -u -rec30ad2cd8a7b048f296533bcb70fdafd80a3be6 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/lti/ltiConsumer.jsp (.../ltiConsumer.jsp) (revision ec30ad2cd8a7b048f296533bcb70fdafd80a3be6) +++ lams_admin/web/lti/ltiConsumer.jsp (.../ltiConsumer.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -26,7 +26,7 @@ // validate signup form on keyup and submit var validator = $("#ltiConsumerForm").validate({ - rules: { + rules: { serverid: "required", serverkey: "required", servername: "required", @@ -38,7 +38,7 @@ servername: "${namev}", prefix: "${namev}" } - }); + }); }); @@ -56,42 +56,7 @@

- - - - -
-
-
-
- - - - - -
-
-
-
- - - - - -
-
-
-
- - - - - -
-
-
-
-
+ @@ -101,23 +66,27 @@ - + - + - + - + Index: lams_admin/web/organisation/createOrEdit.jsp =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/organisation/createOrEdit.jsp (.../createOrEdit.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_admin/web/organisation/createOrEdit.jsp (.../createOrEdit.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -69,17 +69,7 @@ -
- - - - -
-
-
-
- -
+ @@ -96,14 +89,7 @@ Index: lams_admin/web/timezoneManagement.jsp =================================================================== diff -u -r7525e7b5fda723cc9c2c81a78cd8be3785bad851 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/timezoneManagement.jsp (.../timezoneManagement.jsp) (revision 7525e7b5fda723cc9c2c81a78cd8be3785bad851) +++ lams_admin/web/timezoneManagement.jsp (.../timezoneManagement.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -49,11 +49,7 @@ - - -

-
-
+ Index: lams_admin/web/user.jsp =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/user.jsp (.../user.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_admin/web/user.jsp (.../user.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -198,51 +198,6 @@ - - - - -
-
-
-
- - - - - -
-
-
-
- - - - - -
-
-
-
- - - - - -
-
-
-
- - - - - -
-
-
-
-
@@ -312,14 +267,16 @@
- - @@ -349,19 +306,22 @@ - - - Index: lams_admin/web/userChangePass.jsp =================================================================== diff -u -rc9e22b65129fe7561d7e66f5d6338557b0f3236a -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/userChangePass.jsp (.../userChangePass.jsp) (revision c9e22b65129fe7561d7e66f5d6338557b0f3236a) +++ lams_admin/web/userChangePass.jsp (.../userChangePass.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -131,14 +131,7 @@ - - - - -
-
-
-
+
Index: lams_admin/web/userrole.jsp =================================================================== diff -u -rd11fc4c9bde6900c905c40030cb0f0c0ef659e9a -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_admin/web/userrole.jsp (.../userrole.jsp) (revision d11fc4c9bde6900c905c40030cb0f0c0ef659e9a) +++ lams_admin/web/userrole.jsp (.../userrole.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -40,24 +40,8 @@

-
- - - - -
-
-
-
- - - - -
-
-
-
-
+ +
Index: lams_central/web/outcome/outcomeManage.jsp =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_central/web/outcome/outcomeManage.jsp (.../outcomeManage.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_central/web/outcome/outcomeManage.jsp (.../outcomeManage.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -35,13 +35,7 @@ - - - - - - - +
Index: lams_central/web/signup/loginTab.jsp =================================================================== diff -u -r6107b0b2e367c55582da60a59adf70b55e647de6 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_central/web/signup/loginTab.jsp (.../loginTab.jsp) (revision 6107b0b2e367c55582da60a59adf70b55e647de6) +++ lams_central/web/signup/loginTab.jsp (.../loginTab.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -13,41 +13,19 @@ : - - - - -
-
-
-
+
: - - - - -
-
-
-
- +
: - - - - -
-
-
-
+
@@ -208,14 +201,7 @@ - - - - -
-
-
-
+
@@ -231,14 +217,7 @@ - - - - -
-
-
-
+
@@ -248,14 +227,7 @@ - - - - -
-
-
-
+
@@ -264,14 +236,7 @@ - - - - -
-
-
-
+
@@ -301,29 +266,15 @@ - - - - -
-
-
-
+
: - - - - -
-
-
-
+
Index: lams_gradebook/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_gradebook/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_gradebook/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_gradebook/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_gradebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_gradebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_learning/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_learning/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_learning/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_learning/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_learning/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_learning/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_monitoring/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_monitoring/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_monitoring/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_monitoring/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_monitoring/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_monitoring/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_monitoring/web/errorbox.jsp =================================================================== diff -u -r3eb0caa98564b709116d6e84af92eb3f60c9ff3a -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_monitoring/web/errorbox.jsp (.../errorbox.jsp) (revision 3eb0caa98564b709116d6e84af92eb3f60c9ff3a) +++ lams_monitoring/web/errorbox.jsp (.../errorbox.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,11 +1,2 @@ <%@ include file="/taglibs.jsp"%> - -<%-- Error Messages --%> - - - - -
-
-
-
+ Index: lams_tool_assessment/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_assessment/web/common/messages.jsp =================================================================== diff -u -r4353f26f9509808acdf41d0deef6cf5fd458a2b7 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_assessment/web/common/messages.jsp (.../messages.jsp) (revision 4353f26f9509808acdf41d0deef6cf5fd458a2b7) +++ lams_tool_assessment/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - - - - - \ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_assessment/web/pages/authoring/parts/addessay.jsp =================================================================== diff -u -rf60ded2a09e60f1f154f71b40f40caa2908c77c5 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_assessment/web/pages/authoring/parts/addessay.jsp (.../addessay.jsp) (revision f60ded2a09e60f1f154f71b40f40caa2908c77c5) +++ lams_tool_assessment/web/pages/authoring/parts/addessay.jsp (.../addessay.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -113,11 +113,6 @@
<%@ include file="/common/messages.jsp"%> -
- - - -
Index: lams_tool_bbb/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_bbb/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_bbb/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_bbb/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_bbb/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_bbb/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_chat/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_chat/web/common/messages.jsp =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_chat/web/common/messages.jsp (.../messages.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_tool_chat/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - - - - - \ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_chat/web/pages/authoring/authoring.jsp =================================================================== diff -u -r482ac413c5586cbe25227f942d7d0e67d2fa19f4 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_chat/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 482ac413c5586cbe25227f942d7d0e67d2fa19f4) +++ lams_tool_chat/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -36,16 +36,7 @@ -
- - - - - - - - -
+ <%-- Page tabs --%> Index: lams_tool_daco/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_daco/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_daco/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_daco/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_daco/web/common/messages.jsp =================================================================== diff -u -r5d60e2334cf6775f4e4afe5755a0e56ef78540c0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_daco/web/common/messages.jsp (.../messages.jsp) (revision 5d60e2334cf6775f4e4afe5755a0e56ef78540c0) +++ lams_tool_daco/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_doku/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r1cef918442124e8d987a285095a7504e3bc00461 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 1cef918442124e8d987a285095a7504e3bc00461) +++ lams_tool_doku/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -32,6 +32,7 @@ <%@ tag body-content="scriptless" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ attribute name="formID" required="true" rtexprvalue="true" %> Index: lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u -r1cef918442124e8d987a285095a7504e3bc00461 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1cef918442124e8d987a285095a7504e3bc00461) +++ lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -8,6 +8,7 @@ <%@ tag body-content="scriptless" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-function" prefix="fn" %> Index: lams_tool_doku/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r1cef918442124e8d987a285095a7504e3bc00461 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 1cef918442124e8d987a285095a7504e3bc00461) +++ lams_tool_doku/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -8,6 +8,7 @@ <%@ tag body-content="scriptless" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-function" prefix="fn" %> Index: lams_tool_doku/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_doku/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/OutcomeAuthor.tag (.../OutcomeAuthor.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd) +++ lams_tool_doku/web/WEB-INF/tags/OutcomeAuthor.tag (.../OutcomeAuthor.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -8,7 +8,6 @@ <%@ tag body-content="scriptless" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> - <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-function" prefix="fn" %> @@ -69,9 +68,8 @@ 'select' : function(event, ui){ var input = $(this); $.ajax({ - 'url' : 'outcome.do', + 'url' : 'outcome/outcomeMap', 'data': $.extend({ - 'method' : 'outcomeMap', 'outcomeId' : ui.item.value }, outcomeData${outcomeTagId}), 'method' : 'post', @@ -95,10 +93,8 @@ */ function refreshOutcomeMappings(outcomeTagId) { $.ajax({ - 'url' : 'outcome.do', - 'data' : $.extend({ - 'method' : 'outcomeGetMappings' - }, outcomeData${outcomeTagId}), + 'url' : 'outcome/outcomeGetMappings.do', + 'data' : outcomeData${outcomeTagId}, 'cache' : false, 'dataType' : 'json', 'success' : function(outcomeMappings) { @@ -130,9 +126,8 @@ */ function removeOutcomeMapping(button) { $.ajax({ - 'url' : 'outcome.do', + 'url' : 'outcome/outcomeRemoveMapping.do', 'data': { - 'method' : 'outcomeRemoveMapping', 'mappingId' : $(button).attr('mappingId') }, 'cache' : false, Index: lams_tool_doku/web/WEB-INF/tags/Page.tag =================================================================== diff -u -r417b301a93d0e3b232370eef325b15a0642a8f8c -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 417b301a93d0e3b232370eef325b15a0642a8f8c) +++ lams_tool_doku/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -434,4 +434,4 @@
- \ No newline at end of file + Index: lams_tool_doku/web/WEB-INF/tags/Rating.tag =================================================================== diff -u -r1cef918442124e8d987a285095a7504e3bc00461 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision 1cef918442124e8d987a285095a7504e3bc00461) +++ lams_tool_doku/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -8,6 +8,7 @@ <%@ tag body-content="scriptless" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-function" prefix="fn" %> Index: lams_tool_doku/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u -r1cef918442124e8d987a285095a7504e3bc00461 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tags/StyledRating.tag (.../StyledRating.tag) (revision 1cef918442124e8d987a285095a7504e3bc00461) +++ lams_tool_doku/web/WEB-INF/tags/StyledRating.tag (.../StyledRating.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -8,6 +8,7 @@ <%@ tag body-content="scriptless" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-function" prefix="fn" %> Index: lams_tool_doku/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_doku/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_doku/web/common/messages.jsp =================================================================== diff -u -r1cef918442124e8d987a285095a7504e3bc00461 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_doku/web/common/messages.jsp (.../messages.jsp) (revision 1cef918442124e8d987a285095a7504e3bc00461) +++ lams_tool_doku/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_forum/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_forum/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_forum/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_forum/web/common/messages.jsp =================================================================== diff -u -re062c5aeec4bd7e7f970ae5e907e8a7e59edaeaf -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/common/messages.jsp (.../messages.jsp) (revision e062c5aeec4bd7e7f970ae5e907e8a7e59edaeaf) +++ lams_tool_forum/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,8 +1,2 @@ - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_forum/web/jsps/authoring/message/create.jsp =================================================================== diff -u -rc9ee204be2fbc37ed1fd4c7eb8267bc103d98a24 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/authoring/message/create.jsp (.../create.jsp) (revision c9ee204be2fbc37ed1fd4c7eb8267bc103d98a24) +++ lams_tool_forum/web/jsps/authoring/message/create.jsp (.../create.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -25,16 +25,7 @@
- - - - - - - - - -
+
@@ -43,29 +34,15 @@ - - - - - - - - +
- - - - - - - - +
Index: lams_tool_forum/web/jsps/authoring/message/edit.jsp =================================================================== diff -u -r084f494736aefde70938e39eded1a334f0886e5f -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/authoring/message/edit.jsp (.../edit.jsp) (revision 084f494736aefde70938e39eded1a334f0886e5f) +++ lams_tool_forum/web/jsps/authoring/message/edit.jsp (.../edit.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -25,14 +25,7 @@ - - - - - - - - +
@@ -42,14 +35,7 @@ - - - - - - - - +
Index: lams_tool_forum/web/jsps/learning/create.jsp =================================================================== diff -u -re062c5aeec4bd7e7f970ae5e907e8a7e59edaeaf -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/create.jsp (.../create.jsp) (revision e062c5aeec4bd7e7f970ae5e907e8a7e59edaeaf) +++ lams_tool_forum/web/jsps/learning/create.jsp (.../create.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -72,14 +72,7 @@
- - - - - - - - + <%@ include file="/jsps/learning/message/topicform.jsp"%>
Index: lams_tool_forum/web/jsps/learning/edit.jsp =================================================================== diff -u -rbda120a45147297c8a6652f5bb0378aabd1ed79b -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/edit.jsp (.../edit.jsp) (revision bda120a45147297c8a6652f5bb0378aabd1ed79b) +++ lams_tool_forum/web/jsps/learning/edit.jsp (.../edit.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -126,14 +126,7 @@
- - - - - - - - + <%@ include file="/jsps/learning/message/topiceditform.jsp"%>
Index: lams_tool_forum/web/jsps/learning/message/bodyarea.jsp =================================================================== diff -u -ra76d96d2c8738e06130ab51ea379fe34bea5fbd8 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/message/bodyarea.jsp (.../bodyarea.jsp) (revision a76d96d2c8738e06130ab51ea379fe34bea5fbd8) +++ lams_tool_forum/web/jsps/learning/message/bodyarea.jsp (.../bodyarea.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -169,11 +169,4 @@ - - - - - - - - + \ No newline at end of file Index: lams_tool_forum/web/jsps/learning/message/topiceditform.jsp =================================================================== diff -u -r084f494736aefde70938e39eded1a334f0886e5f -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/message/topiceditform.jsp (.../topiceditform.jsp) (revision 084f494736aefde70938e39eded1a334f0886e5f) +++ lams_tool_forum/web/jsps/learning/message/topiceditform.jsp (.../topiceditform.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -3,15 +3,8 @@
  - - - - - - - - - + +
Index: lams_tool_forum/web/jsps/learning/message/topicform.jsp =================================================================== diff -u -rfb3dd34490a1cbd816230c0042648955621ea70a -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/message/topicform.jsp (.../topicform.jsp) (revision fb3dd34490a1cbd816230c0042648955621ea70a) +++ lams_tool_forum/web/jsps/learning/message/topicform.jsp (.../topicform.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -3,15 +3,7 @@
  - - - - - - - - - +
@@ -23,15 +15,7 @@

- - - - - - - - - +
Index: lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp =================================================================== diff -u -r084f494736aefde70938e39eded1a334f0886e5f -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp (.../topicreplyform.jsp) (revision 084f494736aefde70938e39eded1a334f0886e5f) +++ lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp (.../topicreplyform.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -4,14 +4,7 @@     - - - - - - - - +

@@ -21,14 +14,7 @@
- - - - - - - - +
Index: lams_tool_forum/web/jsps/learning/reply.jsp =================================================================== diff -u -rbda120a45147297c8a6652f5bb0378aabd1ed79b -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/learning/reply.jsp (.../reply.jsp) (revision bda120a45147297c8a6652f5bb0378aabd1ed79b) +++ lams_tool_forum/web/jsps/learning/reply.jsp (.../reply.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -147,14 +147,7 @@
- - - - - - - - + <%@ include file="/jsps/learning/message/topicreplyform.jsp"%>
Index: lams_tool_forum/web/jsps/monitoring/editactivity.jsp =================================================================== diff -u -r9f988c0cf9ce45c8812158692f38e74688b96ea4 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 9f988c0cf9ce45c8812158692f38e74688b96ea4) +++ lams_tool_forum/web/jsps/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,13 +1,6 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - - - - + Index: lams_tool_forum/web/jsps/monitoring/viewactivity.jsp =================================================================== diff -u -r05f1961fd1d7e74738595255cfdb13e344c40123 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_forum/web/jsps/monitoring/viewactivity.jsp (.../viewactivity.jsp) (revision 05f1961fd1d7e74738595255cfdb13e344c40123) +++ lams_tool_forum/web/jsps/monitoring/viewactivity.jsp (.../viewactivity.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,13 +1,6 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - - - - +
 * +
 * +
 * +
:
 * +
- - - - -
-
-
-
+
- - - - -
-
-
-
+
*: +
*: +
*: +
*: +
*: +
Index: lams_tool_gmap/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_gmap/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_gmap/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_gmap/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_gmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_gmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor/WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_images/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_images/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_images/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_images/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_images/web/common/messages.jsp =================================================================== diff -u -r9e395fca5d7eb4a5ac4c9768642a336723a950f7 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_images/web/common/messages.jsp (.../messages.jsp) (revision 9e395fca5d7eb4a5ac4c9768642a336723a950f7) +++ lams_tool_images/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,10 +1,2 @@ - <%@include file="/common/taglibs.jsp"%> - - - - - - - - - +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_imscc/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_imscc/web/common/messages.jsp =================================================================== diff -u -r1d6eef003bf303f75c5405b66a13ac86232cec03 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_imscc/web/common/messages.jsp (.../messages.jsp) (revision 1d6eef003bf303f75c5405b66a13ac86232cec03) +++ lams_tool_imscc/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_kaltura/web/common/messages.jsp =================================================================== diff -u -rff911101cbe92d6813691c20c292fa04519820b4 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_kaltura/web/common/messages.jsp (.../messages.jsp) (revision ff911101cbe92d6813691c20c292fa04519820b4) +++ lams_tool_kaltura/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_lamc/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_lamc/web/common/messages.jsp =================================================================== diff -u -re1e8890bd7a972827bd9449eeb7f76a9b42c5913 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_lamc/web/common/messages.jsp (.../messages.jsp) (revision e1e8890bd7a972827bd9449eeb7f76a9b42c5913) +++ lams_tool_lamc/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,12 +1,2 @@ <%@include file="/common/taglibs.jsp"%> - -<%-- Error Messages --%> - - - - - - - - - + Index: lams_tool_laqa/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_laqa/web/authoring/AuthoringTabsHolder.jsp =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_laqa/web/authoring/AuthoringTabsHolder.jsp (.../AuthoringTabsHolder.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_tool_laqa/web/authoring/AuthoringTabsHolder.jsp (.../AuthoringTabsHolder.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -60,14 +60,7 @@ - - - - -
-
-
-
+ Index: lams_tool_laqa/web/common/messages.jsp =================================================================== diff -u -r658034e7f07579dd682db62112b9353b3a0d3f65 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_laqa/web/common/messages.jsp (.../messages.jsp) (revision 658034e7f07579dd682db62112b9353b3a0d3f65) +++ lams_tool_laqa/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,19 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
- -<%-- Success Messages --%> - - - - -
-
-
-
+<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -r7ccd2797793d9c746fe08ab675942b820bf47742 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 7ccd2797793d9c746fe08ab675942b820bf47742) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -241,14 +241,7 @@ - - - - -
-
-
-
+ Index: lams_tool_larsrc/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_larsrc/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_larsrc/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_larsrc/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,10 +1,2 @@ -<%-- Error Messages --%> -<%-- Error Messages --%> - - - - - - - - \ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_leader/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_leader/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_leader/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_leader/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_leader/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_leader/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_leader/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,10 +1,2 @@ -<%-- Error Messages --%> - - - - - -
-
-
-
+<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_leader/web/pages/authoring/authoring.jsp =================================================================== diff -u -rf19ab367a5ab1ed3fc40b7d1d29defc861a986fd -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_leader/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision f19ab367a5ab1ed3fc40b7d1d29defc861a986fd) +++ lams_tool_leader/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -37,16 +37,7 @@ -
- - - - -
-
-
-
-
+ <%-- Page tabs --%> Index: lams_tool_mindmap/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_mindmap/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_mindmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_mindmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_mindmap/web/common/messages.jsp =================================================================== diff -u -rebe9a494826fab1aebb345e6801ad512abb52416 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_mindmap/web/common/messages.jsp (.../messages.jsp) (revision ebe9a494826fab1aebb345e6801ad512abb52416) +++ lams_tool_mindmap/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,12 +1,2 @@ <%@include file="/common/taglibs.jsp"%> - -<%-- Error Messages --%> - - - - - - - - - + Index: lams_tool_nb/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_nb/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_nb/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_nb/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_nb/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_nb/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_nb/web/message.jsp =================================================================== diff -u -r37c404bc2d0032716112057bebc1314cbc30d102 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_nb/web/message.jsp (.../message.jsp) (revision 37c404bc2d0032716112057bebc1314cbc30d102) +++ lams_tool_nb/web/message.jsp (.../message.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -21,14 +21,7 @@ - - - - - - - - +
Index: lams_tool_notebook/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_notebook/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_notebook/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_notebook/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_pixlr/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_pixlr/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_pixlr/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_pixlr/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_pixlr/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_pixlr/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_pixlr/web/common/messages.jsp =================================================================== diff -u -r46e01bf046d755f571ba59957ac869c086bad58c -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_pixlr/web/common/messages.jsp (.../messages.jsp) (revision 46e01bf046d755f571ba59957ac869c086bad58c) +++ lams_tool_pixlr/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
+<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_preview/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r1042117ad93a6a9f93d8b1c8be7e718b7efd383f -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_preview/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 1042117ad93a6a9f93d8b1c8be7e718b7efd383f) +++ lams_tool_preview/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -285,7 +285,7 @@ + cssClass="form-control form-control-inline"> @@ -305,7 +305,7 @@ + cssClass="form-control form-control-inline"> Index: lams_tool_preview/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_preview/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_preview/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_preview/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_preview/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_preview/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_preview/web/common/messages.jsp =================================================================== diff -u -r1042117ad93a6a9f93d8b1c8be7e718b7efd383f -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_preview/web/common/messages.jsp (.../messages.jsp) (revision 1042117ad93a6a9f93d8b1c8be7e718b7efd383f) +++ lams_tool_preview/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
+<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_sbmt/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_sbmt/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_sbmt/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_sbmt/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_sbmt/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_sbmt/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_sbmt/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,11 +1,2 @@ <%@include file="/common/taglibs.jsp"%> - -<%-- Error Messages --%> - - - - - - - - \ No newline at end of file + Index: lams_tool_scratchie/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_scratchie/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_scratchie/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_scratchie/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_scratchie/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_scratchie/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_scratchie/web/common/messages.jsp =================================================================== diff -u -r22cca1a815f7aee530e14ab87b7744f381d03ac1 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_scratchie/web/common/messages.jsp (.../messages.jsp) (revision 22cca1a815f7aee530e14ab87b7744f381d03ac1) +++ lams_tool_scratchie/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_scribe/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_scribe/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_scribe/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_spreadsheet/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_spreadsheet/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_spreadsheet/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_spreadsheet/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_spreadsheet/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_spreadsheet/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_spreadsheet/web/common/messages.jsp =================================================================== diff -u -r977c1d91def623ad1c8d5adffb4b32c810ef1dc6 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_spreadsheet/web/common/messages.jsp (.../messages.jsp) (revision 977c1d91def623ad1c8d5adffb4b32c810ef1dc6) +++ lams_tool_spreadsheet/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,11 +1,2 @@ - <%@include file="/common/taglibs.jsp"%> - - - - - - - - - - +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_survey/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_survey/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_survey/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_survey/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_survey/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_survey/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,9 +1,2 @@ -<%-- Error Messages --%> - - - - -
-
-
-
\ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_survey/web/pages/learning/question.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -7,19 +7,8 @@ - - - - -
-
- -
-
+ - - -
Index: lams_tool_task/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_task/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_task/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_task/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_task/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_task/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_task/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_task/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_task/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,11 +1,2 @@ - <%@include file="/common/taglibs.jsp"%> - - - - - - - - - - +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_vote/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_vote/web/common/messages.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_vote/web/common/messages.jsp (.../messages.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_vote/web/common/messages.jsp (.../messages.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -1,8 +1,2 @@ -<%-- Error Messages --%> - - - - - - - \ No newline at end of file +<%@include file="/common/taglibs.jsp"%> + Index: lams_tool_wiki/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_wiki/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_wiki/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_wiki/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_wiki/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_wiki/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_wiki/web/pages/authoring/authoring.jsp =================================================================== diff -u -r035729f521079cf3b9696f60b6b715261af17767 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_wiki/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 035729f521079cf3b9696f60b6b715261af17767) +++ lams_tool_wiki/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -59,14 +59,7 @@ - - - - - - - - + <%-- Page tabs --%> Index: lams_tool_zoom/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_tool_zoom/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_tool_zoom/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_zoom/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_zoom/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_tool_zoom/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag Index: lams_tool_zoom/web/pages/admin/view.jsp =================================================================== diff -u -rcd28f26327e5afe5f9797847d801eba0abab9144 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_zoom/web/pages/admin/view.jsp (.../view.jsp) (revision cd28f26327e5afe5f9797847d801eba0abab9144) +++ lams_tool_zoom/web/pages/admin/view.jsp (.../view.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -115,15 +115,7 @@ - <%-- Error Messages --%> - - - - -
-
-
-
+
Index: lams_tool_zoom/web/pages/authoring/authoring.jsp =================================================================== diff -u -rcd28f26327e5afe5f9797847d801eba0abab9144 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_zoom/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision cd28f26327e5afe5f9797847d801eba0abab9144) +++ lams_tool_zoom/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -42,14 +42,7 @@ - - - - - - - - + <%-- Page tabs --%> Index: lams_tool_zoom/web/pages/learning/learning.jsp =================================================================== diff -u -rcd28f26327e5afe5f9797847d801eba0abab9144 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_tool_zoom/web/pages/learning/learning.jsp (.../learning.jsp) (revision cd28f26327e5afe5f9797847d801eba0abab9144) +++ lams_tool_zoom/web/pages/learning/learning.jsp (.../learning.jsp) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -28,14 +28,7 @@
- - - - - - - - + Index: lams_www/web/WEB-INF/tags/Errors.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/Errors.tag (revision 0) +++ lams_www/web/WEB-INF/tags/Errors.tag (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_www/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4a0345ec36518827a51d1ccc517912f72e5b1ee0 -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f --- lams_www/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4a0345ec36518827a51d1ccc517912f72e5b1ee0) +++ lams_www/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f) @@ -344,6 +344,10 @@ OutcomeAuthor /WEB-INF/tags/OutcomeAuthor.tag + + errors + /WEB-INF/tags/Errors.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag