Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssSearchServiceNote.jsp @ 155:4c6a38c6bf10

History | View | Annotate | Download (1.61 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
<h3 class="title"><strong><bean:message key="content_service_info_header"/></strong></h3>
6
<htmlEL:form action="/ss105/searchServiceInfoResult.do">
7
	<table class="tabularForm">
8
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
9
		<tr>
10
			<td>&nbsp;</td>
11
			<td><bean:message key="content_service_code"/></td>
12
			<td align="left">:</td>
13
			<td><htmlEL:text name="contentForm" property="searchServiceCode" autocomplete="off" maxlength="20" size="22"/></td>
14
		</tr>
15
		<tr>
16
			<td>&nbsp;</td>
17
			<td><bean:message key="content_service_name"/></td>
18
			<td>:</td>
19
			<td><htmlEL:text name="contentForm" property="searchServiceName" autocomplete="off" maxlength="64" size="22"/>&nbsp;&nbsp;</td>
20
		</tr>
21
		<tr>
22
			<td>&nbsp;</td>
23
			<td><bean:message key="content_status"/></td>
24
			<td>:</td>
25
			<td>
26
				<htmlEL:select name="contentForm" property="searchServiceStatus">
27
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
28
				<htmlEL:option value="0"><bean:message key="content_online_selection"/></htmlEL:option>
29
				<htmlEL:option value="1"><bean:message key="content_offline_selection"/></htmlEL:option>
30
				</htmlEL:select>
31
			</td>
32
		</tr>
33
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
34
	</table>
35
	<div class="floatRight">
36
		<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
37
			<bean:message key="general.button.search"/>
38
		</htmlEL:submit>
39
	</div>
40
	<br/>
41
</htmlEL:form>