Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss223_application / ibssAppUserResetPassResult.jsp @ 126:2208b859d14c

History | View | Annotate | Download (1.35 KB)

1
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean" %>
2
<%@ taglib uri="/WEB-INF/tld/struts-html-el" prefix="htmlEL" %>
3
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
4
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Reset Password Result</strong></h3>
5
<table class="stepTable">
6
<tr>
7
<td>&nbsp;</td>
8
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="2" arg1="2"/></span></div></td>
9

    
10
<bean:define id="detailBean" name="appUserForm"
11
	property="appUserDetailsBean" />
12

    
13
</tr>
14
</table>
15
<table class="tabularForm">
16
  <tr>
17
    <td width="96">&nbsp;</td>
18
    <td class="success" width="264"><strong><bean:message key="general.status.successful"/></strong></td>
19
    <td width="146">&nbsp;</td>
20
    <td width="86">&nbsp;</td>
21
  </tr>
22
  <tr>
23
    <td height="28">&nbsp;</td>
24
    <td colspan="2"><Strong><bean:write name="appUserForm" property="jspTitle"/></Strong> </td>
25
    <td>&nbsp;</td>
26
  </tr>
27
  <tr>
28
    <td>&nbsp;</td>
29
    <td>&nbsp;</td>
30
    <td>&nbsp;</td>
31
    <td>&nbsp;</td>
32
  </tr>
33
</table>
34
<htmlEL:form action="/ss223/appUserEnquiryMain.do">
35
<div class="floatRight">
36
	<htmlEL:hidden name="appUserForm" property="userId" />
37
	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
38
		<bean:message key="general.button.back"/>
39
	</htmlEL:submit>
40
</div>
41
</htmlEL:form>
42
</div>