Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserDeleteConfirm.jsp @ 146:acbff7ec018d

History | View | Annotate | Download (1.25 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
<table class="tabularForm" width="517" border="1">
10
  <tr>
11
    <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
  </tr>
16
  <tr>
17
    <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
      	<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
 </div>
33
</htmlEL:form>