Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserActivateConfirm.jsp @ 102:f38fc82aa715

History | View | Annotate | Download (1.26 KB)

1 0:ea666cc7880e hadi
<%@ taglib uri="/WEB-INF/tld/struts-html-el" prefix="htmlEL" %>
2
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean" %>
3
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
4
5
<bean:define id="detailBean" name="ibssUserForm" property="ibssUserDetailBean" />
6
7
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Activate Confirmation</strong></h3>
8
<table class="tabularForm" width="517" border="1">
9
  <tr>
10 95:2f9fb3b2341f weikuan
    <td width="75">&nbsp;</td>
11
    <td class="success" width="140"><strong><bean:message key="user.desc.confirmation"/></strong></td>
12
    <td width="93">&nbsp;</td>
13
    <td width="47">&nbsp;</td>
14 0:ea666cc7880e hadi
  </tr>
15
  <tr>
16 95:2f9fb3b2341f weikuan
    <td height="28">&nbsp;</td>
17
    <td colspan="2"><bean:message key="user.user"/>
18
    <strong><c:out value="${detailBean.map.userAlias}"/></strong>
19
    <bean:message key="general.status.activate.confirm"/>
20
    </td>
21
  </tr>
22
</table>
23
<htmlEL:form action="/ss112/userActivateResult.do">
24
 <div class="floatRight">
25 0:ea666cc7880e hadi
      	<htmlEL:cancel property="action"  styleClass="button" onclick="overlay();">
26
			<bean:message key="general.button.back"/>
27
		</htmlEL:cancel>
28
		<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
29
			<bean:message key="general.button.confirm"/>
30
		</htmlEL:submit>
31 95:2f9fb3b2341f weikuan
 </div>
32
</htmlEL:form>