📄 ex.jsp
字号:
<body onload="bodyon_load("<bean:write name="eU0019SearchForm" property="strAction"/>");">
<%---------------------------------------------------------------------------
僿僢僟乕忣曬include
嫟捠儊僯儏乕彂偒弌偟
--%>
<%@ include file="/WEB-INF/jsps/include/header_menu.jspf" %>
<!-- 俀抜栚 僒僽僔僗僥儉儊僯儏乕 -->
<table class="MAIN_MENU">
<tr><html:form action="/eU0019Init.do">
<td class="MAIN_MENU">
<input type="button" class="BUTTON" name="Submit2" value=" 栠傞 " onClick="dispBackBun()">
<html:hidden property="strPageBack" value="pageBack"/>
<html:hidden property="screenId" value="EU0019"/>
</td>
</html:form>
</tr>
</table>
<!-- 俁抜栚 夋柺柤 -->
<table class="TITLE">
<tr>
<td class="TITLE">
尒愊丂媞愭壓庢乛壓庢宆幃慖戰乮億僢僾傾僢僾乯
</td>
</tr>
</table>
<!-- 夋柺愝寁椞堟 -->
<%
String strPath = (String)request.getContextPath();
%>
<table border="1" class="FRAME" width="100%">
<html:form action="/eU0019Search.do">
<tr>
<td class="FRAME">
<table class="DETAIL">
<html:hidden property="strCheckError" />
<logic:notEmpty name="eU0019SearchForm" property="strCheckError">
<TR>
<TD colspan="3">
<TABLE class="MESSAGE">
<TBODY>
<TR>
<TD class="MESSAGE FONT_RED"><html:errors/></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</logic:notEmpty>
<bean:write name="eU0019SearchForm" property="strParam1Message"/>
</table>
<table width="950" class="LIST">
<tr>
<td width="180"></td>
<th class="LIST_INPUT" width="180">儊乕僇</th>
<td class="LIST_INPUT" colspan="2">
<html:select size="1" property="strSitMkr">
<html:optionsCollection property="listSitMkr" value="value" label="label" name="eU0019SearchForm"/>
</html:select>
</td>
<td width="300"> </td>
</tr>
<tr>
<td width="180"></td>
<th class="LIST_INPUT" width="180">婡庬</th>
<td class="LIST_INPUT" colspan="2">
<html:select size="1" property="strSitKisCd">
<html:optionsCollection property="listSitKisCd" value="value" label="label" name="eU0019SearchForm"/>
</html:select>
</td>
<td width="300"></td>
</tr>
<tr>
<td width="180"></td>
<th class="LIST_INPUT" width="180">宆幃</th>
<td class="LIST_INPUT" colspan="2">
<html:text property="strSitKat" size="40" />
</td>
<td width="300">
<div align="right">
<html:hidden property="strAction" />
<html:hidden property="strKatasiki" />
<html:hidden property="strHonSiy" />
<html:hidden property="strHonSiyCd" />
<html:hidden property="strClass" />
<html:hidden property="strKakaKu" />
<input type="button" class="BUTTON" name="Submit" value="専嶕" onClick="dispSearch()">
</div>
</td>
</tr>
</table>
</td>
</tr>
</html:form>
<logic:present name="eU0019SearchForm" property="listForm">
<tr>
<td class="FRAME">
<html:form action="/eU0019Search.do">
<table width="950" class="LIST">
<tr>
<td width="180"></td>
<th width="180" ></th>
<td ></td>
<td width="300">
<div align="right">
<input type="button" class="BUTTON" name="Submit2" value="妋擣" onClick="dispKakutei('<%=strPath%>')">
</div>
</td>
</tr>
</table>
</html:form>
<table width="950">
<tr>
<td width="180"> </td>
</tr>
<tr>
<td width="510">
<table width="510" class="LIST">
<tr>
<th class="LIST" width="40">慖戰</th>
<th class="LIST" width="120">宆幃</th>
<th class="LIST" width="350">杮懱巇條</th>
</tr>
<logic:iterate name="eU0019SearchForm" property="listForm" id="oneElement">
<logic:equal name="oneElement" property="strRowsKb" value="1">
<tr class="ODD_ROW">
<td class="LIST_CENTER_ROW" align="center">
<input name="radio" type="radio" value="radiobutton"
onclick='selectKatasiki("<bean:write name='oneElement' property='strKatasiki'/>"
,"<bean:write name='oneElement' property='strHonSiy'/>"
,"<bean:write name='oneElement' property='strHonSiyCd'/>"
,"<bean:write name='oneElement' property='strClass'/>"
,"<bean:write name='oneElement' property='strKakaKu'/>");'
<bean:write name='oneElement' property='strChecked'/>>
</td>
<td class="LIST_ROW"><bean:write name="oneElement" property="strKatasiki"/></td>
<td class="LIST_ROW"><bean:write name="oneElement" property="strHonSiy"/></td>
</tr>
</logic:equal>
<logic:equal name="oneElement" property="strRowsKb" value="0">
<tr class="EVEN_ROW">
<td class="LIST_CENTER_ROW" align="center">
<input name="radio" type="radio" value="radiobutton"
onclick='selectKatasiki("<bean:write name='oneElement' property='strKatasiki'/>"
,"<bean:write name='oneElement' property='strHonSiy'/>"
,"<bean:write name='oneElement' property='strHonSiyCd'/>"
,"<bean:write name='oneElement' property='strClass'/>"
,"<bean:write name='oneElement' property='strKakaKu'/>");'
<bean:write name='oneElement' property='strChecked'/>>
</td>
<td class="LIST_ROW"><bean:write name="oneElement" property="strKatasiki"/></td>
<td class="LIST_ROW"><bean:write name="oneElement" property="strHonSiy"/></td>
</tr>
</logic:equal>
</logic:iterate>
<html:hidden property="screenId" value="EU0019"/>
</table>
</td>
<td width="260"> </td>
</table>
</td>
</tr>
</logic:present>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -