Index: lams_monitoring/web/monitor.jsp =================================================================== diff -u -r11ac1475f859b3700e3888217237914eca524387 -ra4002ee13a835e74c08e3d657494f1c97b531013 --- lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision 11ac1475f859b3700e3888217237914eca524387) +++ lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision a4002ee13a835e74c08e3d657494f1c97b531013) @@ -52,6 +52,8 @@ ldId = ${lesson.learningDesignID}, lessonStateId = ${lesson.lessonStateID}, createDateTimeStr = '${lesson.createDateTimeStr}', + lessonStartDate = '${lesson.scheduleStartDate}', + lessonEndDate = '${lesson.scheduleEndDate}', // settings for progress bar isHorizontalBar = true, hasContentFrame = false, @@ -205,9 +207,13 @@ LESSON_ACTIVITY_SCORES_ENABLE_ALERT : decoderDiv.html('').text(), - LESSON_ACTIVITY_SCORES_DISABLE_ALERT : decoderDiv.html('').text() + LESSON_ACTIVITY_SCORES_DISABLE_ALERT : decoderDiv.html('').text(), + + RESCHEDULE : decoderDiv.html('').text(), + + LESSON_ERROR_START_END_DATE : decoderDiv.html('').text() } - + $(document).ready(function(){ initLessonTab(); initSequenceTab(); @@ -322,29 +328,46 @@
- - +
+
-
-
- + +
+ +
- - +
+
+ +
+ + + + + +
+
@@ -360,19 +383,6 @@ - - - - - - - - -