Index: lams_common/web/login.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_common/web/Attic/login.jsp,v diff -u -r1.1 -r1.2 --- lams_common/web/login.jsp 7 Dec 2004 07:12:41 -0000 1.1 +++ lams_common/web/login.jsp 12 Dec 2004 05:17:30 -0000 1.2 @@ -1,159 +1,141 @@ - <%@ page contentType="text/html; charset=iso-8859-1" language="java" %> <%@ page import="com.lamsinternational.lams.util.JspRedirectStrategy" %> -<% +<% String failed = request.getParameter("failed"); - if (failed == null) //Login page - { + if (failed == null) + { if (JspRedirectStrategy.loginPageRedirected(request,response)) - return; - } - else //Error page - { + return; + } + else + { if (JspRedirectStrategy.errorPageRedirected(request,response)) - return; - } + return; + } %> + -Login - LAMS :: Learning Activity Management System - - - - + Login - LAMS :: Learning Activity Management System + + + + - - - - - - +
- - - - - - - - - - - - -
- -
Welcome
- - -
- - - - - - - - - - - - - - - - - -

-
  -

-
" method="post" name="form1" id="form1"> - <% - //String failed = request.getParameter("failed"); - if ( failed != null ){ - %> - - Sorry, that username or password is not known. Please - try again. - - <% - } - %> - - - - - - - - - - - - - - - - -
Username 
Password 
   -
- -
-
- - - - - - -
© 2002-2005 - LAMS Foundation.This copy of LAMS™ is authorised for use by - the registered users only. Version 1.1
-
- - -
+ + + - - -
+ + + + + + + + + + +
+ +
+ +
+ Welcome + +
+
- - - - - - - - + + + + +
+ + + + + + + + + + + + + + +
+ +
+

+
+   + +
" method="post" name="loginForm" id="loginForm"> + <%if ( failed != null ){%> + + Sorry, that username or password is not known. Please try again. + + <%}%> + + + + + + + + + + + + +
+ Username + + +
+ Password + + +
+ +
+
+ +
+ © 2002-2005 LAMS Foundation. + + + This copy of LAMS™ is authorised for use by the registered users only. + + Version 1.1 +
+
+ + + + +
+
- - -
+