Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserDeleteConfirm.jsp @ 142:9f1591b1f4b7

History | View | Annotate | Download (1.25 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 16:d12529a64c6c cheeping
<bean:define id="detailBean" name="ibssUserForm"
6
	property="ibssUserDetailBean" />
7 0:ea666cc7880e hadi
8
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Delete Confirmation</strong></h3>
9
<table class="tabularForm" width="517" border="1">
10
  <tr>
11 97:ac197890b575 weikuan
    <td width="75">&nbsp;</td>
12
    <td class="success" width="140"><strong><bean:message key="user.desc.confirmation"/></strong></td>
13
    <td width="93">&nbsp;</td>
14
    <td width="47">&nbsp;</td>
15 0:ea666cc7880e hadi
  </tr>
16
  <tr>
17 97:ac197890b575 weikuan
    <td height="28">&nbsp;</td>
18
    <td colspan="2"><bean:message key="user.user"/>
19
    <strong><c:out value="${detailBean.map.userAlias}"/></strong>
20
    <bean:message key="general.status.delete.confirm"/>.
21
    </td>
22
  </tr>
23
</table>
24
<htmlEL:form action="/ss112/delUserResult.do">
25
 <div class="floatRight">
26 0:ea666cc7880e hadi
      	<htmlEL:cancel property="action"  styleClass="button" onclick="overlay();">
27
			<bean:message key="general.button.back"/>
28
		</htmlEL:cancel>
29
		<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
30
			<bean:message key="general.button.confirm"/>
31
		</htmlEL:submit>
32 97:ac197890b575 weikuan
 </div>
33 0:ea666cc7880e hadi
</htmlEL:form>