Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssSearchCurrency.jsp @ 103:1d8b60f0f74e

History | View | Annotate | Download (1.38 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><bean:message key="content_currency_code_search_header"/></strong></h3>
6
<htmlEL:form action="/ss105/searchCurrencyResult.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_currency_code"/></td>
12
			<td align="left">:</td>
13
			<td><htmlEL:text name="contentForm" property="searchCurrencyCode" autocomplete="off" maxlength="20" size="22"/></td>
14
		</tr>
15
		<tr>
16
			<td>&nbsp;</td>
17
			<td><bean:message key="content_status"/></td>
18
			<td>:</td>
19
			<td>
20
				<htmlEL:select name="contentForm" property="searchCurrencyStatus">
21
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
22
				<htmlEL:option value="0"><bean:message key="content_online_selection"/></htmlEL:option>
23
				<htmlEL:option value="1"><bean:message key="content_offline_selection"/></htmlEL:option>
24
				</htmlEL:select>
25
			</td>
26
		</tr>
27
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
28
	</table>
29
	<div class="floatRight">
30
		<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
31
			<bean:message key="general.button.search"/>
32
		</htmlEL:submit>
33
	</div>
34
	<br/>
35
</htmlEL:form>