Index: lams_tool_vote/web/WEB-INF/tags/Rating.tag =================================================================== diff -u -rff7583ba24a271222b91ab3ecc460b931fe20e37 -rf538e8642dcc9bc6ea8539d9482e3ca4411093b0 --- lams_tool_vote/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision ff7583ba24a271222b91ab3ecc460b931fe20e37) +++ lams_tool_vote/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -24,6 +24,7 @@ <%@ attribute name="averageRatingLabel" required="false" rtexprvalue="true" %> <%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> <%@ attribute name="showComments" required="false" rtexprvalue="true" %> +<%@ attribute name="allowRetries" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -61,6 +62,10 @@ + + + + <%--Rating stars area---------------------------------------%>
@@ -77,7 +82,7 @@ - + Index: lams_tool_wiki/web/WEB-INF/tags/Rating.tag =================================================================== diff -u -rceae3062bc6d9ad73937168fc0fb12e4fdaa172d -rf538e8642dcc9bc6ea8539d9482e3ca4411093b0 --- lams_tool_wiki/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision ceae3062bc6d9ad73937168fc0fb12e4fdaa172d) +++ lams_tool_wiki/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -24,6 +24,7 @@ <%@ attribute name="averageRatingLabel" required="false" rtexprvalue="true" %> <%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> <%@ attribute name="showComments" required="false" rtexprvalue="true" %> +<%@ attribute name="allowRetries" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -61,6 +62,10 @@ + + + + <%--Rating stars area---------------------------------------%>
@@ -77,7 +82,7 @@ - + Index: lams_www/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -rb5ab72c783a98abeb08431bafb067ad4b9edf1df -rf538e8642dcc9bc6ea8539d9482e3ca4411093b0 --- lams_www/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision b5ab72c783a98abeb08431bafb067ad4b9edf1df) +++ lams_www/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -123,7 +123,7 @@ }
- + Index: lams_www/web/WEB-INF/tags/FileUpload.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/FileUpload.tag (revision 0) +++ lams_www/web/WEB-INF/tags/FileUpload.tag (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -0,0 +1,84 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%-- Usually fileFieldname and fileFieldId are the same, but DACO needs them to be different. + If they can be the same, set fileFieldname and fileFieldId will be set to the same. + If you need them different, then define both. + If you define neither, fileFieldname = fileFieldId = "fileSelector" --%> +<%@ attribute name="fileFieldname" required="false" rtexprvalue="true"%> +<%@ attribute name="fileFieldId" required="false" rtexprvalue="true"%> + +<%@ attribute name="fileInputNameFieldname" required="false" rtexprvalue="true"%> +<%@ attribute name="fileInputMessageKey" required="false" rtexprvalue="true"%> + +<%-- Set uploadInfoMessageKey to '-' to NOT show the "not exe and max file size" type message. Leave it blank for the default key label.upload.info --%> +<%@ attribute name="uploadInfoMessageKey" required="false" rtexprvalue="true"%> +<%@ attribute name="maxFileSize" required="true" rtexprvalue="true"%> +<%@ attribute name="tabindex" required="false" rtexprvalue="true"%> + +<%-- Only set if you have more than one file field on the screen (such as DACO) --%> +<%@ attribute name="errorMsgDiv" required="false" rtexprvalue="true"%> +<%@ attribute name="fileButtonBrowse" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%> + + + + +
+ +

${maxFileSize}

+
+ + + + Index: lams_www/web/WEB-INF/tags/Rating.tag =================================================================== diff -u -ra86e7d7663a6093c0369048074e955ba9762ba77 -rf538e8642dcc9bc6ea8539d9482e3ca4411093b0 --- lams_www/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision a86e7d7663a6093c0369048074e955ba9762ba77) +++ lams_www/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -24,6 +24,7 @@ <%@ attribute name="averageRatingLabel" required="false" rtexprvalue="true" %> <%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> <%@ attribute name="showComments" required="false" rtexprvalue="true" %> +<%@ attribute name="allowRetries" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -61,6 +62,10 @@ + + + + <%--Rating stars area---------------------------------------%>
@@ -77,7 +82,7 @@ - + Index: lams_www/web/WEB-INF/tags/WaitingSpinner.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/WaitingSpinner.tag (revision 0) +++ lams_www/web/WEB-INF/tags/WaitingSpinner.tag (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -0,0 +1,17 @@ +<%@ taglib uri="tags-core" prefix="c"%> + +<%@ attribute name="id" required="false" rtexprvalue="true"%> +<%@ attribute name="showInline" required="false" rtexprvalue="true"%> + + + id="${id}" + + + + + + + + + + \ No newline at end of file Index: lams_www/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r1f99d03199a3995cfffe0cb1536c08f0220e88b0 -rf538e8642dcc9bc6ea8539d9482e3ca4411093b0 --- lams_www/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 1f99d03199a3995cfffe0cb1536c08f0220e88b0) +++ lams_www/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision f538e8642dcc9bc6ea8539d9482e3ca4411093b0) @@ -529,5 +529,13 @@ CommentsAuthor /WEB-INF/tags/CommentsAuthor.tag + + FileUpload + /WEB-INF/tags/FileUpload.tag + + + WaitingSpinner + /WEB-INF/tags/WaitingSpinner.tag +