📄 allyijian_contentdisplay.asp
字号:
<!--#include file="../Include/TimeOut.asp"-->
<!--#include file="../Include/AdoConn.asp"-->
<!--#include file="../Include/online.asp"-->
<%
ProjectCode=request.querystring("code")
StrSQL="select * from XT_VD_ProjectYJ where 项目编码='"&ProjectCode&"'"
set rst=server.CreateObject ("adodb.recordset")
rst.CursorType =3
rst.CursorLocation =3
rst.LockType =2
rst.Open strsql,strconn
if not rst.EOF then
%>
<html>
<head>
<title>项目意见</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000" onblur="window.close()">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<%if rst("退回意见")<>"" and not isnull(rst("退回意见")) then %>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="30">
<table style="font-size:9pt" width="450" border="1" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" bgcolor="#F5F5F5">
<tr bgcolor="#E8E8E8">
<td width="53" height="18"><font color="#663399">退回阶段</font></td>
<td colspan="3" height="18"><%=rst("退回进度")%> </td>
<td width="48" height="18">
<div align="center"><font color="#663399">退回时间</font></div>
</td>
<td width="90" height="18"><%=rst("退回时间")%></td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td height="20">
<table style="font-size:9pt" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../public/images/content_4.gif" height="60" valign="middle" width="20" align="center">退回意见</td>
<td background="../public/images/content_4.gif" height="60" valign="top">
<font color="#3366CC">
<%
if not isnull(rst("退回意见")) then
response.write replace(rst("退回意见"),chr(10),"<br>")
end if
%>
</font> </td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<%end if%>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="30">
<table style="font-size:9pt" width="450" border="1" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" bgcolor="#F5F5F5">
<tr bgcolor="#E8E8E8">
<td width="50" height="18">
<div align="center"><font color="#663399">推荐结果</font></div>
</td>
<td colspan="3" height="18"><%=rst("主管部门推荐结果")%> </td>
<td width="50" height="18">
<div align="center"><font color="#663399">推荐部门</font></div>
</td>
<td width="102" height="18"><%=rst("推荐部门")%></td>
<td width="48" height="18">
<div align="center"><font color="#663399">推荐时间</font></div>
</td>
<td width="90" height="18"><%=rst("推荐时间")%></td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td height="20">
<table style="font-size:9pt" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../public/images/content_4.gif" height="60" valign="middle" width="20" align="center">推<br>
荐<br>
意<br>
见</td>
<td background="../public/images/content_4.gif" height="60" valign="top">
<font color="#3366CC">
<%
if not isnull(rst("主管部门推荐意见")) then
response.write replace(rst("主管部门推荐意见"),chr(10),"<br>")
end if
%>
</font> </td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="30">
<table style="font-size:9pt" width="450" border="1" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" bgcolor="#F5F5F5">
<tr bgcolor="#E8E8E8">
<td width="50" height="18">
<div align="center"><font color="#663399">初审结果</font></div>
</td>
<td colspan="3" height="18"><%=rst("初审结果")%> </td>
<td width="50" height="18">
<div align="center"><font color="#663399">初审部门</font></div>
</td>
<td width="102" height="18"><%=rst("初审部门")%></td>
<td width="48" height="18">
<div align="center"><font color="#663399">初审时间</font></div>
</td>
<td width="90" height="18"><%=rst("初审时间")%></td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td height="20">
<table style="font-size:9pt" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../public/images/content_4.gif" height="60" valign="middle" width="20" align="center">初审<br>
意<br>
见</td>
<td background="../public/images/content_4.gif" height="60" valign="top">
<font color="#3366CC">
<%
if not isnull(rst("初审意见")) then
response.write replace(rst("初审意见"),chr(10),"<br>")
end if
%>
</font> </td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="30">
<table style="font-size:9pt" width="450" border="1" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" bgcolor="#F5F5F5">
<tr bgcolor="#E8E8E8">
<td width="77" height="18">
<div align="center"><font color="#663399">专家论证结果</font></div>
</td>
<td colspan="3" height="18"><%=rst("论证结果")%> </td>
<td width="50" height="18">
<div align="center"><font color="#663399">专家姓名</font></div>
</td>
<td width="102" height="18"><%=rst("专家姓名")%></td>
<td width="48" height="18">
<div align="center"><font color="#663399">论证时间</font></div>
</td>
<td width="90" height="18"><%=rst("论证时间")%></td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td height="20">
<table style="font-size:9pt" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../public/images/content_4.gif" height="60" valign="middle" width="20" align="center">论<br>
证<br>
意<br>
见</td>
<td background="../public/images/content_4.gif" height="60" valign="top">
<font color="#3366CC">
<%
if not isnull(rst("论证意见")) then
response.write replace(rst("论证意见"),chr(10),"<br>")
end if
%>
</font> </td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="30">
<table style="font-size:9pt" width="450" border="1" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" bgcolor="#F5F5F5">
<tr bgcolor="#E8E8E8">
<td width="50" height="18">
<div align="center"><font color="#663399">联审结果</font></div>
</td>
<td colspan="3" height="18"><%=rst("联审结果")%> </td>
<td width="50" height="18">
<div align="center"><font color="#663399">联审部门</font></div>
</td>
<td width="102" height="18"><%=rst("联审部门")%></td>
<td width="48" height="18">
<div align="center"><font color="#663399">联审时间</font></div>
</td>
<td width="90" height="18"><%=rst("联审时间")%></td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td height="20">
<table style="font-size:9pt" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../public/images/content_4.gif" height="60" valign="middle" width="20" align="center">联审<br>
意<br>
见</td>
<td background="../public/images/content_4.gif" height="60" valign="top">
<font color="#3366CC">
<%
if not isnull(rst("联审意见")) then
response.write replace(rst("联审意见"),chr(10),"<br>")
end if
%>
</font> </td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="30">
<table style="font-size:9pt" width="450" border="1" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" bgcolor="#F5F5F5">
<tr bgcolor="#E8E8E8">
<td width="78" height="18">
<div align="center"><font color="#663399">局长审议结果</font></div>
</td>
<td height="18"><%=rst("审议结果")%> </td>
<td width="48" height="18">
<div align="center"><font color="#663399">审议时间</font></div>
</td>
<td width="90" height="18"><%=rst("审议时间")%></td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td height="20">
<table style="font-size:9pt" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../public/images/content_4.gif" height="60" valign="middle" width="20" align="center">审议<br>
意<br>
见</td>
<td background="../public/images/content_4.gif" height="60" valign="top">
<font color="#3366CC">
<%
if not isnull(rst("审议意见")) then
response.write replace(rst("审议意见"),chr(10),"<br>")
end if
%>
</font> </td>
</tr>
</table>
</td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
<tr>
<td width="6" height="20"></td>
<td width="20" height="20"> </td>
<td width="586" height="20"> </td>
<td width="20" height="20"> </td>
<td width="6" height="20"></td>
</tr>
</table>
</body>
</html>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -