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); } - %> -

-

+ %> +

+ +