📄 projectxq.asp
字号:
<!--#include file="../Include/TimeOut.asp"-->
<%if session("IPno")="no" then Response.Redirect "../Messagebox/error.asp?info=您无浏览此页的权限!!"%>
<%modulecode="1001"%>
<!--#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">
<div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="50">
<tr>
<td bgcolor="#336699" height="50"><img src="..public/images/find.jpg" width="300" height="50">
<font color="#00FFFF"> 需求查询</font></td>
</tr>
</table>
<table style="font-size:9pt;" width=100% border="0" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="../project/projectXQ_EditList.asp?strsql=query">
<tr bgcolor="#CAEAFF">
<td width="106" height="25" valign="middle" align="right">项目名称</td>
<td width="15"> </td>
<td width="266" valign="top">
<input type="text" name="ProjectName" maxlength="50">
</td>
<td width="84" valign="middle" align="right">单位名称</td>
<td width="16" valign="top"> </td>
<td width="282" valign="top">
<input type="text" name="danweiname">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="106" height="25" valign="middle" align="right">主导产业</td>
<td width="15"> </td>
<td width="266" valign="top">
<input type="text" name="zhudaochanye" maxlength="50">
</td>
<td width="84" valign="middle" align="right">管理处室</td>
<td width="16" valign="top"> </td>
<td valign="bottom" align="left">
<select name="guanlichushi">
<option value=""></option>
<option value="局领导">局领导</option>
<option value="计划处">计划处</option>
<option value="高新处">高新处</option>
<option value="农社处">农社处</option>
<option value="成果处">成果处</option>
<option value="政策处">政策处</option>
<option value="国际合作处">国际合作处</option>
<option value="科技总院">科技总院</option>
<option value="条财处">条财处</option>
<option value="测试专用">测试专用</option>
<option value="专利局">专利局</option>
</select>
</td>
</tr>
<tr bgcolor="#336699">
<td width="14%" height="20" bgcolor="#336699" align="right">
<div align="right">
<input type="checkbox" name="checkbox" value="checkbox">
<font color="#FF0000"> <font color="#FFFFFF">模糊查询</font></font></div>
</td>
<td width="2%" height="20"> </td>
<td width="35%" bgcolor="#336699" height="20">
<div valign="center">
<div align="right"> </div>
</div>
</td>
<td colspan="3" bgcolor="#336699" height="20">
<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>
</td>
</tr>
</form>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -