Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss113_group / ibssIbGroupEnquiryNoGroups.jsp @ 93:480d2c6ae7bc

History | View | Annotate | Download (888 Bytes)

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
<%@page import="java.util.HashMap"%>
6
7
<table id="errorTable">
8
<tr>
9
	<td>
10
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
11
	</td>
12
</tr>
13
</table>
14
15
<h3><c:out value="${sessionScope.displayDesc}"/></h3>
16
<div id="resultBox"></div>
17
18
	<table class="tabularConfirm"width="517" border="1"">
19
		<tr>
20
		<td>
21
			<bean:message key="group.not.found"/>
22
		</td>
23
		</tr>
24
	</table>
25
	<htmlEL:form action="/ss103/createGroup.do">
26
	<table class="tabularForm"width="517" border="1"">
27
		<tr>
28
		<td>
29
			<htmlEL:submit property="action"><bean:message key="general.button.create"/></htmlEL:submit>
30
		</td>
31
		</tr>
32
	</table>
33
	</htmlEL:form>