Index: lams_admin/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u -rf7cb84defcd7ff6e4f3232f2ef1856f1311215d9 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_admin/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision f7cb84defcd7ff6e4f3232f2ef1856f1311215d9) +++ lams_admin/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -6,6 +6,8 @@ <%@ attribute name="state" required="true" rtexprvalue="true"%> <%@ attribute name="title" required="false" rtexprvalue="true"%> <%@ attribute name="onclick" required="false" rtexprvalue="true"%> +<%@ attribute name="id" required="false" rtexprvalue="true"%> +<%@ attribute name="display" required="false" rtexprvalue="true"%> @@ -26,10 +28,28 @@ + + id="${id}" + + + + + + + + + style='display:${display}' + + + + + + + - + - + Index: lams_admin/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_admin/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -radd7948dbdf9451fb5bb7839e22d2f22ca8b54f1 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_admin/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1) +++ lams_admin/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_admin/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u -radd7948dbdf9451fb5bb7839e22d2f22ca8b54f1 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_admin/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1) +++ lams_admin/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -1,13 +1,16 @@ <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-html" prefix="html"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> <%@ attribute name="allowCommentsVariableName" required="false" rtexprvalue="true"%> <%@ attribute name="allowCommentLabelKey" required="false" rtexprvalue="true"%> <%@ attribute name="likeDislikeVariableName" required="false" rtexprvalue="true"%> <%@ attribute name="likeOnlyCommentLabelKey" required="false" rtexprvalue="true"%> <%@ attribute name="likeDislikeLabelKey" required="false" rtexprvalue="true"%> +<%@ attribute name="commentPanelHeaderKey" required="false" rtexprvalue="true"%> + @@ -23,7 +26,11 @@ + + + +
+
+ +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rfb2d35766faadf7fa8e0247feb943da34f8fba4f -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_assessment/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision fb2d35766faadf7fa8e0247feb943da34f8fba4f) +++ lams_tool_assessment/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r43109c0633b7699925623470abcf46421b624ff0 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 43109c0633b7699925623470abcf46421b624ff0) +++ lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_bbb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_bbb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_bbb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_bbb/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r8315ad837ab0fce3626560b8e72e0ab1297d7bec -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_bbb/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 8315ad837ab0fce3626560b8e72e0ab1297d7bec) +++ lams_tool_bbb/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_bbb/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_bbb/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_bbb/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_bbb/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r8315ad837ab0fce3626560b8e72e0ab1297d7bec -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_bbb/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 8315ad837ab0fce3626560b8e72e0ab1297d7bec) +++ lams_tool_bbb/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_chat/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r8955c559e118a75bcdec763ebae2e745a0421236 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_chat/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 8955c559e118a75bcdec763ebae2e745a0421236) +++ lams_tool_chat/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -rc7ba52ee01e6e67a6cd7ccf4d8b24f01203eb3a1 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision c7ba52ee01e6e67a6cd7ccf4d8b24f01203eb3a1) +++ lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_daco/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r0978f4c3fff33f106dc928704ad6249815cd131c -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_daco/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 0978f4c3fff33f106dc928704ad6249815cd131c) +++ lams_tool_daco/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r0978f4c3fff33f106dc928704ad6249815cd131c -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_daco/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 0978f4c3fff33f106dc928704ad6249815cd131c) +++ lams_tool_daco/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_forum/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -ra39ddd2af8d2bfba39c9d3add6bcb7ee09d7ff5f -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_forum/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision a39ddd2af8d2bfba39c9d3add6bcb7ee09d7ff5f) +++ lams_tool_forum/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -ra39ddd2af8d2bfba39c9d3add6bcb7ee09d7ff5f -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_forum/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision a39ddd2af8d2bfba39c9d3add6bcb7ee09d7ff5f) +++ lams_tool_forum/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r7e36808f988eacadf9b5d82b450dcf6518ed49d9 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 7e36808f988eacadf9b5d82b450dcf6518ed49d9) +++ lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_gmap/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_gmap/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_gmap/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_gmap/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r7e36808f988eacadf9b5d82b450dcf6518ed49d9 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_gmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 7e36808f988eacadf9b5d82b450dcf6518ed49d9) +++ lams_tool_gmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_images/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r93caeb9fdd72a680b674c35dca66c65f76489717 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_images/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 93caeb9fdd72a680b674c35dca66c65f76489717) +++ lams_tool_images/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_images/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r91b889b2799b29b15df18c661e46cd1532eb5251 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_images/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 91b889b2799b29b15df18c661e46cd1532eb5251) +++ lams_tool_images/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rd703ba41fe0d49d4dee425f8aed091eeb0c958b3 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision d703ba41fe0d49d4dee425f8aed091eeb0c958b3) +++ lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r556a6982f300507743b2c917118c0035f1f80d84 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 556a6982f300507743b2c917118c0035f1f80d84) +++ lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -re535a51e19cbc72d07bda00b019c947847d869b0 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision e535a51e19cbc72d07bda00b019c947847d869b0) +++ lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r9dffcfc34a162e2764264327642af2c6fae5ee01 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_kaltura/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) +++ lams_tool_kaltura/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r00937d78dacc0993260d5ed7b39e4376e432cf45 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) +++ lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r9c21ce6391eb60f464a106f582c8935103ab61b0 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 9c21ce6391eb60f464a106f582c8935103ab61b0) +++ lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r320934945c495ab0832be6fb547d83812ac3152a -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 320934945c495ab0832be6fb547d83812ac3152a) +++ lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r097e25c6195a1a5f58821003b0fa332844dc6305 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 097e25c6195a1a5f58821003b0fa332844dc6305) +++ lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) +++ lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r17b8d4d2fa5dffd734e4a62d06cb92dfdc6ca9bf -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 17b8d4d2fa5dffd734e4a62d06cb92dfdc6ca9bf) +++ lams_tool_larsrc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_leader/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u -ra6f139bf7f2aeceb96792867e30e3de3959bd1f0 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_leader/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision a6f139bf7f2aeceb96792867e30e3de3959bd1f0) +++ lams_tool_leader/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -6,6 +6,8 @@ <%@ attribute name="state" required="true" rtexprvalue="true"%> <%@ attribute name="title" required="false" rtexprvalue="true"%> <%@ attribute name="onclick" required="false" rtexprvalue="true"%> +<%@ attribute name="id" required="false" rtexprvalue="true"%> +<%@ attribute name="display" required="false" rtexprvalue="true"%> @@ -26,10 +28,28 @@ + + id="${id}" + + + + + + + + + style='display:${display}' + + + + + + + - + - + Index: lams_tool_leader/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -ra6f139bf7f2aeceb96792867e30e3de3959bd1f0 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_leader/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision a6f139bf7f2aeceb96792867e30e3de3959bd1f0) +++ lams_tool_leader/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tags/Date.tag =================================================================== diff -u -rb6718851271ad991d43a5a3158f8e10c9ccceaaa -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_leader/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision b6718851271ad991d43a5a3158f8e10c9ccceaaa) +++ lams_tool_leader/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -34,6 +34,7 @@ <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> <%@ attribute name="style" required="false" rtexprvalue="true"%> <%@ attribute name="type" required="false" rtexprvalue="true"%> +<%@ attribute name="timeago" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> @@ -42,6 +43,10 @@ + + + @@ -53,3 +58,7 @@ + + + + \ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tags/SimplePanel.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/SimplePanel.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/SimplePanel.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,32 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> + +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> +<%@ attribute name="titleHelpURL" required="false" rtexprvalue="true"%> +<%@ attribute name="panelBodyClass" required="false" rtexprvalue="true"%> + + + + + +
+ +
+
+ + + + +
+
+
+
+ +
+
+ + + + Index: lams_tool_leader/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_leader/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_leader/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_leader/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -ra6f139bf7f2aeceb96792867e30e3de3959bd1f0 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_leader/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision a6f139bf7f2aeceb96792867e30e3de3959bd1f0) +++ lams_tool_leader/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag @@ -471,6 +479,10 @@ RestrictedUsageAccordian /WEB-INF/tags/RestrictedUsageAccordian.tag + + SimplePanel + /WEB-INF/tags/SimplePanel.tag + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag Index: lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r7770ef5bdf10fc374af2dae027951429b5f33123 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 7770ef5bdf10fc374af2dae027951429b5f33123) +++ lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r017d7545cab486a7d901af349a9a1015f7f387b6 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_mindmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 017d7545cab486a7d901af349a9a1015f7f387b6) +++ lams_tool_mindmap/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag
+ AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_nb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_nb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_nb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_nb/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r6b4aed17af30b7410d1b0938a69b95b05ef2495d -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_nb/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 6b4aed17af30b7410d1b0938a69b95b05ef2495d) +++ lams_tool_nb/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r7712648410bc57755e64aa3cc3488d3070d67aa4 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_notebook/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 7712648410bc57755e64aa3cc3488d3070d67aa4) +++ lams_tool_notebook/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r7712648410bc57755e64aa3cc3488d3070d67aa4 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 7712648410bc57755e64aa3cc3488d3070d67aa4) +++ lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r9764f125869d4c781a498d256cb80cd51d044500 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 9764f125869d4c781a498d256cb80cd51d044500) +++ lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_pixlr/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_pixlr/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r6eaaff81c675b592c0efa20bf13dacc7863f460b -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_pixlr/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 6eaaff81c675b592c0efa20bf13dacc7863f460b) +++ lams_tool_pixlr/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_preview/web/WEB-INF/tags/Comments.tag =================================================================== diff -u -rdaae7481c43033a14d922bf45bcad31be676e7de -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_preview/web/WEB-INF/tags/Comments.tag (.../Comments.tag) (revision daae7481c43033a14d922bf45bcad31be676e7de) +++ lams_tool_preview/web/WEB-INF/tags/Comments.tag (.../Comments.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -42,6 +42,7 @@ \ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r6bed0e62245e6c9ce454d4bc54920a0b41dac9bc -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 6bed0e62245e6c9ce454d4bc54920a0b41dac9bc) +++ lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r9e9c0664745d48fdd504952bb279e5b840675758 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_scratchie/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 9e9c0664745d48fdd504952bb279e5b840675758) +++ lams_tool_scratchie/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_scratchie/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_scratchie/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r0cc94471294210863bab4937934efeef42dfdeaf -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_scratchie/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 0cc94471294210863bab4937934efeef42dfdeaf) +++ lams_tool_scratchie/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r9732fd6b134b021525bf6be0e8cad758e6beae05 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 9732fd6b134b021525bf6be0e8cad758e6beae05) +++ lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_scribe/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_scribe/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r18b17447403673ba4a33fdbf4d77f7bec9d27bd2 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 18b17447403673ba4a33fdbf4d77f7bec9d27bd2) +++ lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r4cef43ff9f318cfb92259c5d25b2e97e6e732a83 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 4cef43ff9f318cfb92259c5d25b2e97e6e732a83) +++ lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_spreadsheet/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_spreadsheet/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_spreadsheet/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_spreadsheet/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r4cef43ff9f318cfb92259c5d25b2e97e6e732a83 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_spreadsheet/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 4cef43ff9f318cfb92259c5d25b2e97e6e732a83) +++ lams_tool_spreadsheet/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_survey/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_survey/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_survey/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r230631757ce5657c02733128542f738928cc514e -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_survey/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 230631757ce5657c02733128542f738928cc514e) +++ lams_tool_survey/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_survey/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_survey/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r1c9c204c7d6fad2a083eac4250d68aabce949b53 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 1c9c204c7d6fad2a083eac4250d68aabce949b53) +++ lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_task/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_task/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_task/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_task/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rd6dcae53cbe27a85aedf62b8545ee3193ec55220 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_task/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision d6dcae53cbe27a85aedf62b8545ee3193ec55220) +++ lams_tool_task/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_task/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_task/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_task/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_task/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r9bde0c194f5868e0e9e1dd133aefd38416574b1b -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_task/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 9bde0c194f5868e0e9e1dd133aefd38416574b1b) +++ lams_tool_task/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_vote/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rff7583ba24a271222b91ab3ecc460b931fe20e37 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_vote/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision ff7583ba24a271222b91ab3ecc460b931fe20e37) +++ lams_tool_vote/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -rd7b8dfc74b0f786d93eb97ff3a351a96be451acf -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision d7b8dfc74b0f786d93eb97ff3a351a96be451acf) +++ lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rceae3062bc6d9ad73937168fc0fb12e4fdaa172d -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision ceae3062bc6d9ad73937168fc0fb12e4fdaa172d) +++ lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u --- lams_tool_wiki/web/WEB-INF/tags/StyledRating.tag (revision 0) +++ lams_tool_wiki/web/WEB-INF/tags/StyledRating.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,197 @@ +<% + /** + * StyledRating.tag + * Author: Andrey Balan + * Description: Shows the results of a styled rating. Does not allow for update. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criteriaRatings" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.StyledCriteriaRatingDTO" %> +<%@ attribute name="showJustification" required="true" %> +<%@ attribute name="alwaysShowAverage" required="true" %> + + +<%@ attribute name="currentUserDisplay" required="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+
+ ${criteriaRatings.ratingCriteria.ratingCriteriaId}-${rating.itemId} +
+ ${rating.userRating} + +
+ + ${userRating} + ${rating.averageRating} + ${rating.numberOfVotes} + +
+
+
+
+
+
+ +
+ + +   +
    + + +
  • + + - + + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+
+ + +   +
    + + +
  • + + - + ${rating.averageRating} + + : +    + + (${rating.userRating}) + +
  • +
    +
    +
+ +   +
+
+
+ + +
\ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r731fcdae94ff4e5e1a052eee8fe74f5896f1da4d -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_tool_wiki/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 731fcdae94ff4e5e1a052eee8fe74f5896f1da4d) +++ lams_tool_wiki/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -432,10 +432,18 @@ /WEB-INF/tags/AuthoringRatingCriteria.tag + AuthoringRatingAllStyleCriteria + /WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag + + Rating /WEB-INF/tags/Rating.tag + StyledRating + /WEB-INF/tags/StyledRating.tag + + headItems /WEB-INF/tags/headItems.tag Index: lams_www/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u --- lams_www/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 0) +++ lams_www/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -0,0 +1,372 @@ +<% + /** + * AuthoringRatingSimple.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page, only support stars. + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- Optional attribute --%> +<%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> +<%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> +<%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="addLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="justifyLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="rankLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="hedgeRankLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + +
+
+ +
+ + + +   + +
+ +
+ \ No newline at end of file Index: lams_www/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -ra86e7d7663a6093c0369048074e955ba9762ba77 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_www/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision a86e7d7663a6093c0369048074e955ba9762ba77) +++ lams_www/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -80,13 +80,12 @@ - + - \ No newline at end of file Index: lams_www/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u -ra86e7d7663a6093c0369048074e955ba9762ba77 -r2af3df00f43a845436372dd415da5ce02f466024 --- lams_www/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision a86e7d7663a6093c0369048074e955ba9762ba77) +++ lams_www/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision 2af3df00f43a845436372dd415da5ce02f466024) @@ -1,13 +1,16 @@ <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-html" prefix="html"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> <%@ attribute name="allowCommentsVariableName" required="false" rtexprvalue="true"%> <%@ attribute name="allowCommentLabelKey" required="false" rtexprvalue="true"%> <%@ attribute name="likeDislikeVariableName" required="false" rtexprvalue="true"%> <%@ attribute name="likeOnlyCommentLabelKey" required="false" rtexprvalue="true"%> <%@ attribute name="likeDislikeLabelKey" required="false" rtexprvalue="true"%> +<%@ attribute name="commentPanelHeaderKey" required="false" rtexprvalue="true"%> + @@ -23,7 +26,11 @@ + + + +
+