Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss130_batch.notification / ibssUploadBatchNotificationResult.jsp @ 47:d037b6a820ab

History | View | Annotate | Download (1.33 KB)

1 0:ea666cc7880e hadi
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean"%>
2
<%@ taglib uri="/WEB-INF/tld/struts-html-el" prefix="htmlEL"%>
3
<%@ taglib uri="/WEB-INF/tld/c" prefix="c"%>
4
<%@page import="java.util.HashMap"%>
5
<c:set var="formBean" value="${batchNotificationForm}"/>
6
<c:set var="viewBean" value="${formBean.map.viewBean}"/>
7
8
<h3 class="title"><STRONG><bean:message key="si.batch.notify.result.header"/></STRONG></h3><br/>
9
<table class="stepTable">
10
	<tr>
11
		<td>&nbsp;</td>
12
		<td>
13
			<div id="steps">
14
				<span>
15
					<bean:message key="general.title.steps" arg0="3" arg1="3" />
16
				</span>
17
			</div>
18
		</td>
19
	</tr>
20
</table>
21
<table class="tabularForm" width="517" border="1">
22
	<tr>
23
		<td width="96">&nbsp;</td>
24
		<td class="success" width="264"><strong><bean:message key="general.status.successful" />
25
		</strong>
26
		</td>
27
		<td width="146">&nbsp;</td>
28
		<td width="86">&nbsp;</td>
29
	</tr>
30
	<tr>
31
		<td height="28">&nbsp;</td>
32
		<td colspan="2"><strong><bean:message key="si.batch.notify.result.description"/>
33
		</strong>
34
		</td>
35
		<td>&nbsp;</td>
36
	</tr>
37
	<tr>
38
		<td>&nbsp;</td>
39
		<td>&nbsp;</td>
40
		<td>&nbsp;</td>
41
		<td></td>
42
	</tr>
43
</table>
44
<htmlEL:form action="/ss130/uploadBatchNotificationMain.do">
45
	<htmlEL:cancel property="action" styleClass="button floatRight" onclick="overlay();">
46
		<bean:message key="general.button.back"/>
47
	</htmlEL:cancel>
48
</htmlEL:form>