Index: lams_central/web/groupContents.jsp =================================================================== diff -u -r4c2d1f37b92435907ec4ce23cb635a7cd9e4161e -re2956cb8a072cc5ac9ceabaa9dac30c5750bf10b --- lams_central/web/groupContents.jsp (.../groupContents.jsp) (revision 4c2d1f37b92435907ec4ce23cb635a7cd9e4161e) +++ lams_central/web/groupContents.jsp (.../groupContents.jsp) (revision e2956cb8a072cc5ac9ceabaa9dac30c5750bf10b) @@ -1,42 +1,162 @@ <%@ include file="/common/taglibs.jsp"%> - -
- - - - - - - " class="sequence-name-link"> - - - - - "> - - - "> - - - "> - - - "> - + user-monitor" style="width:100%" + data-orgid="${org.id}" + data-is-user-monitor="${isUserMonitor}" + data-row-reordering-enabled="${isRowReorderingEnabled}"> + + + + + onclick="" + style="cursor:pointer;" + > + + + + + + + + + + + + + + + + + +
+ ${i.index} + + ${lesson.startDate} + + ${lesson.started} + + ${lesson.completed} + + + + + + -
- - class="tour-${lessonlink.id}" - + +
+ + +
+
+
+ - - - + + "> + + + "> + + + "> + + + "> + + + + +
+
+ ${lesson.progressAsLearner}% completed +
+
+
+
+ + "> + "> + ${lesson.countAttemptedLearners}/${lesson.countTotalLearners} + + +
+ + + + title="" + > + + + + + + + class="tour-${lessonlink.id}" + + + + title="" + > + + + + + + + + + +
+ +
+
\ No newline at end of file