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

📄 news.asp

📁 ..不怎么明白。不知道这个市什么只想下个服务端
💻 ASP
字号:
<!-- #include file="inc/con_news.asp" -->
<!-- #include file="../include/class_com.asp" -->
<%
call cid_sid()
select case action
case "pic"
  tit="图片新闻"
case "good"
  tit="推荐新闻"
case "hot"
  tit="热门新闻"
case "search"
  tit="新闻搜索"
case else
  if int(cid)<1 then call format_redirect("news.asp?c_id=1")
  if action<>"more" then action="more"
  tit=""
end select
%>
<!-- #include file="inc/con_news_list.asp" -->
<!-- #include file="../include/jk_pagecute.asp" -->
<!-- #include file="../include/jk_page_cute.asp" -->
<!-- #include file="../include/jk_keyes.asp" -->
<%
dim nummer,rssum,page,viewpage,thepages,pageurl
nummer=25
pageurl="?action="&action&"&c_id="&cid&"&s_id="&sid&"&"
call web_head(0,0,0,0,0)
call news_load(0,0,0)
%>
<table width="912" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="208" valign="top" bgcolor="#990000"><%call left_notice()%><%call left_about()%><%call left_links()%></td>
    <td width="6" background="../skin/aouoo_skin/index/body_line.gif"><img src="../skin/aouoo_skin/index/body_line.gif" width="6" height="30" /></td>
    <td valign="top" bgcolor="#D40000"><%select case action
case "more","good","pic","hot","search"
  call news_more(nummer,30,tit)
case else
  if cint(sid)<1 then
    call news_list(6,30)
  else
    call news_more(nummer,30,tit)
  end if
end select%></td>
  </tr>
</table>
<%
call news_end()
call web_end(0,0)
%>

⌨️ 快捷键说明

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