Index: lams_monitoring/conf/xdoclet/struts-forms.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/conf/xdoclet/struts-forms.xml,v
diff -u -r1.2 -r1.3
--- lams_monitoring/conf/xdoclet/struts-forms.xml 19 Apr 2005 05:42:30 -0000 1.2
+++ lams_monitoring/conf/xdoclet/struts-forms.xml 19 Apr 2005 07:46:45 -0000 1.3
@@ -3,5 +3,7 @@
+
+
Index: lams_monitoring/conf/xdoclet/web-settings.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/conf/xdoclet/web-settings.xml,v
diff -u -r1.2 -r1.3
--- lams_monitoring/conf/xdoclet/web-settings.xml 19 Apr 2005 05:42:30 -0000 1.2
+++ lams_monitoring/conf/xdoclet/web-settings.xml 19 Apr 2005 07:46:45 -0000 1.3
@@ -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
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java,v
diff -u -r1.2 -r1.3
--- lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java 19 Apr 2005 05:46:57 -0000 1.2
+++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java 19 Apr 2005 07:46:46 -0000 1.3
@@ -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 1.2 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/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/Attic/web.xml,v
diff -u -r1.5 -r1.6
--- lams_monitoring/web/WEB-INF/web.xml 19 Apr 2005 05:46:58 -0000 1.5
+++ lams_monitoring/web/WEB-INF/web.xml 19 Apr 2005 07:46:46 -0000 1.6
@@ -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/WEB-INF/lib/lams_learning.jar
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/lib/Attic/lams_learning.jar,v
diff -u -r1.1 -r1.2
Binary files differ
Index: lams_monitoring/web/WEB-INF/struts/struts-config.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/struts/Attic/struts-config.xml,v
diff -u -r1.3 -r1.4
--- lams_monitoring/web/WEB-INF/struts/struts-config.xml 19 Apr 2005 05:46:58 -0000 1.3
+++ lams_monitoring/web/WEB-INF/struts/struts-config.xml 19 Apr 2005 07:46:45 -0000 1.4
@@ -18,6 +18,8 @@
+
+
Index: lams_monitoring/web/gate/scheduleGateContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/gate/scheduleGateContent.jsp,v
diff -u -r1.1 -r1.2
--- lams_monitoring/web/gate/scheduleGateContent.jsp 19 Apr 2005 05:46:57 -0000 1.1
+++ lams_monitoring/web/gate/scheduleGateContent.jsp 19 Apr 2005 07:46:46 -0000 1.2
@@ -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: |
+
+
+ |
+
|