<!--#include file="conn.asp"-->
<%
	id=request("id")
	if id="" or not checknum(id) then
		call msg("参数错误","")
	end if
	set rs=server.CreateObject("adodb.recordset")
	sql="select * from affiche where id="&id&"  and pass='yes' "
	rs.open sql,conn,1,3
	if rs.eof then
		call msg("该信息不存在或已删除","")
	else
		rs("read_num")=rs("read_num")+1
		rs.update()
		if rs("link_url")<>"" then
			response.Redirect rs("link_url"):response.End()
		end if
		lm=rs("lm")
		title=rs("title")
		color_font=rs("color_font")
		wtime=rs("wtime")
		read_num=rs("read_num")
		z_body=rs("z_body")
		img_sl=rs("img_sl")
	end if
	rs.close
	set rs=nothing
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<%call getDoHead("affiche",id)%>
<title><%=Mtitle%></title>
<meta content="<%=MetaKeywords%>" name="keywords" />
<meta content="<%=MetaDescription%>" name="description" />
<link href="images/master.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/ainatec.js" type="text/javascript"></script>
<script>

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?66ec31dc863e5b36c6f055e1d2a6b1d4";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();

</script>
</head>

<body>
<!--头部-->
<!--#include file="top.asp"-->
<!--end-->
<!--正文-->
<p class="h10"></p>
<div class="area"><img src="images/about_img.jpg" /></div>

<p class="h10"></p>
<div class="area clearfix abou_p hidden">
 <div class="w230">
  <!--#include file="left_gg.asp"-->
  <!--#include file="left_advertis.asp"-->
 </div>
 <div class="w740">
   <div class="tittle_r clearfix hidden"><em>当前位置：<a href="index.asp" title="首页">首 页</a>&nbsp;&gt;&nbsp;<a href="affiche.asp">网站公告</a></em><h3>网站公告</h3></div>
   <h3 class="tit04"><%=title%></h3>
   <p class="tit05">阅读：<%=read_num%>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间：<%=wtime%></p>
   	<%
    if img_sl<>"" then
    %>
    <div style="text-align:center; width:100%;">
        <img src="../<%=img_sl%>" onload="if (this.width>650){this.height=650*this.height/this.width;this.width=650;}" />
    </div> 
    <%
    end if
    %>
   <div class="newsallges">
      <%=z_body%>
      <div style="text-align:right; margin-top:10px;"><a href="javascript:history.back();">[返回]</a></div>
  </div>
 </div>
</div>
<!--#include file="bottom.asp"-->
<div style="display:none"><script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1279262421&web_id=1279262421"></script></div></body>
</html>