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

📄 news.asp

📁 后台管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<!-- Recommended XHTML-Editor: HTML-Kit 292 (Freeware) -->
<!-- http://www.chami.com/html-kit/download/ -->

<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <meta name="description" content="Your description goes here" />
  <meta name="keywords" content="your,keywords,goes,here" />
  <meta name="author" content="Your Name or Company / Template design: G. Wolfgang / June 8, 2006 / Email: gw@actamail.com / Check my favorite website: www.sda.org" />
  <link rel="stylesheet" type="text/css" media="screen,projection" href="./css/style_screen.css" />
  <link rel="stylesheet" type="text/css" media="print" href="./css/style_print.css" />
	<script type="text/javascript" src="./js/matching_columns.js"></script>
  <title>&#29233;&#26031;&#29305;&#28107;&#28020;&#35774;&#22791;&#26377;&#38480;&#20844;&#21496;</title>
  <style type="text/css">
<!--
.STYLE1 {font-size: 140%;
text-align:center;}
-->
  </style>
</head>

<body>
  <div class="page-container-1">

  	<!-- HEADER -->
		<!-- Flag navigations -->
		<!-- Navigation Level 1 -->
<div class="nav1-container">
      <div class="nav1">
			  <ul>
    	    <li><a href="#">Home</a></li>
    	    <li><a href="#">About</a></li>
         	<li><a href="#">Contact</a></li>																		
         	<li><a href="#">Sitemap</a></li>
        </ul>
	  </div>
    </div>			

    <!-- Sitename -->
    <!-- Site slogan -->
    <!-- Header banner -->
<div><img class="img-header" src="./img/header.jpg" alt=""/></div>		
    
    <!-- Navigation Level 2 -->												
    <div class="nav2">			
			<ul>
        <li><a href="index.asp" >home</a></li>
		 <li><a href="news.asp" class="selected">news center </a></li>
        <li><a href="products.asp">products</a></li>
        <li><a href="downloads.asp">downloads</a></li>
		<li><a href="leavemsg.html" >feed back</a></li>			
                <li><a href="about.html">about us</a></li>
    <li><a href="contactus.html" >contact us </a></li>		
		  </ul>
	</div>
    
    <!-- Buffer after header -->    
		<div class="buffer"></div>
		    
		<!-- NAVIGATION -->				
  	<!-- Navigation Level 3 -->
		<!--#include file="news_left_menu.asp"-->				

  	<!-- 	CONTENT -->
			<div class="content1 column">

  	  <!-- Page title -->	
	  <%
			set rs= Server.CreateObject("ADODB.Recordset")
rs_sqltxt="select * from news"
rs.open rs_sqltxt,conn,1,1 
			%>	
		  <div class="content1-pagetitle STYLE1">ALL THE NEWS OF AST</div>			
                				
			<!-- Text container -->
			<div class="content1-container">
				<div class="content1-container-1col">
        	<div class="title" >
			<table height="500" width="100%"><tr><td valign="top">
			<!--#include file="page1.asp"-->
			<%
			 for i=1 to x
			%>
						<ul><li><a href="show_info.asp?news_id=<%=rs("id")%>"><p><b><%=rs("news_title")%></b></p><p><%=rs("news_intro")%><br /><span style="color:#bcccc0;"><%=rs("news_time")%></span></p></a></li></ul>
						<%
						rs.movenext
		                next
						%>
			<!--#include file="page2en.asp"-->
			</td></tr></table>
			        	</div>

				</div>
      </div>
	 
<!-- Text container --><!-- Text container -->
        </div>
		<!-- SIDEBAR -->
	  <div class="sidebar hide">
      <!-- Empty sidebar: By adding "hide" to the class statement the sidebar becomes hidden -->
    </div>
		
    <!-- FOOTER -->
    <div class="footer">
       <p><b>Copyright &copy; 2006 wedosanitary.com | All Rights Reserved</b></p>
       <p>Design  C.Z.Yun<a href="mailto:380561443@163.com"> 380561443@163.com </a></p>
    </div>
</div>
</body>
</html>

⌨️ 快捷键说明

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