Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserDeleteConfirm.jsp @ 81:22e57c1be088

History | View | Annotate | Download (1.29 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"
6
	property="ibssUserDetailBean" />
7

    
8
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Delete Confirmation</strong></h3>
9
<htmlEL:form action="/ss112/delUserResult.do">
10
<table class="tabularForm" width="517" border="1">
11
  <tr>
12
    <td width="96">&nbsp;</td>
13
    <td width="264">&nbsp;</td>
14
    <td width="146">&nbsp;</td>
15
    <td width="86">&nbsp;</td>
16
  </tr>
17
    <tr>
18
		<td>&nbsp;</td>
19
		<td><label id='label1'><bean:message key="user.id"/>: 
20
			<strong><c:out value="${detailBean.map.userAlias}"/></strong>
21
			<bean:message key="user.will.be"/> 
22
			</label><strong><bean:message key="user.deleted"/></strong>.</td>
23
		<td>&nbsp;</td>
24
	</tr>
25
  <tr>
26
    <td>&nbsp;</td>
27
    <td>&nbsp;</td>
28
    <td colspan="2">
29
      	<htmlEL:cancel property="action"  styleClass="button" onclick="overlay();">
30
			<bean:message key="general.button.back"/>
31
		</htmlEL:cancel>
32
		<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
33
			<bean:message key="general.button.confirm"/>
34
		</htmlEL:submit>
35
    </td>
36
  </tr>
37
</table>
38
</htmlEL:form>