⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yijian_contentdisplay.asp

📁 ASP程序实现的科技期刊系统
💻 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">
  <tr> 
    <td width="6" background="../public/images/content_1.gif" height="20"></td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="586" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="6" background="../public/images/content_3.gif" height="20"></td>
  </tr>
  <tr> 
    <td width="6" background="../public/images/content_1.gif" height="20"></td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="586" height="60"> 
      <table style="font-size:9pt" width="300" border="1" cellspacing="0" cellpadding="0" align="center" 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("主管部门推荐结果")%>&nbsp;</td>
        </tr>
        <tr bgcolor="#E8E8E8"> 
          <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" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="6" background="../public/images/content_3.gif" height="20"></td>
  </tr>
  <tr> 
    <td width="6" background="../public/images/content_1.gif" height="20"></td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="586" height="25" bgcolor="#FFFFFF"> 
      <div align="center"><font color="#0066CC" size="3"> <font color="#663399">********** 
        推荐意见</font><font color="#0066CC" size="3"><font color="#663399">*****</font></font><font color="#663399">*******</font></font></div>
    </td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="6" background="../public/images/content_3.gif" height="20"></td>
  </tr>
  <tr> 
    <td width="6" background="../public/images/content_1.gif" height="150"></td>
    <td width="20" background="../public/images/content_2.gif" height="150">&nbsp;</td>
    <td height="150"> 
      <table style="font-size:9pt; LINE-HEIGHT: 180%" width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td background="../public/images/content_4.gif" height="250" valign="top"> 
            <font color="#3366CC"><%=replace(rst("主管部门推荐意见"),chr(10),"<br>")%></font> </td>
        </tr>
      </table>
    </td>
    <td width="20" background="../public/images/content_2.gif" height="150">&nbsp;</td>
    <td width="6" background="../public/images/content_3.gif" height="150"></td>
  </tr>
  <tr> 
    <td width="6" background="../public/images/content_1.gif" height="20"></td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="586" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="20" background="../public/images/content_2.gif" height="20">&nbsp;</td>
    <td width="6" background="../public/images/content_3.gif" height="20"></td>
  </tr>
</table>
</body>
</html>
<%end if%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -