@@ -90,7 +91,6 @@
-
Index: lams_tool_laqa/web/authoring/conditions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/conditions.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_laqa/web/authoring/conditions.jsp 30 Sep 2008 05:54:57 -0000 1.1
+++ lams_tool_laqa/web/authoring/conditions.jsp 21 May 2015 23:43:12 -0000 1.2
@@ -40,49 +40,41 @@
showConditionMessage(url);
}
//The panel of taskList list panel
- var conditionListTargetDiv = "conditionsArea";
+ var conditionListTargetDiv = "#conditionsArea";
function deleteCondition(orderId,sessionMapID){
var url = "
";
var reqIDVar = new Date();
- var param = "orderId=" + orderId +"&sessionMapID="+sessionMapID;;
- var myAjax = new Ajax.Updater(
- conditionListTargetDiv,
- url,
- {
- method:'get',
- parameters:param,
- evalScripts:true
- }
- );
+ $(conditionListTargetDiv).load(
+ url,
+ {
+ orderId: orderId,
+ sessionMapID: sessionMapID
+ }
+ );
}
function upCondition(orderId,sessionMapID){
var url = "
";
var reqIDVar = new Date();
- var param = "orderId=" + orderId + "&sessionMapID="+sessionMapID;;
- var myAjax = new Ajax.Updater(
- conditionListTargetDiv,
- url,
- {
- method:'get',
- parameters:param,
- evalScripts:true
- }
- );
+ $(conditionListTargetDiv).load(
+ url,
+ {
+ orderId: orderId,
+ sessionMapID: sessionMapID
+ }
+ );
}
function downCondition(orderId,sessionMapID){
var url = "
";
var reqIDVar = new Date();
var param = "orderId=" + orderId + "&sessionMapID="+sessionMapID;;
- var myAjax = new Ajax.Updater(
- conditionListTargetDiv,
- url,
- {
- method:'get',
- parameters:param,
- evalScripts:true
- }
- );
+ $(conditionListTargetDiv).load(
+ url,
+ {
+ orderId: orderId,
+ sessionMapID: sessionMapID
+ }
+ );
}
Index: lams_tool_laqa/web/authoring/editQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/editQuestionBox.jsp,v
diff -u -r1.14 -r1.15
--- lams_tool_laqa/web/authoring/editQuestionBox.jsp 23 Aug 2014 01:43:24 -0000 1.14
+++ lams_tool_laqa/web/authoring/editQuestionBox.jsp 21 May 2015 23:43:12 -0000 1.15
@@ -5,8 +5,10 @@
<%@ include file="/common/header.jsp"%>
+
+
@@ -50,7 +57,8 @@
+ contentFolderID="${qaGeneralAuthoringDTO.contentFolderID}" width="99%">
+
@@ -59,6 +67,15 @@
+
+
+
+
+
Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v
diff -u -r1.28 -r1.29
--- lams_tool_laqa/web/authoring/newQuestionBox.jsp 24 Apr 2015 09:45:47 -0000 1.28
+++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 21 May 2015 23:43:12 -0000 1.29
@@ -7,8 +7,11 @@
<%@ include file="/common/header.jsp"%>
<%@ include file="/includes/jsp/qaWizardCommon.jsp"%>
-
-
+
+
+
+
+
-
-
@@ -98,7 +85,6 @@
-
@@ -176,7 +162,6 @@
-
Index: lams_tool_laqa/web/includes/qalearning.css
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/includes/qalearning.css,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_laqa/web/includes/qalearning.css 21 May 2015 23:43:12 -0000 1.1
@@ -0,0 +1,22 @@
+ .rating-stars-div {margin-top: 8px;}
+ .user-answer {padding: 0 2px;}
+ tr.odd:hover .jStar {background-image: url(/lams/images/css/jquery.jRating-stars-grey.png)!important;}
+ tr.even:hover .jStar {background-image: url(/lams/images/css/jquery.jRating-stars-light-grey.png)!important;}
+ tr.odd .jStar {background-image: url(/lams/images/css/jquery.jRating-stars-light-blue.png)!important;}
+ .tablesorter-blue {margin-bottom: 5px;}
+ .pager {padding-bottom: 20px;}
+ .extra-controls-inner:after {
+ margin-top: -10px;
+ }
+ .rating-comment{
+ background-image: none;
+ background-color: rgba(205, 205, 205, 0.1);
+ border: 1px solid rgba(205, 205, 205, 0.2);
+ }
+ textarea {
+ margin: 10px 0px;
+ width: 88%;
+ }
+ .add-comment {
+ margin-top: 60px;
+ }
\ No newline at end of file
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_laqa/web/includes/javascript/common.js'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_laqa/web/learning/AnswersContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/AnswersContent.jsp,v
diff -u -r1.43 -r1.44
--- lams_tool_laqa/web/learning/AnswersContent.jsp 4 May 2015 16:57:29 -0000 1.43
+++ lams_tool_laqa/web/learning/AnswersContent.jsp 21 May 2015 23:43:12 -0000 1.44
@@ -32,22 +32,59 @@
+
+
+
+
+
+
- >
+
+
+
@@ -115,6 +138,7 @@
+