Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserEnableChgMobileNoConfirm.jsp @ 47:d037b6a820ab

History | View | Annotate | Download (1.34 KB)

1
<%@ 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}"/> - Enable to Change Mobile No Confirmation</strong></h3>
8
<htmlEL:form action="/ss112/userEnableChgMobileNoResult.do">
9
<table class="tabularForm" width="517" border="1">
10
  <tr>
11
    <td width="96">&nbsp;</td>
12
    <td width="264">&nbsp;</td>
13
    <td width="146">&nbsp;</td>
14
    <td width="86">&nbsp;</td>
15
  </tr>
16
    <tr>
17
		<td>&nbsp;</td>
18
		<td><label id='label1'><bean:message key="user.user"/> : 
19
			<strong><c:out value="${detailBean.map.userAlias}"/></strong>
20
			<bean:message key="user.will.be"/>
21
			</label><strong><bean:message key="user.enable.change.mobile.no.desc"/></strong>.</td>
22
		<td>&nbsp;</td>
23
	</tr>
24
  <tr>
25
    <td>&nbsp;</td>
26
    <td>&nbsp;</td>
27
    <td colspan="2">
28
      	<htmlEL:cancel property="action"  styleClass="button" onclick="overlay();">
29
			<bean:message key="general.button.back"/>
30
		</htmlEL:cancel>
31
		<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
32
			<bean:message key="general.button.confirm"/>
33
		</htmlEL:submit>
34
    </td>
35
  </tr>
36
</table>
37
</htmlEL:form>