📄 queryteacher.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<!--title>查询考评规则</title -->
<script>
function submit1()
{
TeachmngForm.submit();
return true;
}
</script>
<form name="TeachmngForm" method="post" action="/TeachmngAction.do" >
<input type="hidden" name="operatorflag" value = "TEACHMNG_QUERYLIST">
<table width="539" border="0" cellpadding="3" cellspacing="1" class="table-cs1">
<tr>
<td width="80" height="25" align="center" class="td-cs1">教师ID</td>
<td class="td-cs2">
<input name="teacherid" type="text" class="input2" maxlength=10>
</td>
</tr>
<tr>
<td height="25" align="center" class="td-cs1">教师姓名</td>
<td class="td-cs2">
<input name="teachername" type="text" class="input2" maxlength=10>
</td>
</tr>
<tr>
<td height="25" align="center" class="td-cs1">业务代表工号</td>
<td class="td-cs2">
<input name="staffno" type="text" class="input2" maxlength=10>
</td>
</tr>
<tr>
<td height="25" align="center" class="td-cs1">授课方向</td>
<td class="td-cs2">
<input name="major" type="text" class="input2" maxlength=25>
</td>
</tr>
</table>
<table width="539" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"> <table width="324" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2"> </td>
<td width="112">
<input name="search" type="image" onclick="submit1();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="340">
<input name="reset" type="image" onclick="TeachmngForm.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>
<p> </p>
</form>
<%@ include file="/agt/public/jsp/bot.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -