<% '请勿改动下面这三行代码 const ChannelID=1 MaxPerPage=20 PageTitle="首页" nt2003.LoadTemplates("index") nt2003.head() %> 无标题文档
<% dim lrs,lsql,n lsql="select top 1 * from article where classid=94 and Passed=true and IncludePic=true and Deleted=false" 'shiyu Set lrs= Server.CreateObject("ADODB.Recordset") lrs.open lsql,conn,1,1 if lrs.eof and lrs.bof then response.Write("暂无内容!") else response.Write lrs("content") ArticleID=lrs("ArticleID") end if set lrs=nothing%>
<% lsql="select top 4 * from article where classid=95 and Elite=true and Passed=true and Deleted=false" 'shiyu Set lrs= Server.CreateObject("ADODB.Recordset") lrs.open lsql,conn,1,1 if lrs.eof and lrs.bof then response.Write("暂无内容!") else n=1 do while not lrs.eof %>
   <%=lrs("title")%>
<%=gotTopic(lrs("content"),100)%>……
<% lrs.movenext loop end if%>

<% nt2003.bottom() 'call PopAnnouceWindow(400,300) set rsArticle=nothing set rsPic=nothing %>