Index: lams_central/web/login.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/login.jsp,v diff -u -r1.51.2.5 -r1.51.2.6 --- lams_central/web/login.jsp 8 Dec 2014 13:56:15 -0000 1.51.2.5 +++ lams_central/web/login.jsp 30 Jun 2015 08:44:37 -0000 1.51.2.6 @@ -13,167 +13,197 @@ -<%-- If credentials came from attributes, no need for encrypting --%> -<%= request.getAttribute("login") == null && session.getAttribute("login") == null && Configuration.getAsBoolean(ConfigurationKeys.LDAP_ENCRYPT_PASSWORD_FROM_BROWSER) %> -<% - if (request.getAttribute("login") != null || session.getAttribute("login") != null) { - // invalidate session so a new user can be logged in - session.invalidate(); - } -%> - + - - <fmt:message key="title.login.window" /> - - - - - - - + + + - - - -
- -

 

- -
- - -
-
-

- LAMS - Learning Activity Management System -

- - - + } - -
-
- - -
-

- - <%=Configuration.get(ConfigurationKeys.VERSION)%>

-

- -

-
- - - - - - -

- - : -

- + $(document).ready(function(){ + $('#j_username').focus(); + $('#news').load('www/news.html'); + }); + + + + +
+ +

 

+ +
+ + +
+
+

+ LAMS - Learning Activity Management System +

+ + + + + +
+
+ + +
+

+ + <%=Configuration.get(ConfigurationKeys.VERSION)%>

+

+ +

+ + + + + + + +

+ + : +

+ +

+ + : +

+ + + + +
+ + +
+ +
+ + + + +
+ + + + + <%-- This is version for integrations and LoginAs authentication. --%> + + + <% + // invalidate session so a new user can be logged in + session.invalidate(); + %> + + + + + + + +
+

+ +

+ +
+ + + +
- + + + +
+ -
- -
- - - - -
- - - - \ No newline at end of file