📄 projectexpert_query.asp
字号:
<!--#include file="../Include/TimeOut.asp"-->
<%if session("IPno")="no" then Response.Redirect "../Messagebox/error.asp?info=您无浏览此页的权限!!"%>
<%modulecode="0405"%>
<!--#include file="../Include/ModuleUserCheck.asp"-->
<html>
<head>
<title>专家查询</title>
<style>
.button {
BACKGROUND-COLOR:#E6F4FF; BORDER-BOTTOM: #0099FF 1px solid; BORDER-LEFT: #0099FF 1px solid; BORDER-RIGHT: #0099FF 1px solid; BORDER-TOP: #0099FF 1px solid; COLOR: #336699; width="40"; height="18" ;TEXT-ALIGN: center}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#E7F6FD" text="#000000">
<script language=javascript>
function open1()
{
window.open("../public/major_CodeHelp.asp?Table_name=Xt_TC_Major&Pname=major","帮助","height=220,width=330,toolbar=no,menubar=no,scrollbar=0,resizable=no,status=no,location=no")
}
</script>
<div align="left">
<form name="form1" method="post" action="projectExpert_EditList.asp?strsql=query">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#336699"><img src="../public/images/find.jpg" width="300" height="50">
<font color="#00FFFF"> 专家查询</font></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#336699" align="center">
<tr>
<td>
<table style="font-size:9pt;" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#CAEAFF">
<td width="28%"> </td>
<td width="2%"> </td>
<td width="70%"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">专家编码</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="ExpertCode" maxlength="4">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">专家姓名</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="ExpertName" maxlength="10">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">专家类别</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<select name="LeiBie">
<option value=" " selected></option>
<option value="科学研究类">科学研究类</option>
<option value="技术开发类">技术开发类</option>
<option value="技术管理类">技术管理类</option>
<option value="经济管理类">经济管理类</option>
</select>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">性别</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<select name="sex">
<option> </option>
<option value="男">男</option>
<option value="女">女</option>
</select>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">学位</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="XueWei" maxlength="6">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">现从事专业编码</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="Major" size="4" maxlength="3" value="<%if not request.querystring("专业编码")="" then response.write request.querystring("专业编码") else response.write ""%>">
<font color="#FF0000">**</font><a href="javascript:open1()"><img src="../public/images/search.gif" width="21" height="22" border="0" ></a></td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">专业技术职称</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<select name="ZhiCheng">
<option> </option>
<option value="正高">正高</option>
<option value="副高">副高</option>
<option value="中级">中级</option>
<option value="其它">其它</option>
</select>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td colspan="3"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td colspan="3">
<div align="center">注:以上查询条件可单项查询,也可多项查询。</div>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%"> </td>
<td width="2%"> </td>
<td width="70%" bgcolor="#CAEAFF"> </td>
</tr>
<tr bgcolor="#336699">
<td width="28%" height="22" bgcolor="#336699">
<div align="right">
<input type="checkbox" name="checkbox" value="checkbox">
<font color="#FF0000"> <font color="#FFFFFF">模糊查询</font></font></div>
</td>
<td width="2%" height="22"> </td>
<td width="70%" bgcolor="#336699" height="22">
<div valign="center">
<div align="right">
<input class="button" type="submit" name="Submit" value="查询">
<input class="button" type="reset" name="Submit2" value="重填">
<% if Request.QueryString("query")="query" then %>
<input class="button" type="button" name="Submit3" value="返回"onclick="back()">
<% end if%>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
<script language="vbscript">
function back()
history.back
end function
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -