?? yijian_contentdisplay.asp
字號(hào):
<!--#include file="../Include/TimeOut.asp"-->
<!--#include file="../Include/AdoConn.asp"-->
<!--#include file="../Include/online.asp"-->
<%
ProjectCode=request.querystring("code")
StrSQL="select 主管部門推薦意見(jiàn),主管部門推薦結(jié)果,推薦部門,推薦時(shí)間 from XT_VD_ProjectYJ where 項(xiàng)目編碼='"&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>推薦結(jié)果</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"> </td>
<td width="586" background="../public/images/content_2.gif" height="20"> </td>
<td width="20" background="../public/images/content_2.gif" height="20"> </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"> </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">推薦結(jié)果</font></div>
</td>
<td colspan="3" height="18"><%=rst("主管部門推薦結(jié)果")%> </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">推薦時(shí)間</font></div>
</td>
<td width="90" height="18"><%=rst("推薦時(shí)間")%></td>
</tr>
</table>
</td>
<td width="20" background="../public/images/content_2.gif" height="20"> </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"> </td>
<td width="586" height="25" bgcolor="#FFFFFF">
<div align="center"><font color="#0066CC" size="3"> <font color="#663399">**********
推薦意見(jiàn)</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"> </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"> </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("主管部門推薦意見(jiàn)"),chr(10),"<br>")%></font> </td>
</tr>
</table>
</td>
<td width="20" background="../public/images/content_2.gif" height="150"> </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"> </td>
<td width="586" background="../public/images/content_2.gif" height="20"> </td>
<td width="20" background="../public/images/content_2.gif" height="20"> </td>
<td width="6" background="../public/images/content_3.gif" height="20"></td>
</tr>
</table>
</body>
</html>
<%end if%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -