Index: lams_monitoring/web/gate/conditionGateContent.jsp =================================================================== diff -u -ra0aafa6930f1fd155293fe0955b2b6ee3d82f6b2 -rff491b651076f76b819a2555afd5fb02d61fb0be --- lams_monitoring/web/gate/conditionGateContent.jsp (.../conditionGateContent.jsp) (revision a0aafa6930f1fd155293fe0955b2b6ee3d82f6b2) +++ lams_monitoring/web/gate/conditionGateContent.jsp (.../conditionGateContent.jsp) (revision ff491b651076f76b819a2555afd5fb02d61fb0be) @@ -1,24 +1,3 @@ - <%-- - 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - - 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" %> @@ -44,57 +23,12 @@ <%@ include file="gateInfo.jsp" %>


-

+

<%@ include file="gateStatus.jsp" %> -
-

- - - - - - - - - - - - - - - - - - -
- - - - - -
- " onclick="document.pressed='forbidden'"/> - - " onclick="document.pressed='waiting'"/> - -   -
-
+ <%@ include file="openGateSingleUser.jsp" %>
\ No newline at end of file Index: lams_monitoring/web/gate/gateInfo.jsp =================================================================== diff -u -r4f4586bf8b3def91994ad25b59320cd6ec82fd70 -rff491b651076f76b819a2555afd5fb02d61fb0be --- lams_monitoring/web/gate/gateInfo.jsp (.../gateInfo.jsp) (revision 4f4586bf8b3def91994ad25b59320cd6ec82fd70) +++ lams_monitoring/web/gate/gateInfo.jsp (.../gateInfo.jsp) (revision ff491b651076f76b819a2555afd5fb02d61fb0be) @@ -8,19 +8,26 @@ + + +
+
+
+ +
+
+ +
+
+
+

+

- - - - -

-
-
-
+ Index: lams_monitoring/web/gate/gateStatus.jsp =================================================================== diff -u -re17f603217bf5fb6a9950c8d122e34f595c0400d -rff491b651076f76b819a2555afd5fb02d61fb0be --- lams_monitoring/web/gate/gateStatus.jsp (.../gateStatus.jsp) (revision e17f603217bf5fb6a9950c8d122e34f595c0400d) +++ lams_monitoring/web/gate/gateStatus.jsp (.../gateStatus.jsp) (revision ff491b651076f76b819a2555afd5fb02d61fb0be) @@ -1,42 +1,25 @@ -<%-- -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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - - http://www.gnu.org/licenses/gpl.txt ---%> - -

- -
-
- -
-
-

- -

- - - - - - -

-
- Index: lams_monitoring/web/gate/openGateSingleUser.jsp =================================================================== diff -u --- lams_monitoring/web/gate/openGateSingleUser.jsp (revision 0) +++ lams_monitoring/web/gate/openGateSingleUser.jsp (revision ff491b651076f76b819a2555afd5fb02d61fb0be) @@ -0,0 +1,38 @@ +
+

+ + + + +
+
+

+ +
+ " onclick="document.pressed='forbidden'"/> +
+
+

+ +
+ " onclick="document.pressed='waiting'"/> +
+
+

+ +
+
+ +
Index: lams_monitoring/web/gate/permissionGateContent.jsp =================================================================== diff -u -ra0aafa6930f1fd155293fe0955b2b6ee3d82f6b2 -rff491b651076f76b819a2555afd5fb02d61fb0be --- lams_monitoring/web/gate/permissionGateContent.jsp (.../permissionGateContent.jsp) (revision a0aafa6930f1fd155293fe0955b2b6ee3d82f6b2) +++ lams_monitoring/web/gate/permissionGateContent.jsp (.../permissionGateContent.jsp) (revision ff491b651076f76b819a2555afd5fb02d61fb0be) @@ -1,24 +1,3 @@ - <%-- - 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - - 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" %> @@ -37,67 +16,18 @@ } } -
- <%@ include file="gateInfo.jsp" %> -

<%@ include file="gateStatus.jsp" %> -
-

- - - - - - - - - - - - - - - - - - - -
- - - - - -
- " onclick="document.pressed='forbidden'"/> - - " onclick="document.pressed='waiting'"/> - -   -
-
+ <%@ include file="openGateSingleUser.jsp" %>
\ No newline at end of file