📄 classquery.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<!-- <title>业务代表管理系统查询策略</title>-->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<br>
<form name="querypolicyform" method="POST" action="/ExamClassMan.do">
<table width="539" border="0" cellpadding="3" cellspacing="1" class="table-cs1">
<input type="hidden" name="opeType" value="<%=OperatorFlagCode.EXAMCLASS_QUERY%>">
<tr>
<td width="84" height="25" align="center" class="td-cs1">班级名称</td>
<td height="25" colspan="3" class="td-cs2"> <input name="titleTerm" type="text" class="input2" size="25"></td>
</tr>
</table>
<table width="494" height="35" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td><table width="224" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="107">
<input name="search" type="image" onclick="querypolicyform.submit();return false;" src="/agt/public/images/search.gif" width="82" height="22" border="0" onmouseover="this.src='/agt/public/images/'+ this.name + '_2.gif';" onmouseout="this.src='/agt/public/images/'+ this.name + '.gif'"></td>
<td width="109">
<input name="reset" type="image" onclick="querypolicyform.reset();return false;" src="/agt/public/images/reset.gif" width="82" height="22" border="0" onmouseover="this.src='/agt/public/images/'+ this.name + '_2.gif';" onmouseout="this.src='/agt/public/images/'+ this.name + '.gif'"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<%@ include file="/agt/public/jsp/bot.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -