Index: lams_monitoring/conf/xdoclet/struts-forms.xml
===================================================================
diff -u -r265c421629c4903f13dba67fae549d5e4f567e25 -rdc3ace7961973e93b262349670d69142149be245
--- lams_monitoring/conf/xdoclet/struts-forms.xml (.../struts-forms.xml) (revision 265c421629c4903f13dba67fae549d5e4f567e25)
+++ lams_monitoring/conf/xdoclet/struts-forms.xml (.../struts-forms.xml) (revision dc3ace7961973e93b262349670d69142149be245)
@@ -3,5 +3,7 @@
+
+
Index: lams_monitoring/conf/xdoclet/web-settings.xml
===================================================================
diff -u -r265c421629c4903f13dba67fae549d5e4f567e25 -rdc3ace7961973e93b262349670d69142149be245
--- lams_monitoring/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision 265c421629c4903f13dba67fae549d5e4f567e25)
+++ lams_monitoring/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision dc3ace7961973e93b262349670d69142149be245)
@@ -32,7 +32,8 @@
classpath*:/org/lamsfoundation/lams/learningdesign/learningDesignApplicationContext.xml
classpath*:/WEB-INF/authoringApplicationContext.xml
classpath*:/org/lamsfoundation/lams/tool/survey/dataAccessContext.xml
- classpath*:/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml
+ classpath*:/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml
+ classpath*:/org/lamsfoundation/lams/learning/learningApplicationContext.xml
classpath*:applicationContext.xml
Index: lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java
===================================================================
diff -u -rd69bdbfcb5ca7fd3e10605130abc321de6d4619a -rdc3ace7961973e93b262349670d69142149be245
--- lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java (.../GateAction.java) (revision d69bdbfcb5ca7fd3e10605130abc321de6d4619a)
+++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java (.../GateAction.java) (revision dc3ace7961973e93b262349670d69142149be245)
@@ -261,7 +261,8 @@
{
gateForm.set("gate",scheduleGate);
gateForm.set("waitingLearners",new Integer(scheduleGate.getWaitingLearners().size()));
- //gateForm.set("startingTime",scheduleGate.get);
+ gateForm.set("startingTime",scheduleGate.getRealGateOpenTime());
+ gateForm.set("endingTime",scheduleGate.getRealGateCloseTime());
return mapping.findForward(VIEW_SCHEDULE_GATE);
}
Fisheye: Tag dc3ace7961973e93b262349670d69142149be245 refers to a dead (removed) revision in file `lams_monitoring/web/TestScheduler.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_monitoring/web/WEB-INF/lib/lams_learning.jar
===================================================================
diff -u -rd69bdbfcb5ca7fd3e10605130abc321de6d4619a -rdc3ace7961973e93b262349670d69142149be245
Binary files differ
Index: lams_monitoring/web/WEB-INF/struts/struts-config.xml
===================================================================
diff -u -rd69bdbfcb5ca7fd3e10605130abc321de6d4619a -rdc3ace7961973e93b262349670d69142149be245
--- lams_monitoring/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision d69bdbfcb5ca7fd3e10605130abc321de6d4619a)
+++ lams_monitoring/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision dc3ace7961973e93b262349670d69142149be245)
@@ -18,6 +18,8 @@
+
+
Index: lams_monitoring/web/WEB-INF/web.xml
===================================================================
diff -u -rd69bdbfcb5ca7fd3e10605130abc321de6d4619a -rdc3ace7961973e93b262349670d69142149be245
--- lams_monitoring/web/WEB-INF/web.xml (.../web.xml) (revision d69bdbfcb5ca7fd3e10605130abc321de6d4619a)
+++ lams_monitoring/web/WEB-INF/web.xml (.../web.xml) (revision dc3ace7961973e93b262349670d69142149be245)
@@ -37,7 +37,8 @@
classpath*:/org/lamsfoundation/lams/learningdesign/learningDesignApplicationContext.xml
classpath*:/WEB-INF/authoringApplicationContext.xml
classpath*:/org/lamsfoundation/lams/tool/survey/dataAccessContext.xml
- classpath*:/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml
+ classpath*:/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml
+ classpath*:/org/lamsfoundation/lams/learning/learningApplicationContext.xml
classpath*:applicationContext.xml
Index: lams_monitoring/web/gate/scheduleGateContent.jsp
===================================================================
diff -u -rd69bdbfcb5ca7fd3e10605130abc321de6d4619a -rdc3ace7961973e93b262349670d69142149be245
--- lams_monitoring/web/gate/scheduleGateContent.jsp (.../scheduleGateContent.jsp) (revision d69bdbfcb5ca7fd3e10605130abc321de6d4619a)
+++ lams_monitoring/web/gate/scheduleGateContent.jsp (.../scheduleGateContent.jsp) (revision dc3ace7961973e93b262349670d69142149be245)
@@ -23,7 +23,6 @@
<%@ taglib uri="/WEB-INF/struts/struts-logic-el.tld" prefix="logic-el" %>
<%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %>
<%@ taglib uri="/WEB-INF/jstl/fmt.tld" prefix="fmt" %>
-
@@ -38,7 +37,18 @@
<%@ include file="gateInfo.jsp" %>
|
|
-
+
+ Schedule Gate will be opened at: |
+
+
+ |
+
+
+ Schedule Gate will be closed at: |
+
+
+ |
+
|