Index: lams_central/web/editprofile.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/editprofile.jsp,v diff -u -r1.23.2.3 -r1.23.2.4 --- lams_central/web/editprofile.jsp 10 Oct 2016 09:17:15 -0000 1.23.2.3 +++ lams_central/web/editprofile.jsp 14 Oct 2016 03:41:33 -0000 1.23.2.4 @@ -1,323 +1,416 @@ -<%@ page contentType="text/html; charset=utf-8" language="java" %> +<%@ page contentType="text/html; charset=utf-8" language="java"%> -<%@ taglib uri="tags-html" prefix="html" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-logic" prefix="logic" %> -<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-logic" prefix="logic"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-lams" prefix="lams"%> -<%@ page import="org.lamsfoundation.lams.usermanagement.AuthenticationMethod" %> -<%@ page import="org.lamsfoundation.lams.util.Configuration" import="org.lamsfoundation.lams.util.ConfigurationKeys" %> +<%@ page + import="org.lamsfoundation.lams.usermanagement.AuthenticationMethod"%> +<%@ page import="org.lamsfoundation.lams.util.Configuration" + import="org.lamsfoundation.lams.util.ConfigurationKeys"%> + + + - - - + + + - -

-
+ +

+ +

+
-<%=Configuration.get(ConfigurationKeys.PROFILE_EDIT_ENABLE)%> -<%=Configuration.get(ConfigurationKeys.PROFILE_PARTIAL_EDIT_ENABLE)%> + <%=Configuration.get(ConfigurationKeys.PROFILE_EDIT_ENABLE)%> + <%=Configuration.get(ConfigurationKeys.PROFILE_PARTIAL_EDIT_ENABLE)%> +
+
-
+
+
+
+
+
+ +
+
+
+
+ + + + <%=AuthenticationMethod.DB%> + + + + + + + -

+
+ > +
+
+ + +
-
+
+ + +
- +
+ + +
+ + + + +
+ + +
- -<%= AuthenticationMethod.DB %> - - - +
+ + +
+
+ + +
+
+ + +
-
- - - - - - - - - - - - - - - - - <%-- - Disabled properties are not submitted, but first and last name are required. - These hidden fields deliver required data to ProfileSaveAction even if only Partial Profile Editing is available. - --%> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- + + + + + + + + + - - - - - - - - - - - - - - - +
+ + + + ${theme.name} + + +
+ +
+ ${sharedSecret} +
+
+ +
+ + + +
+
+
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - -
:
:
*:
*:
*:
:
:
:
:
:
:
:
:
:
:
:
: - - - - - - - -
: - - - +
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ > +
+ +
+ + + + + + + + +
+ +
+ + + + ${timezoneDto.timeZoneId} - ${timezoneDto.displayName} - - -
: - - - -
: - - - ${theme.name} - - -
: - ${sharedSecret} -
- - - - : - -
:
:
*:
*:
*:
:
:
:
:
:
:
:
:
:
:
:
: - - - ${theme.name} - - -
: - - - - - - -
: - - ${timeZone}" -
: - - - -
-
- - -
- - - - - -
+ + + + + + + + +
+ +
+ + +    + + + + + +
- \ No newline at end of file + + +
+ +
+
+
+ +
+ + Index: lams_central/web/lessons.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/lessons.jsp,v diff -u -r1.2 -r1.2.16.1 --- lams_central/web/lessons.jsp 14 Sep 2007 07:45:16 -0000 1.2 +++ lams_central/web/lessons.jsp 14 Oct 2016 03:41:06 -0000 1.2.16.1 @@ -2,42 +2,64 @@ contentType="text/html;charset=utf-8"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> + -
+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+

+ +

+ + +
+
+ +

+ +

+
+
+
+ " + onclick="javascript:document.location='index.do?state=active&tab=profile'" /> +
-

-

- -
- - - -
-

- - -
-
- -

-
- -
-" - onclick="javascript:document.location='index.do?state=active&tab=profile'" /> +
+
+
+
- -
Index: lams_central/web/passwordChangeContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/passwordChangeContent.jsp,v diff -u -r1.10.12.1 -r1.10.12.2 --- lams_central/web/passwordChangeContent.jsp 10 Oct 2016 09:15:51 -0000 1.10.12.1 +++ lams_central/web/passwordChangeContent.jsp 14 Oct 2016 03:42:05 -0000 1.10.12.2 @@ -1,75 +1,94 @@ -<%@page import="org.lamsfoundation.lams.web.PasswordChangeActionForm" %> -<%@page import="org.apache.struts.action.ActionMessages" %> -<%@ taglib uri="tags-html" prefix="html" %> -<%@ taglib uri="tags-logic" prefix="logic" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@page import="org.lamsfoundation.lams.web.PasswordChangeActionForm"%> +<%@page import="org.apache.struts.action.ActionMessages"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-logic" prefix="logic"%> +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> + + + + + + -
+
+
+
+
+
+
+
+ +
+
+ +

+ + +
+
+

+
+
+
+ +
+ + +
-

+
+ + +
+
+ + +
- - -
+
+ + + +    + + + +
- -

- -
-
-

-
- - - - - - - - - - - - - - - - - - - - - - - - -
- : - - - -
- : - - -
- : - - -
- : - - -
  - - -
+ +
+
+
+
+
- \ No newline at end of file + + + Index: lams_central/web/profile.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/profile.jsp,v diff -u -r1.23.2.1 -r1.23.2.2 --- lams_central/web/profile.jsp 7 Mar 2016 11:20:21 -0000 1.23.2.1 +++ lams_central/web/profile.jsp 14 Oct 2016 03:42:39 -0000 1.23.2.2 @@ -5,73 +5,105 @@ <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-logic" prefix="logic"%> <%@ taglib uri="tags-core" prefix="c"%> -<%@ page import="org.lamsfoundation.lams.usermanagement.AuthenticationMethod" - import="org.lamsfoundation.lams.util.Configuration" - import="org.lamsfoundation.lams.util.ConfigurationKeys" %> - +<%@ page + import="org.lamsfoundation.lams.usermanagement.AuthenticationMethod" + import="org.lamsfoundation.lams.util.Configuration" + import="org.lamsfoundation.lams.util.ConfigurationKeys"%> + + + + + <%=Configuration.get(ConfigurationKeys.SHOW_ALL_MY_LESSON_LINK)%> - -
-

-
- - - - +
+
+
+
+
+
+ +
+
+
+
-
- - - - - - - - - -
: -
    -
  • + + +
    + "> + +
    - - <%= AuthenticationMethod.DB %> - -
  • -
    +
    + + " + src="/lams/download/?uuid=&preferDownload=false" /> + +
    -
  • - - -
  • -
    -
+

+ +
+ +

+ +
+ +
+    + + + + <%=AuthenticationMethod.DB%> + -
:
: - - - -
- User Portrait + + +    + + + +
-
- - &preferDownload=false" /> - -
-
+
+
+
+ - \ No newline at end of file + + + + + + + + + + + + + + + + +