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

📄 zf11_news.asp

📁 夏茂政府网站
💻 ASP
字号:
<!--#include file="head.asp" -->
<%
    sub navigation()
    response.write " &gt;&gt; "
    response.write "<a href='news.asp'>本站新闻</a>"
    response.write " &gt;&gt; "
    response.write "新闻浏览"
    end sub
%>
<div align="left">
	<table border="0" cellpadding="0" cellspacing="0" width="996" height="50" bgcolor="#ffffff">
		<tr>  
		
 	<td width="216" valign="top" bgcolor="#FEF1CF" >
            <TABLE cellSpacing=0 cellPadding=0 width=212 border=0>
              <TBODY>
              <TR>
                <TD align=middle height=32>
				<img src="images/2/index_066.gif" width="215" height="32" alt=""></TD>
			  </TR>
			  <tr>
			  <td align=middle height=55 bgcolor="#ffffff"><iframe src="http://weather.265.com/weather.htm" name="265_roll" width="160" height="55" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="No"></iframe></td>
			  </tr>
			  </TBODY>
			</TABLE>
		    <div align="center">
            <TABLE cellSpacing=0 cellPadding=0 width=212 border=0>
              <TBODY>
              <TR>
                <TD align=middle height=30><img src="images/2/index_30.gif" width="206" height="30" alt=""></TD>
			  </TR>
              <TR>
                <TD align=middle height=60>
		           <div align="center">
            <TABLE cellSpacing=0 cellPadding=0 width=200 border=0>
               <TBODY>
                                        <TR> 
                                          
                                          <TD align=right width="22%">用户</TD>
                                          <TD align=middle width="68%"><input class=bd size=15 name=username></TD>
                                        </TR>
                                        <TR> 
                                          <TD colSpan=3 height=5></TD>
                                        </TR>
                                        <TR> 
                                         
                                          <TD align=right>密码</TD>
                                          <TD align=middle><INPUT class=bd type=password size=15 name=password></TD>
                                        </TR>
                      </TBODY>
			</TABLE>
           </div>	
				
				
				</TD>
			  </TR>
              <TR>
                <TD align="center" height=30><img src="images/2/index_43.gif" width="54" height="19" alt="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/2/index_45.gif" width="53" height="19" alt=""></TD>
			
			  </TR>
			  </TBODY>
			</TABLE>
           </div>	
		   
		   
            <div align="center">
            <TABLE cellSpacing=0 cellPadding=0 width=212 border=0>
              <TBODY>
              <TR>
                <TD align=middle height=30><img src="images/2/index_49.gif" width="206" height="30" alt=""></TD>
			  </TR>
              <TR>
                <TD align=middle height=60>
		   <div align="center">
            <TABLE cellSpacing=0 cellPadding=0 width=200 border=0>
<TBODY>
                                        <TR> 
                                          
                                          <TD align=right width="22%">用户</TD>
                                          <TD align=middle width="68%"><input class=bd size=15 name=username></TD>
                                        </TR>
                                        <TR> 
                                          <TD colSpan=3 height=5></TD>
                                        </TR>
                                        <TR> 
                                         
                                          <TD align=right>密码</TD>
                                          <TD align=middle><INPUT class=bd type=password size=15 name=password></TD>
                                        </TR>
                      </TBODY>
			</TABLE>
           </div>	
				</TD>
			  </TR>
              <TR>
                <TD align="center" height=30><img src="images/2/index_43.gif" width="54" height="19" alt="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/2/index_45.gif" width="53" height="19" alt=""></TD>
			
			  </TR>
			  </TBODY>
			</TABLE>
           </div>
		   
            <div align="center">
            <TABLE cellSpacing=0 cellPadding=0 width=212 border=0>
              <TBODY>
              <TR>
                <TD align=middle height=30><img src="images/2/index_80.gif" width="206" height="30" alt=""></TD>
			  </TR>
              <TR>
                <TD align=middle height=200><% Call zf11_articleInfo(1,8,20,0,0) %></TD>
			  </TR>
			  </TBODY>
			</TABLE>
           </div>
		   
             </td>	
		  
			<td width="780" valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <TR>
          <TD width=15 height=15><IMG height=15 src="images/1/k2_1a.gif" 
            width=15></TD>
          <TD background=images/1/k2_1b.gif height=15><IMG height=15 
            src="images/space.gif" width=1></TD>
          <TD width=15 height=15><IMG height=15 src="images/1/k2_1c.gif" 
            width=15></TD>
        </TR>
		
      
        <tr>
        <TD width=10 background=images/1/k2_2a.gif><IMG height=1 src="images/space.gif" width=15></TD>
		<td>

<div align="center">
	<table border="0" cellpadding="0" cellspacing="0" width="100%" height="160" style="border: 0px solid #CECFCE">
	     
		
		<tr>
			<td bgcolor="#FFFFFF" width="100%">   
<!--新闻文章开始-->
<TABLE cellSpacing=3 cellPadding=5 width="100%" border=0>
<%
    ID=CheckStr(Request.QueryString("ID")) 
    If isInt(ID)=False OR Not IsNumeric(ID) Then
    Response.Redirect "news.asp" 
    Response.End()
    End If
    set rs=server.createobject("adodb.recordset")
    rs.Open "Select * From zf11_news where id="&id, conn,3,3
    if rs.bof and rs.eof then
    response.Redirect("News.asp")
    end if
%>
<TR> 
<TD align="center"><strong><%=rs("title")%></strong></TD>
</TR>
          <TR>
          <TD align="center"><hr size="1" width="90%" height="1">发布:<%=rs("Admin")%>&nbsp;&nbsp;<a href="http://<%=zf11_http%>" target=_blank><%=zf11_http%></a>&nbsp;&nbsp;<%=rs("time")%>&nbsp;&nbsp; </TD>
			</TR>
<TR> 
<TD height=34 style="line-height: <%=zf11_line_H%>"><%=rs("Content")%></TD>
</TR>
<TR>
<TD height=1 align="right"></TD>
</TR>
</TABLE>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="362" height="34"> </td>
<td width="186">【<a href='News.asp'>返回</a>】 【<a href="javascript:window.scroll(0,-360)">顶部</a>】 
【<a href="javascript:self.close()">关闭</a>】</td>
</tr>
</table>
<!-- 新闻文章结束-->
</td>
		</tr>
	</table>
</div>
        </td>
		    <TD width=15 background=images/1/k2_2c.gif><IMG height=1 src="images/space.gif" width=15></TD>

		</tr>
        <TR>
          <TD width=15><IMG height=15 src="images/1/k2_3a.gif" width=15></TD>
          <TD background=images/1/k2_3b.gif height=15><IMG height=15 src="images/space.gif" width=1></TD>
          <TD width=15 height=15><IMG height=15 src="images/1/k2_3c.gif"  width=15></TD></TR></TBODY></TABLE></TD>
		</TR>
   
	</table>
			</td>

		</tr>
	</table>
</div>
<!--#include file="foot.asp" -->

⌨️ 快捷键说明

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