?? epaperqueryinput.jsp
字號:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<!-- title>業(yè)務(wù)代表管理系統(tǒng)查詢試卷</title -->
<br>
<form name="queryform" method="POST" action="/ExamPaperMan.do">
<table width="539" border="0" cellpadding="3" cellspacing="1" class="table-cs1">
<input type="hidden" name="opeType" value="<%=OperatorFlagCode.EPAPER_QUERY%>">
<tr>
<td width="100" align="center" class="td-cs1">試卷名稱</td>
<td colspan="2" class="td-cs2"> <input name="titleTerm" type="text" class="input2" size="20"></td>
</tr>
<tr>
<td width="100" align="center" class="td-cs1">所屬類別</td>
<td width="29%" class="td-cs2"> <input name="className" type="text" class="input2" size="20">
</td>
<input name="classId" type="hidden">
<input name="classIdTerm" type="hidden">
<td class="td-cs2"> <a href="javascript:;" onClick="javascript:openClassWindow('/ClsMngOperatorAction.do?operatorFlag=<%=OperatorFlagCode.CLSMNG_CHOOSE%>&select=03','選擇類別');return false;" onMouseOver="MM_swapImage('Image1','','/agt/public/images/choise_2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="/agt/public/images/choise.gif" width="48" height="25" border="0" id="Image1"></a></td>
</tr>
<tr>
<td width="100" align="center" class="td-cs1">類型名稱</td>
<td colspan="2" class="td-cs2"> <select name="paperTypeTerm" class="input3">
<option value="10">不限制</option>
<option value="0">考試題</option>
<option value="1">自測題</option>
<option value="2">考試題&自測題</option>
</select></td>
</tr>
<tr>
<td width="100" align="center" class="td-cs1">狀態(tài)</td>
<td colspan="2" class="td-cs2"> <select name="statusTerm" class="input3">
<option value="10">不限制</option>
<option value="0">編輯</option>
<option value="1">發(fā)布</option>
<option value="2">作廢</option>
</select></td>
</tr>
</table> <table width="539" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="35" align="center"> <table width="55%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="28%"><input name="search" type="image" onclick="mySubmit();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="7%"> </td>
<td width="65%"><input name="reset" type="image" onclick="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" %>
<script src="/agt/public/js/my_functions.js" type="text/javascript"></script>
<script language="javascript">
function mySubmit()
{
document.queryform.classIdTerm.value = document.queryform.classId.value;
document.queryform.submit();
}
</script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -