Index: lams_central/web/forgotPassword.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/forgotPassword.jsp,v diff -u -r1.5 -r1.5.6.1 --- lams_central/web/forgotPassword.jsp 8 Sep 2008 06:42:10 -0000 1.5 +++ lams_central/web/forgotPassword.jsp 20 May 2009 06:05:40 -0000 1.5.6.1 @@ -13,7 +13,7 @@ - + <fmt:message key="title.forgot.password"/> @@ -104,47 +104,49 @@
-

+
-
- -

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

+ +

+ +

+ +

+ +

+ + + + + + + + + + + + + + + +
+   + + + +
+   + + + +
  + + + + +
Index: lams_central/web/forgotPasswordChange.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/forgotPasswordChange.jsp,v diff -u -r1.3 -r1.3.6.1 --- lams_central/web/forgotPasswordChange.jsp 8 Sep 2008 06:42:10 -0000 1.3 +++ lams_central/web/forgotPasswordChange.jsp 20 May 2009 06:05:42 -0000 1.3.6.1 @@ -16,7 +16,7 @@ - + <fmt:message key="title.forgot.password"/> @@ -70,35 +70,36 @@
-

+
- - - - - - - - - - - - - - - -
- : - - -
- : - - -
  - -
+

+ + + + + + + + + + + + + + + +
+ : + + +
+ : + + +
  + +
Index: lams_central/web/forgotPasswordProc.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/forgotPasswordProc.jsp,v diff -u -r1.4 -r1.4.6.1 --- lams_central/web/forgotPasswordProc.jsp 8 Sep 2008 06:42:10 -0000 1.4 +++ lams_central/web/forgotPasswordProc.jsp 20 May 2009 06:05:39 -0000 1.4.6.1 @@ -22,7 +22,7 @@ - + <fmt:message key="title.forgot.password"/> @@ -45,27 +45,34 @@
- -

-
-
- <%if (stateStr.equals("0")){out.print("");}%> - - <% - if (stateStr.equals("0")) +

+ + + <% + if (stateStr.equals("0")) { + %> +

+ <% + } else { + %> +

+ <% + } + %> + + + <% + if (emailStr!=null && !emailStr.equals("")) { - out.print(""); - } - else if (emailStr!=null && !emailStr.equals("")) - { out.print(emailStr); } - %> -

-

+ %> +

+ +