Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserDeleteResult.jsp @ 7:e68e6402cd84

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="viewBean" name="ibssUserForm" property="ibssUserViewBean" />
6
7
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - Delete Result</strong></h3>
8
<table class="tabularForm" width="517" border="1">
9
  <tr>
10
    <td width="96">&nbsp;</td>
11
    <td class="success" width="264"><strong><bean:message key="general.status.successful"/></strong></td>
12
    <td width="146">&nbsp;</td>
13
    <td width="86">&nbsp;</td>
14
  </tr>
15
    <tr>
16
		<td>&nbsp;</td>
17
		<td><label id='label1'><bean:message key="user.id"/>
18
			<strong><c:out value="${viewBean.map.userId}"/> </strong>
19
			<bean:message key="user.have.been.successfully"/>
20
			</label><strong><bean:message key="user.deleted"/></strong>.</td>
21
		<td>&nbsp;</td>
22
	</tr>
23
  <tr>
24
    <td>&nbsp;</td>
25
    <td>&nbsp;</td>
26
    <td>&nbsp;</td>
27
    <td>&nbsp;</td>
28
  </tr>
29
</table>
30
<div class="floatRight">
31
<htmlEL:form action="/ss112/userEnquiryScreen.do">
32
   	<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
33
		<bean:message key="general.button.enquiry.menu"/>
34
	</htmlEL:submit>
35
</htmlEL:form>
36
</div>