Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserResetPassResult.jsp @ 36:074db98310b9

History | View | Annotate | Download (1.41 KB)

1 0:ea666cc7880e hadi
<%@ 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 16:d12529a64c6c cheeping
<bean:define id="detailBean" name="ibssUserForm"
11
	property="ibssUserDetailBean" />
12
13 0:ea666cc7880e hadi
</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 16:d12529a64c6c cheeping
    <td colspan="2"><bean:message key="user.id" />:<c:out value="${detailBean.map.userAlias}"></c:out>&nbsp;<bean:message key="user.password.reset.successful"/> </td>
25 0:ea666cc7880e hadi
    <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
<div class="floatRight">
35
<htmlEL:form action="/ss112/userDetail.do">
36
	<htmlEL:hidden name="ibssUserForm" property="userID" />
37
	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
38
		<bean:message key="general.button.user.details"/>
39
	</htmlEL:submit>
40
</htmlEL:form>
41
</div>