Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssSearchSecurityQues.jsp @ 86:40fb83b9aa7e

History | View | Annotate | Download (1.99 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_security_ques_search_header"/></strong></h3>
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
<htmlEL:form action="/ss105/searchSecurityQuesResult.do">
15
	<table class="tabularForm">
16
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
17
		<tr>
18
			<td>&nbsp;</td>
19
			<td><bean:message key="content_security_ques_code"/></td>
20
			<td align="left">:</td>
21
			<td><htmlEL:text name="contentForm" property="searchQuesCode" autocomplete="off" maxlength="20" size="22"/></td>
22
		</tr>
23
		<tr>
24
			<td>&nbsp;</td>
25
			<td><bean:message key="content_security_ques_desc_general"/></td>
26
			<td align="left">:</td>
27
			<td><htmlEL:text name="contentForm" property="searchQuesDesc" autocomplete="off" maxlength="60" size="22"/>&nbsp;&nbsp;
28
			<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
29
			<bean:define id="viewBean" name="contentForm" property="securityQuesBean" />
30
			<htmlEL:select property="searchLanguage" name="contentForm">
31
	    		<logicEL:iterate id="element" name="viewBean" property="languageMap">
32
	    			<bean:define id="key" name="element" property="key"/>
33
	    			<bean:define id="value" name="element" property="value"/>
34
	    			<htmlEL:option value="${key}"><c:out value="${value}"/></htmlEL:option>
35
	    		</logicEL:iterate>
36
	    	</htmlEL:select>
37
	    	</c:if>
38
			</td>
39
		</tr>
40
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
41
	</table>
42
	<div class="floatRight">
43
		<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
44
			<bean:message key="general.button.search"/>
45
		</htmlEL:submit>
46
	</div>
47
	<br/>
48
</htmlEL:form>