www.gusucode.com > 528人才招聘网整站源代码-蓝色经典 精简版 2.0源码程序 > show_article.asp

    <!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<!--#include file="ubb.asp"-->
<html>
<%
if not(isnumeric(request("id"))) then
response.redirect "nodata.html"
rs.close
end if
sql="select * from article where id="&clng(request("id"))
rs.open sql,conn,1,1
if rs.eof or rs.bof then
           response.redirect "nodata.html"
           rs.close
end if 
set rs1=server.createobject("adodb.recordset")
sql1="update article set click="&rs("click")+1&" where id="&clng(request("id"))
rs1.open sql1,conn,1,1
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css"  type="text/css">
<title><%=unHtml(rs("title"))%> </title>
<!--#include file="top.asp"-->
</head>

<body>

<div align="center">
	<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="206">
		<tr>
			<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top">
			<div align="center">
				<table border="0" width="99%" cellspacing="0" cellpadding="0" id="table2" height="205">
					<tr>
						<td width="206" valign="top" align="center">
						<table border="0" width="87%" cellspacing="0" cellpadding="0" id="table3">
							<tr>
								<td height="36" style="border-top:1px solid #D4D4D4; border-left:1px solid #D4D4D4; border-right:1px solid #D4D4D4; border-bottom-width: 1px">
								<img border="0" src="images/article.gif" width="192" height="41"></td>
							</tr>
							<tr>
								<td height="36" style="border-left: 1px solid #D4D4D4; border-right: 1px solid #D4D4D4; border-top-width: 1px; border-bottom-width: 1px">
								<table border="0" width="95%" cellspacing="0" cellpadding="0" height="25" id="table11">
							<form method="POST" action="search_article.asp" TARGET="_blank">
								<tr>
										<td height="30">
										<p align="left"> 
<select size="1" name="class">
<option value="0" selected>请选择文章类别</option>
<option value="1">新闻动态</option>
<option value="2">求职技巧</option>
</select></td>
									</tr>
									<tr>
										<td height="30">
										<p align="left"> 
												<select size="1" name="how">
												<option selected value="1">按文章标题												</option>
												<option value="2">按文章内容</option>
												</select></td>
									</tr>
									<tr>
										<td height="30">  
						<input onFocus="this.value=''" type="text" name="what" size="20" style="border-style: solid; border-width: 1px" value="关键字"></td>
									</tr>
									<tr>
										<td height="30">
										<p align="center">
										<input border="0" src="images/s2.gif" name="I1" width="53" height="20" type="image"></td>
									</tr>
									</form>
								</table>								</td>
							</tr>
							<tr>
								<td height="18" style="border-top:1px solid #D4D4D4; border-left:1px solid #D4D4D4; border-right:1px solid #D4D4D4; ">&nbsp;</td>
							</tr>
							
							
							<tr>
								<td height="36" style="border-bottom:1px solid #D4D4D4; border-left:1px solid #D4D4D4; border-right:1px solid #D4D4D4; border-top-width: 1px; " valign="top">
										<div align="center">
											<table border="0" width="94%" cellspacing="0" cellpadding="0" id="table13" height="25">
											</table>
										</div>										</td>							</tr>
						</table>
						</td>
						<td valign="top">
						<div align="center">
							<table border="0" width="99%" cellspacing="0" cellpadding="0" id="table14" height="197">
								<tr>
									<td height="46" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; border-bottom-width: 1px" width="540" background="images/bg2.gif">
									<table border="0" width="537" cellspacing="0" cellpadding="0" id="table15" height="30">
										<tr>
											<td valign="bottom" width="110">
											</td>
											<td width="427">
											<p align="center"><b><font size="4" color="#000080"><% =unHtml(rs("title")) %></font></b><a href="show_article2.asp?<%=rs("id")%>" target="_blank">.</a></td>
										</tr>
									</table>
									</td>
								</tr>
								<tr>
									<td style="border-bottom:1px solid #C0C0C0; border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-top-width: 1px" valign="top" align="center">
									<table border="0" width="96%" cellspacing="0" cellpadding="0" id="table16" height="107">
										<tr>
											<td height="25"><div align="center"> <img src="images/jtou.gif"><script language="JavaScript" src="PostAd_s.js" type="text/javascript"></script></div> </td>
										</tr>
										<tr>
											<td style="line-height: 150%; font-size:10pt"><% =ubbcode(unHtml(rs("content"))) %></td>
										</tr>
										<tr>
											<td style="line-height: 150%" height="27">
											<p align="right">发表于:<%
								a=instr(rs("addtime"),chr(32))-1
								response.write Mid(rs("addtime"),1,a)
								%>&nbsp; 被阅:<%=rs("click")+1%>次</td>
										</tr>
										<tr>
											<td style="line-height: 150%" height="26">
											<%
											if rs("comefrom")<>"" then
											%>
											<p align="center"><font color="#FF0000">申明</font>:<font color="#000000">此文章源于<%=rs("comefrom")%>,若有侵权,请与我们联系。</font>
											<%
											end if
											%>
											</td>
										</tr>
									</table>
									</td>
								</tr>
								</table>
						</div>
						</td>
					</tr>
				</table>
			</div>
			</td>
		</tr>
	</table>
</div>
<%
rs.close
set rs1=nothing
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>

</html>