Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss103_group / ibssGroupCreateResult.jsp @ 68:b376781d30ff

History | View | Annotate | Download (1.18 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
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - <bean:message key="navigation.details.displayDesc.result.create" /></strong></h3>
6
<table class="stepTable">
7
<tr>
8
<td>&nbsp;</td>
9
<td><div id="steps"><span><bean:message key="general.title.steps" arg0="3" arg1="3"/></span></div></td>
10
11
</tr>
12
</table>
13
<table class="tabularForm" width="517" border="1">
14
  <tr>
15
    <td width="75">&nbsp;</td>
16
    <td class="success" width="211"><strong><bean:message key="general.status.successful"/></strong></td>
17
    <td width="93">&nbsp;</td>
18
    <td width="47">&nbsp;</td>
19
  </tr>
20
  <tr>
21
22
    <td height="28">&nbsp;</td>
23
     <td colspan="2"><strong><bean:write name="ibssGroupForm" property="jspTitle"/></strong></td>
24
    <td>&nbsp;</td>
25
  </tr>
26
</table>
27
<div class="floatRight">
28
<htmlEL:form action="/ss103/groupEnquiryMain.do">
29
	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
30
		<bean:message key="general.button.back"/>
31
</htmlEL:submit>
32
</htmlEL:form>
33
</div>
34