<% strCurrMenu="18978" ThisPage=request.ServerVariables("URL") strQuery="" strTitle="最新发布" if GetVariable("class")<>"" then SourCode=conn.execute("Select c_code From web_news_class Where mn_id=" & strCurrMenu & " and id="&GetVariable("class"))(0) strQuery=strQuery & " And c_code Like '" & SourCode &"%'" strTitle=GetVariable("classname") end if if GetVariable("key")<>"" then strQuery=strQuery & " And (nTitle Like '%" & GetVariable("key") & "%' or nHtmlText like '%" & GetVariable("key") & "%' or nKey like '%" & GetVariable("key") & "%') " strTitle="搜索:" & GetVariable("key") end if '从这开始读数据 strSQL="Select * From v_web_news Where nAudit<>0 " & strQuery & " And mn_id=" & strCurrMenu & " Order by ID Desc" rs.open strSQL,conn,1,1 '分页显示初始化 page=GetVariable("page") if page="" then page=1 else page=Cint(page) end if Section=GetVariable("section") if Section="" then Section=1 else Section=Cint(Section) end if '变量赋值 intPageSize=15 '每页显示记录数 intSectionSize=5 '多少页为一段,像GOOGLE一样 PrevSectionText="7" '上一段的链接文字 NextSectionText="8" '下一段的链接文字 PrevPageText="3" '上页的链接文字 NextPageText="4" '下页的链接文字 strPageUrl="?class=" & GetVariable("class") & "&classname=" & GetVariable("classname") & "&key=" & GetVariable("key") & "&mnid=" & strCurrMenu rs.pagesize=intPageSize intCount=rs.RecordCount intPageCount=rs.pagecount intSectionCount=(intPageCount - 1) \ intSectionSize + 1 if intCount>0 then rs.AbsolutePage=page end if %>
 
Title Contents
 
: Home Service
<% '开始输出最新新闻 for i=1 to intPageSize if rs.eof then exit For if i mod 2 =0 then strColor="#FFFFFF" else strColor="#F9F9F9" end if %> <% rs.movenext next %>
· &mnid=<%=strCurrMenu%>&classname=最新动态&uppage=<%=ThisPage%>" target="_blank"> <% if len(trim(rs("nTitle")))>60 then kl=left(rs("nTitle"),60) kl=kl&"..." else kl=trim(rs("nTitle")) end if %> <%=kl%> (<%=Year(rs("nTime")) & "-" & Month(rs("nTime")) & "-" & Day(rs("nTime"))%>)
<%=Page%>/<%=intPageCount%>, <% '计算每一段的开始页 intStarPage=(Section-2) * intSectionSize + 1 '前一段 if Section<=1 then response.Write(PrevSectionText & " ") else response.Write("" & PrevSectionText & " ") end if '显示页码列表 response.Write("page ") intStarPage=(Section-1) * intSectionSize + 1 for p=intStarPage to intStarPage + intSectionSize - 1 if p > intPageCount then exit for if p=page then response.Write("[" & p & "] ") else response.Write("" & p & " ") end if next '后一段 intStarPage=(Section) * intSectionSize + 1 if Section>=intSectionCount then response.Write(" " & NextSectionText) else response.Write(" " & NextSectionText & " ") end if %>  
 
<% '开始输出分类 strcode="" for i=1 to Len(SourCode) \ 4 strcode=strcode&" or c_code like '"&left(SourCode,i*4)&"____'" next if strcode<>"" then strcode="(1<>1"&strcode&" or Len(c_code)=4)" else strcode=" Len(c_code)=4" end if strSQL="Select * From web_news_class Where mn_id=" & strCurrMenu&" and " & strcode & " Order by c_code" 'response.Write(strsql) Set rsClass=Server.CreateObject("ADODB.RecordSet") rsClass.open strSQL,conn,1,1 for i=1 to rsClass.recordcount Level=(Len(rsClass("c_code"))/4-1)*3 %> <% rsClass.movenext next %>
<% If Len(rsClass("c_code"))>4 Then Response.Write "├" Response.Write String(Level,"-") %> &classname=<%=trim(rsClass("c_name"))%>"><%=trim(rsClass("c_name"))%>
 
Add:Suite 5F, 988 Changning Road Shanghai, China 200051
Phone: (86-21) 5273 8396 Fax: (86-21) 5273 8395
Copyright?2006-2007 EASEN INTERNATIONAL CO.,LTD. All Rights Reserved.
Last updated on: