Index: lams_monitoring/conf/language/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/conf/language/Attic/ApplicationResources.properties,v
diff -u -r1.4 -r1.5
--- lams_monitoring/conf/language/ApplicationResources.properties 15 May 2006 07:17:43 -0000 1.4
+++ lams_monitoring/conf/language/ApplicationResources.properties 17 May 2006 00:58:26 -0000 1.5
@@ -1,16 +1,15 @@
# CVS ID: $Id$
# Language strings for the Monitoring classes and screens. Mostly error messages.
-label.synch.gate=Synch Gate
+label.synch.gate.title=Synch Gate
label.permission.gate.title=Permission Gate
label.schedule.gate.title=Schedule Gate
label.schedule.gate.open.message=Schedule Gate will be opened at:
label.schedule.gate.close.message=Schedule Gate will be closed at:
-label.description=Description
label.gate.you.open.message=Class cannot continue until the gate is opened by you
label.gate.gate.open=Gate has been opened
label.gate.open=open
-label.gate.close=close
+label.gate.closed=closed
label.gate.waiting.learners={0} out of {1} are waiting in front of the gate.
#Page title for monitoring screen
Index: lams_monitoring/web/footer.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/footer.jsp,v
diff -u -r1.2 -r1.3
--- lams_monitoring/web/footer.jsp 24 Oct 2005 05:45:13 -0000 1.2
+++ lams_monitoring/web/footer.jsp 17 May 2006 00:58:26 -0000 1.3
@@ -1,10 +1 @@
-
Index: lams_monitoring/web/gate/gateStatus.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/gate/gateStatus.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_monitoring/web/gate/gateStatus.jsp 17 May 2006 00:58:26 -0000 1.1
@@ -0,0 +1,27 @@
+<%--
+Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+License Information: http://lamsfoundation.org/licensing/lams/2.0/
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ USA
+
+ http://www.gnu.org/licenses/gpl.txt
+--%>
+
+
+
+
+
+
+
Fisheye: Tag 1.5 refers to a dead (removed) revision in file `lams_monitoring/web/gate/openGate.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_monitoring/web/gate/permissionGateContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/gate/permissionGateContent.jsp,v
diff -u -r1.5 -r1.6
--- lams_monitoring/web/gate/permissionGateContent.jsp 15 May 2006 07:17:43 -0000 1.5
+++ lams_monitoring/web/gate/permissionGateContent.jsp 17 May 2006 00:58:26 -0000 1.6
@@ -1,53 +1,55 @@
-<%--
-Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
-License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ <%--
+ Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ License Information: http://lamsfoundation.org/licensing/lams/2.0/
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ USA
- http://www.gnu.org/licenses/gpl.txt
---%>
+ http://www.gnu.org/licenses/gpl.txt
+ --%>
-<%@ taglib uri="tags-html" prefix="html" %>
-<%@ taglib uri="tags-bean" prefix="bean" %>
-<%@ taglib uri="tags-logic" prefix="logic" %>
-<%@ taglib uri="tags-core" prefix="c" %>
-<%@ taglib uri="tags-fmt" prefix="fmt" %>
+ <%@ taglib uri="tags-html" prefix="html" %>
+ <%@ taglib uri="tags-bean" prefix="bean" %>
+ <%@ taglib uri="tags-logic" prefix="logic" %>
+ <%@ taglib uri="tags-core" prefix="c" %>
+ <%@ taglib uri="tags-fmt" prefix="fmt" %>
-
-
-
-
-
-
-
-
-
-
-
- <%@ include file="gateInfo.jsp" %>
-
-
- <%@ include file="openGate.jsp" %>
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ <%@ include file="gateInfo.jsp" %>
+
+
+
+
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
<%@ include file="gateStatus.jsp" %>
+
+
+
+
+
\ No newline at end of file
Index: lams_monitoring/web/gate/scheduleGateContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/gate/scheduleGateContent.jsp,v
diff -u -r1.7 -r1.8
--- lams_monitoring/web/gate/scheduleGateContent.jsp 15 May 2006 07:17:43 -0000 1.7
+++ lams_monitoring/web/gate/scheduleGateContent.jsp 17 May 2006 00:58:26 -0000 1.8
@@ -26,38 +26,31 @@
<%@ taglib uri="tags-fmt" prefix="fmt" %>
-
-
-
-
-
-
-
-
-
- <%@ include file="gateInfo.jsp" %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ <%@ include file="gateInfo.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<%@ include file="gateStatus.jsp" %>
+
+
+
\ No newline at end of file
Index: lams_monitoring/web/gate/sychGateContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/gate/sychGateContent.jsp,v
diff -u -r1.6 -r1.7
--- lams_monitoring/web/gate/sychGateContent.jsp 15 May 2006 07:17:43 -0000 1.6
+++ lams_monitoring/web/gate/sychGateContent.jsp 17 May 2006 00:58:26 -0000 1.7
@@ -27,28 +27,20 @@