📄 pgyj.asp
字号:
<!--#include file="conn/db.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>岳海鑫源</title>
<meta http-equiv="Pragma" content="no-cache">
<style type="text/css">
<!--
body {
background-image: url(image/bg_baiyangpi.gif);
color: #1b1b1b;
}
.font9pt {
font-size: 9pt;
line-height: 120%;
}
.style1 {font-size: 12px}
h2{ color: #1b1b1b; font-size: 15px; padding: 0 0 0 8px;}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link TYPE="text/css" REL="STYLESHEET" HREF="../../../831shanhepgres/css/common/FG/common.css">
<script src="../../../EbizResourceSet/javascript/common/common.js" language="JavaScript"></script><script src="../../../EbizResourceSet/javascript/common/check.js" language="JavaScript"></script><script src="../../../EbizResourceSet/javascript/common/clock.js" language="JavaScript"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="head.asp"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" background="image/bgbgbg.jpg">
<tr>
<td width="291" align="right" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="8%" valign="top" background="image/bgbgbg.jpg"><img src="image/cont_left.jpg" width="34" height="461"></td>
<td width="92%"><img src="image/cont_left2.jpg" width="224" /></td>
</tr>
<tr>
<td valign="top" width="8%" background="imgage/bgbgbg.jpg"> </td>
<td width="92%" valign="top"><img src="image/cont_left4.jpg" width="224" height="279" /></td>
</tr>
</table> </td>
<td width="487" valign="top"><p><table width="90%" cellSpacing="0" cellPadding="0" border="0">
<tr valign="top">
<td valign="top"><STYLE type=text/css>
<!--
.font9pt {
font-size: 12px;
line-height: 160%;
}
.style2 { color: #0066FF;
font-weight: bold;
}
.style2 {color: #FF0000}
.style4 {color: #0066CC; font-weight: bold; }
.style6 {
font-size: 14;
color: #FFFFFF;
font-weight: bold;
}
-->
</STYLE>
<TABLE cellSpacing=0 cellPadding=0 width=472 border=0>
<TBODY>
<TR>
<TD vAlign=top width=456><IMG height=36 src="image/cont_06_zyyj.jpg" width=456 border=0></TD>
<TD vAlign=top width=16 background="image/cont_r.jpg" rowSpan=2><IMG height=303 src="image/cont_07.jpg" width=31></TD>
</TR>
<TR>
<TD colSpan=2>
<h2><STRONG>一、 石油天然气类</STRONG></h2>
<div>
<ul style="list-style-type: none; padding: 0 0 0 8px;">
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from project where subject = 1"
rs.open sql,conn,3,2
do while not rs.eof
projectname = rs("projectname")
%>
<li><%=projectname%></li>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</ul>
</div>
<h2><STRONG>二、 采矿权类</STRONG></h2>
<div>
<ul style="list-style-type: none; padding: 0 0 0 8px;">
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from project where subject=2 "
rs.open sql,conn,3,2
do while not rs.eof
projectname = rs("projectname")
%>
<li><%=projectname%></li>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</ul>
</div>
<h2><STRONG>三、 探矿权类</STRONG></h2>
<div>
<ul style="list-style-type: none; padding: 0 0 0 8px;">
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from project where subject=3 "
rs.open sql,conn,3,2
do while not rs.eof
projectname = rs("projectname")
%>
<li><%=projectname%></li>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</ul>
</div>
</TD></TR>
</TBODY>
</TABLE></td>
</tr>
</table>
</p> </td>
</tr>
<tr align="center" background="image/bgbgbg.jpg">
<td colspan="2" valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image/cont_left3.jpg" width="713" height="154"></td>
</tr>
</table></td>
</tr>
</table>
<!--foot-->
<!--#include file="foot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -