Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content.occupation / ibssSearchOccupation.jsp @ 116:d96c71b8309d

History | View | Annotate | Download (1.8 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
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL" %>
5
6
<h3 class="title"><strong><bean:message key="content_occupation_search_header"/></strong></h3>
7
<htmlEL:form action="/ss105/searchOccupationResult.do">
8
	<table class="tabularForm">
9
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
10
		<tr>
11
			<td>&nbsp;</td>
12
			<td><bean:message key="content_occupation_code"/></td>
13
			<td align="left">:</td>
14
			<td><htmlEL:text name="contentForm" property="searchOccupationCode" autocomplete="off" maxlength="20" size="22"/></td>
15
		</tr>
16
		<tr>
17
			<td>&nbsp;</td>
18
			<td><bean:message key="content_occupation_desc_general"/></td>
19
			<td>:</td>
20
			<td><htmlEL:text name="contentForm" property="searchOccupationDesc" autocomplete="off" maxlength="64" size="22"/>&nbsp;&nbsp;
21
			<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
22
			<bean:define id="viewBean" name="contentForm" property="occupationBean" />
23
			<htmlEL:select property="searchLanguage" name="contentForm">
24
	    		<logicEL:iterate id="element" name="viewBean" property="languageMap">
25
	    			<bean:define id="key" name="element" property="key"/>
26
	    			<bean:define id="value" name="element" property="value"/>
27
	    			<htmlEL:option value="${key}"><c:out value="${value}"/></htmlEL:option>
28
	    		</logicEL:iterate>
29
	    	</htmlEL:select>
30
	    	</c:if>
31
	    	</td>
32
		</tr>
33
		<tr><td height="5" 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>