+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_scratchie/web/pages/monitoring/parts/itemSummary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/monitoring/parts/itemSummary.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_scratchie/web/pages/monitoring/parts/itemSummary.jsp 19 Jul 2012 19:20:08 -0000 1.1
+++ lams_tool_scratchie/web/pages/monitoring/parts/itemSummary.jsp 21 Sep 2012 10:54:50 -0000 1.2
@@ -29,41 +29,31 @@
width: 500,
shrinkToFit: true,
- colNames:["
",
- "
"],
+ colNames:["
"
+
+ ,"${i.index + 1} "
+
+ ],
colModel:[
- {name:'userName',index:'userName', width:100},
- {name:'attemptNumber', index:'attemptNumber', width:200, sorttype:"int"}
+ {name:'answer',index:'userName', width:100}
+
+ ,{name:'choice${i.index}', index:'${i.index}choice', width:20, sorttype:"int"}
+
],
multiselect: false,
- caption: "${summary.sessionName}"
- /* resetSelection() doesn't work in this version
- hope it'll be fixed in the next one
-
- ,
- onSelectRow: function (rowid){
- $("[id^='user']").resetSelection();
- },
- onCellSelect: function (rowid, iCol, cellcontent){
- jQuery("#session${session.sessionId}}").resetSelection();
- }*/
+ caption: "
${summary.sessionName}"
});
-
-
-
- var attemptNumber = "-";
-
-
- var attemptNumber = ${user.attemptNumber};
-
-
-
+
jQuery("#session${summary.sessionId}").addRowData(${i.index + 1}, {
- userName:"${user.lastName}, ${user.firstName}",
- attemptNumber:attemptNumber
+ answer:"${answer.description} ()"
+
+
+ ,choice${j}:"${answer.attempts[j]}"
+
+
});
@@ -84,33 +74,18 @@
- ${item.description}
+ ${item.title}
-
- <%@ include file="/common/messages.jsp"%>
-
${item.description}
-
-
-
-

' border='0'>
-
-
-
-
-
- ${item.description}
+
+ <%@ include file="/common/messages.jsp"%>
-
- ${summary.sessionName}
-
-
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_scratchie/web/pages/monitoring/parts/masterDetailLoadUp.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_scratchie/web/pages/monitoring/parts/userSummary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/monitoring/parts/Attic/userSummary.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_scratchie/web/pages/monitoring/parts/userSummary.jsp 21 Sep 2012 10:54:50 -0000 1.1
@@ -0,0 +1,108 @@
+
+
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+
+ <%@ include file="/common/header.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${item.title}
+
+
+
+ ${item.description}
+
+ <%@ include file="/common/messages.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+