📄 ad_search.asp
字号:
<%
'OA 表单生成器1.0
'功能:查询户外广告登记表
%>
<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->
<%
'response.buffer=false
'------------------------------------------------设置参数
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
'------------------------------------------------
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/main.css" type=text/css>
<title>main</title>
<script src="../js/Popup.js"></script>
<script src="../js/formatdate.js"></script>
<script src="../js/front_chec.js"></script>
</head>
<body topmargin="10" leftmargin="10">
<!--#include file="ad_menu.html"-->
<hr width="100%" size=1 color="#000000">
<br>
<div align="center">
<table width="500" cellspacing="1" cellpadding="2" class="tab">
<tr>
<td width="100%" class="tdTop">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="tdTop">
<p align="left"><img border="0" src="../images/icon_title.gif" align="left">查询户外广告登记表</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="25%" class="td1">
<form name="eventfrm" method="GET" action="ad_list.asp" onSubmit="return checknull(this)">
<table border="0" width="100%" cellspacing="10" cellpadding="0">
<tr>
<td align="right" valign="top" nowrap>所属所:</td>
<td nowrap>
<select size="1" name="area" class="input">
<option value="<%=Session("DepID")%>"><%=GetTableValue("tbioaDepartment","Name","id",Session("DepID"))%></option>
<%Call pOptions("tbioaDepartment","Name",Session("DepID"),0,"├-")%>
</select>
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>受理通知书文号:</td>
<td nowrap><input type="text" name="wh" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>受理日期:</td>
<td nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="slrq" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.slrq, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="slrq_end" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.slrq_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>受理人员:</td>
<td nowrap><input type="text" name="slry" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>发布单位名称:</td>
<td nowrap><input type="text" name="fbdw" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>广告发布期:</td>
<td nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="fbqx" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.fbqx, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>广告名称:</td>
<td nowrap><input type="text" name="ggmc" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>样件编号:</td>
<td nowrap><input type="text" name="yjbh" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>户外广告登记证号标准要求:</td>
<td nowrap>
<input type="radio" name="bzyq" value="" checked>不限制
<input type="radio" name="bzyq" value="0">应当标注
<input type="radio" name="bzyq" value="1">同意不标注
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>《户外广告登记证》编号:</td>
<td nowrap><input type="text" name="djzbh" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>发证日期:</td>
<td nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="fzrq" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.fzrq, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="fzrq_end" class="input" check_date="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.fzrq_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap>处理状态:</td>
<td nowrap>
<input type="radio" name="smod" value="" checked>不限制
<input type="radio" name="smod" value="1">待审查
<input type="radio" name="smod" value="2">待审核
<input type="radio" name="smod" value="3">待发证
<input type="radio" name="smod" value="4">已发证
<input type="radio" name="smod" value="0">退回
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
<input type="submit" value="查询" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <input type="reset" value="全部重写" class="button0" onmouseout=className="button0" onmouseover=className="button1">
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td width="25%" class="tdBottom">
</td>
</tr>
</table>
</div>
</body>
</html>
<%'释放对象变量
oConn.close
%> <font face="宋体" size=2><p>Microsoft VBScript 运行时错误</font> <font face="宋体" size=2>错
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -