Index: lams_central/web/css/jquery.jRating.css =================================================================== diff -u -r1c42119baf51e12d0ef19919cb5a266a186d4b7d -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 1c42119baf51e12d0ef19919cb5a266a186d4b7d) +++ lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -53,8 +53,8 @@ height: 0; clear: both; } -.rating-stars-holder {width: 150px; text-align: center; float: right;} -.rating-stars-caption {padding-top: 6px;} +.rating-stars-holder {text-align: center;} +.rating-stars-caption {padding-top: 6px; font-size: 12px} .rating-stars, .rating-stars-disabled {margin: 0px auto; min-height: 20px;} .add-comment { background-image: url('../images/tick.png'); Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/dto/QaQuestionDTO.java =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/dto/QaQuestionDTO.java (.../QaQuestionDTO.java) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/dto/QaQuestionDTO.java (.../QaQuestionDTO.java) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -41,7 +41,7 @@ public QaQuestionDTO(QaQueContent que) { this.question = que.getQuestion(); this.displayOrder = new Integer(que.getDisplayOrder()).toString(); - this.feedback = que.getFeedback() != null ? que.getFeedback() : " "; + this.feedback = que.getFeedback() != null ? que.getFeedback() : ""; this.required = que.isRequired(); this.minWordsLimit = que.getMinWordsLimit(); this.uid = que.getUid(); Index: lams_tool_laqa/web/WEB-INF/tags/Alert.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Alert.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Alert.tag (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -0,0 +1,46 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> + +<%@ attribute name="close" required="false" rtexprvalue="true"%> +<%@ attribute name="id" required="false" rtexprvalue="true"%> +<%@ attribute name="type" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+ + × + + +
+
+
+
+
Index: lams_tool_laqa/web/WEB-INF/tags/DefineLater.tag =================================================================== diff -u -rfef442a88ab05c91db8a551081c4abc060d4da5e -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision fef442a88ab05c91db8a551081c4abc060d4da5e) +++ lams_tool_laqa/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -1,6 +1,6 @@ <% - /**************************************************************** + /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= * License Information: http://lamsfoundation.org/licensing/lams/2.0/ @@ -49,10 +49,18 @@ -

- -

-
- +
+
+
+ +
+
+
+
+ +
+
\ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/Page.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Page.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Page.tag (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -0,0 +1,36 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> + +<%@ attribute name="type" required="true" rtexprvalue="true"%> +<%@ attribute name="style" required="false" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="titleHelpURL" required="false" rtexprvalue="true"%> +<%@ attribute name="headingContent" required="false" rtexprvalue="true"%> + + + +
+
+
+
+
+ +
+ + + + +
+
+ + + +
+
+ +
+
+
+ +
+
Index: lams_tool_laqa/web/WEB-INF/tags/Rating.tag =================================================================== diff -u -rad572fe631188a44a1b0976295ee33af9919ed78 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision ad572fe631188a44a1b0976295ee33af9919ed78) +++ lams_tool_laqa/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -64,7 +64,7 @@ <%--Rating stars area---------------------------------------%>
-
+
@@ -85,9 +85,9 @@ -

+ ${criteriaDto.ratingCriteria.title} -

+ Index: lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -448,7 +448,15 @@ /WEB-INF/tags/DefineLater.tag - ImgButtonWrapper + Alert + /WEB-INF/tags/Alert.tag + + + Page + /WEB-INF/tags/Page.tag + + + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -1,36 +1,41 @@ - <%@ include file="/common/taglibs.jsp"%> - - - - - - - - + + + + + <fmt:message key="activity.title" /> - - +div.growlUI { + background: url(check48.png) no-repeat 10px 10px +} + +div.growlUI h1, div.growlUI h2 { + color: white; + padding: 5px 5px 5px 0px; + text-align: center; + font-size: 20px; +} + + - - + + + + + + + Index: lams_tool_laqa/web/learning/IndividualLearnerResults.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -1,9 +1,6 @@ - <%@ include file="/common/taglibs.jsp"%> - - @@ -17,134 +14,166 @@ if (actionMethod == 'endLearning') { document.getElementById("finishButton").disabled = true; } - document.QaLearningForm.method.value=actionMethod; + document.QaLearningForm.method.value = actionMethod; document.QaLearningForm.submit(); } - + function submitMethod(actionMethod) { submitLearningMethod(actionMethod); } -
-

- -

- + + + + + + + + + + + + + + + + + -
- - + + + + + -
-
- - -
- -
+
+ + - + -
-

- - : - -
- -

+
+
+
+
+ : +
+ +
+
- - + + -

- - - +

+ +
-
- -

+
+ +
-
-
- - - : - - - +
+
+ + + +
+
+
+
+ +
+
+ +
+
+
+
+ + +
+ + + +
+ +
+
+
+

- -
-
+
-
+ + +
+ +
- + - + - + -
- - +
+ - - - - - - - - - -
+ + + + + + + + +
+
- +
- +
-
+ - + + + Index: lams_tool_laqa/web/learning/LearnerRep.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -1,13 +1,9 @@ - <%@ include file="/common/taglibs.jsp"%> - - - @@ -20,13 +16,12 @@ <fmt:message key="activity.title" /> - - - + - + + + - + + + + Index: lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -1,32 +1,27 @@ - <%@ include file="/common/taglibs.jsp"%> - - - - <fmt:message key="activity.title" /> - - - + + + + - + Index: lams_tool_laqa/web/learning/WaitForLeader.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -r099554309e1f77769667c041fb6d0fa91a89ea03 --- lams_tool_laqa/web/learning/WaitForLeader.jsp (.../WaitForLeader.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_laqa/web/learning/WaitForLeader.jsp (.../WaitForLeader.jsp) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) @@ -1,56 +1,48 @@ - <%@ include file="/common/taglibs.jsp"%> <fmt:message key="activity.title" /> - - + setTimeout("refresh();", 30000); + -
-

- -

- -

+ + +

-

+

- -
+ +
    -
    - -
    +
  • +
  • -
- -
- + + +
+
-
- +