Index: lams_monitoring/conf/language/ApplicationResources.properties =================================================================== diff -u -r6b2751bb0a75d2d7d73b3297262dffd574d6b313 -re68fa47bb59bec7d651852d0bc0458bd96fca379 --- lams_monitoring/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision 6b2751bb0a75d2d7d73b3297262dffd574d6b313) +++ lams_monitoring/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision e68fa47bb59bec7d651852d0bc0458bd96fca379) @@ -1,6 +1,12 @@ # CVS ID: $Id$ # Language strings for the Monitoring classes and screens. Mostly error messages. + +# Finished button text button.finished=Finished +# General error displayed if you try to go directly to a learning related page before logging in properly +error.message.login=You need login here +# General heading for an error - used as the alternative text for the error picture in error messages +error.title=Error occured label.synch.gate.title=Synch Gate label.permission.gate.title=Permission Gate Index: lams_monitoring/conf/xdoclet/web-security.xml =================================================================== diff -u --- lams_monitoring/conf/xdoclet/web-security.xml (revision 0) +++ lams_monitoring/conf/xdoclet/web-security.xml (revision e68fa47bb59bec7d651852d0bc0458bd96fca379) @@ -0,0 +1,25 @@ + + + + Secure Content + /* + + + LEARNER + TEACHER + STAFF + AUTHOR + ADMIN + SYSADMIN + + + + + + FORM + LAMS + + /login.jsp + /login.jsp + + Index: lams_monitoring/web/WEB-INF/web.xml =================================================================== diff -u -r250486f86b66ac04cece0001879c3dc39c96ed98 -re68fa47bb59bec7d651852d0bc0458bd96fca379 --- lams_monitoring/web/WEB-INF/web.xml (.../web.xml) (revision 250486f86b66ac04cece0001879c3dc39c96ed98) +++ lams_monitoring/web/WEB-INF/web.xml (.../web.xml) (revision e68fa47bb59bec7d651852d0bc0458bd96fca379) @@ -196,24 +196,30 @@ - + + + Secure Content + /* + + + LEARNER + TEACHER + STAFF + AUTHOR + ADMIN + SYSADMIN + + - - - - - - - + + + FORM + LAMS + + /login.jsp + /login.jsp + + - - - - - - - --> - Index: lams_monitoring/web/errorbox.jsp =================================================================== diff -u -rccd319d5814f7182b441e35cd615aa162fef83fb -re68fa47bb59bec7d651852d0bc0458bd96fca379 --- lams_monitoring/web/errorbox.jsp (.../errorbox.jsp) (revision ccd319d5814f7182b441e35cd615aa162fef83fb) +++ lams_monitoring/web/errorbox.jsp (.../errorbox.jsp) (revision e68fa47bb59bec7d651852d0bc0458bd96fca379) @@ -13,7 +13,7 @@ - Error occured + <fmt:message key="error.title"/> Index: lams_monitoring/web/login.jsp =================================================================== diff -u --- lams_monitoring/web/login.jsp (revision 0) +++ lams_monitoring/web/login.jsp (revision e68fa47bb59bec7d651852d0bc0458bd96fca379) @@ -0,0 +1,38 @@ +<%-- +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 +--%> + +<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + + + +