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

📄 e_nobigclass.asp

📁 zheng fu wang zhan gong neng qi quan
💻 ASP
📖 第 1 页 / 共 3 页
字号:
    <%set rsnobigclass=server.CreateObject("ADODB.RecordSet")
		if uselevel=1 then
			if Request.cookies(eChuang)("key")="super" or Request.cookies(eChuang)("key")="typemaster" or Request.cookies(eChuang)("key")="bigmaster" or Request.cookies(eChuang)("key")="smallmaster" or Request.cookies(eChuang)("key")="check" then
				rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1) order by newsid DESC"
				end if
				if Request.cookies(eChuang)("key")="" then
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
				end if
				if Request.cookies(eChuang)("key")="selfreg" then
					if Request.cookies(eChuang)("reglevel")=3 then
						rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
					end if
				if Request.cookies(eChuang)("reglevel")=2 then
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
				end if
				if Request.cookies(eChuang)("reglevel")=1 then
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
				end if
			end if
			else
			rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1) order by newsid DESC"
			end if
			rsnobigclass.Open rsnobigclass.Source,conn,1,1

if not rsnobigclass.EOF then
rsnobigclass.PageSize     = MyPageSize
MaxPages         = rsnobigclass.PageCount
rsnobigclass.absolutepage = MyPage
total            = rsnobigclass.RecordCount
i = 0

		%>
    <tr>
      <td><table width="98%" border="1" cellspacing="0" cellpadding="3" bordercolorlight=#cccccc  bordercolordark=#ffffff align="center">
        <!--网址换行显示1-->
        <% do until rsnobigclass.Eof or i = rsnobigclass.PageSize %>
        <tr>
          <%
						Content=htmlencode4(rsnobigclass("Content"))
					%>
          <% if not rsnobigclass.EOF then %>
          <td width=25% align=center valign="middle"><div align="center"> <a class=middle href="<%=rsnobigclass("Original")%>" target=_blank title="<%=CutStr(nohtml(rsnobigclass("Content")),80)%>"><%=CutStr(rsnobigclass("title"),30)%></a> </div></td>
          <%rsnobigclass.movenext
					i = i + 1
					end if %>
          <!--网址换行显示2-->
          <td width=25% align=center valign="middle"><%if not rsnobigclass.EOF then%>
                <div align="center"> <a class=middle href="<%=rsnobigclass("Original")%>" target=_blank title="<%=CutStr(nohtml(rsnobigclass("Content")),80)%>"><%=CutStr(rsnobigclass("title"),30)%></a> </div></td>
          <%rsnobigclass.movenext
					i = i + 1
					end if %>
        </tr>
        <!--网址换行结束-->
        <%loop%>
      </table></td>
    <tr>
      <td><table cellspacing=0 cellpadding=3 width="100%" align=center border=0 >
        <tr>
          <td width="100%" align=center valign="middle">共 <%=total%> 条,当前第 <%=Mypage%>/<%=Maxpages%> 页,每页 <%=MyPageSize%> 条
            <%
url="E_NobigClass.asp?typeid=" & typeid & "&BigClassid=" & request_BigClassid
'request_smallClassid
PageNextSize=int((MyPage-1)/PageShowSize)+1
Pagetpage=int((total-1)/rsnobigclass.PageSize)+1

if PageNextSize >1 then
PagePrev=PageShowSize*(PageNextSize-1)
Response.write "<a class=black href='" & Url & "&page=" & PagePrev & "' title='上" & PageShowSize & "页'>上一翻页</a> "
Response.write "<a class=black href='" & Url & "&page=1' title='第1页'>页首</a> "
end if
if MyPage-1 > 0 then
Prev_Page = MyPage - 1
Response.write "<a class=black href='" & Url & "&page=" & Prev_Page & "' title='第" & Prev_Page & "页'>上一页</a> "
end if

if Maxpages>=PageNextSize*PageShowSize then
PageSizeShow = PageShowSize
Else
PageSizeShow = Maxpages-PageShowSize*(PageNextSize-1)
End if
If PageSizeShow < 1 Then PageSizeShow = 1
for PageCounterSize=1 to PageSizeShow
PageLink = (PageCounterSize+PageNextSize*PageShowSize)-PageShowSize
if PageLink <> MyPage Then
Response.write "<a class=black href='" & Url & "&page=" & PageLink & "'>[" & PageLink & "]</a> "
else
Response.Write "<B>["& PageLink &"]</B> "
end if
If PageLink = MaxPages Then Exit for
Next

if Mypage+1 <=Pagetpage  then
Next_Page = MyPage + 1
Response.write "<a class=black href='" & Url & "&page=" & Next_Page & "' title='第" & Next_Page & "页'>下一页</A>"
end if

if MaxPages > PageShowSize*PageNextSize then
PageNext = PageShowSize * PageNextSize + 1
Response.write " <A class=black href='" & Url & "&page=" & Pagetpage & "' title='第"& Pagetpage &"页'>页尾</A>"
Response.write " <a class=black href='" & Url & "&page=" & PageNext & "' title='下" & PageShowSize & "页'>下一翻页</a>"
End if
else
Response.write "<tr><td align=center>&nbsp;本大类无小类文章区暂无信息</td></tr>"
				
End If

rsnobigclass.close
			set rsnobigclass=nothing
%>
          </td>
        </table>
    </tr>
  </table>
  <!--网址模版-->
  <% case 4 %>
  <!--软件模版-->
  <table border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse"  width="100%" id="AutoNumber5">
    <%set rsnobigclass=server.CreateObject("ADODB.RecordSet")
			if uselevel=1 then
				if Request.cookies(eChuang)("key")="super" or Request.cookies(eChuang)("key")="typemaster" or Request.cookies(eChuang)("key")="bigmaster" or Request.cookies(eChuang)("key")="smallmaster" or Request.cookies(eChuang)("key")="check" then
				rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1) order by newsid DESC"
				end if
				if Request.cookies(eChuang)("key")="" then
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
				end if
				if Request.cookies(eChuang)("key")="selfreg" then
					if Request.cookies(eChuang)("reglevel")=3 then
						rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
					end if
				if Request.cookies(eChuang)("reglevel")=2 then
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
				end if
				if Request.cookies(eChuang)("reglevel")=1 then
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1 ) order by newsid DESC"
				end if
				end if
				else
					rsnobigclass.Source="select  * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1) order by newsid DESC"
				end if
			rsnobigclass.Open rsnobigclass.Source,conn,1,1


if not rsnobigclass.EOF then
rsnobigclass.PageSize     = MyPageSize
MaxPages         = rsnobigclass.PageCount
rsnobigclass.absolutepage = MyPage
total            = rsnobigclass.RecordCount

i = 0
do until rsnobigclass.Eof or i = rsnobigclass.PageSize

			    

					if showyear=1 then
						newsurl="E_ReadNews.asp?NewsID=" & rsnobigclass("NewsID")
						newswwwurl=rsnobigclass("titleface")
						datetime="<font class=middle>(" & year(rsnobigclass("UpdateTime"))  &"年"& Month(rsnobigclass("UpdateTime"))  &"月"& Day(rsnobigclass("UpdateTime")) &"日)</font>"
					else
						newsurl="E_ReadNews.asp?NewsID=" & rsnobigclass("NewsID")
						newswwwurl=rsnobigclass("titleface")
						datetime="<font class=middle>("& Month(rsnobigclass("UpdateTime"))  &"月"& Day(rsnobigclass("UpdateTime")) &"日)</font>"
					end if
					if rsnobigclass("picnews")=1 then
						img="<img src='images/news_img.gif' border='0'>"
					else
						img=""
					end if
						title=trim(rsnobigclass("title"))
						title=replace(title,"<br>","")
			%>
    <tr>
      <%
		fileExt=lcase(getFileExtName(rsnobigclass("picname")))
		Content=htmlencode4(rsnobigclass("Content"))
		content=replace(content,"[---分页---]","")%>
      <td>
        <table width="95%" border="0" cellpadding="3" cellspacing="0">
          <tr bgcolor="#EFEFEF">
            <td colspan="2">&nbsp;<img src="images/news_img.gif" width="9" height="9"> <a class=middle href="<%if rsnobigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(title)%>" target="_blank"> <font color="<%=rsnobigclass("titlecolor")%>"><strong> <%=CutStr(title,40)%> </strong></font> </a> </td>
            <td width="22%" align="right" bgcolor="#EFEFEF"><%if showtime="1" then%>
                  <%=datetime%>
                  <%end if%>
                  <%if showclick="1" then%>
                  <font color=#666666>[<%=rsnobigclass("click")%>]</font>
                  <%end if%>
              &nbsp;</td>
            <td width="13%" align="center"><%if year(rsnobigclass("updatetime"))=year(date()) and month(rsnobigclass("updatetime"))=month(date()) and day(rsnobigclass("updatetime"))=day(date()) then%>
                  <img src="images/new.gif">
                  <%end if%>
                  <%if rsnobigclass("goodnews")="1" then%>
                  <img src="images/g.gif" >
                  <%end if%>
            </td>
          </tr>
          <tr>
            <td width="16%"><a class=middle href="<%if rsnobigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" target=_blank title="<%=htmlencode4(rsnobigclass("title"))%>">
              <%if   rsnobigclass("picname")=("")   then%>
              <img  src="IMAGES/softno.gif" width="65" height="65" border=0 align="left">
              <%else%>
              <%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
              <img  src="<%=FileUploadPath & rsnobigclass("picname")%>" width="65" height="65" border=0 align="left">
              <%end if%>
              <%if fileext="swf" then%>
              <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width="65" height="65" border=0 >
                <param name=movie value="<%=FileUploadPath & rsnobigclass("picname")%>">
                <param name=quality value=high>
                <param name='Play' value='-1'>
                <param name='Loop' value='0'>
                <param name='Menu' value='-1'>
                <embed src="<%=FileUploadPath & rsnobigclass("picname")%>" width="6" 5height="65" border=0  pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash'></embed>
              </object>
              <%end if%>
              <%end if%>
            </a> </td>
            <td colspan="3" valign="top"><a class=middle href="<%if rsnobigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" target="_blank" title="<%=htmlencode4(title)%>"><%=CutStr(nohtml(rsnobigclass("Content")),250)%></a> </td>
          </tr>
        </table></td>
    </tr>
    <%
		rsnobigclass.MoveNext
		i = i + 1
		loop
		%>
		</table>
    <table cellspacing=0 cellpadding=3 width="100%" align=center border=0 >
      <tr>
        <td width="100%" align=center valign="middle">共 <%=total%> 条,当前第 <%=Mypage%>/<%=Maxpages%> 页,每页 <%=MyPageSize%> 条
          <%
url="E_NobigClass.asp?typeid=" & typeid & "&BigClassid=" & request_BigClassid
'request_smallClassid
PageNextSize=int((MyPage-1)/PageShowSize)+1
Pagetpage=int((total-1)/rsnobigclass.PageSize)+1

if PageNextSize >1 then
PagePrev=PageShowSize*(PageNextSize-1)
Response.write "<a class=black href='" & Url & "&page=" & PagePrev & "' title='上" & PageShowSize & "页'>上一翻页</a> "
Response.write "<a class=black href='" & Url & "&page=1' title='第1页'>页首</a> "
end if
if MyPage-1 > 0 then
Prev_Page = MyPage - 1
Response.write "<a class=black href='" & Url & "&page=" & Prev_Page & "' title='第" & Prev_Page & "页'>上一页</a> "
end if

if Maxpages>=PageNextSize*PageShowSize then
PageSizeShow = PageShowSize
Else
PageSizeShow = Maxpages-PageShowSize*(PageNextSize-1)
End if
If PageSizeShow < 1 Then PageSizeShow = 1
for PageCounterSize=1 to PageSizeShow
PageLink = (PageCounterSize+PageNextSize*PageShowSize)-PageShowSize
if PageLink <> MyPage Then
Response.write "<a class=black href='" & Url & "&page=" & PageLink & "'>[" & PageLink & "]</a> "
else
Response.Write "<B>["& PageLink &"]</B> "
end if
If PageLink = MaxPages Then Exit for
Next

if Mypage+1 <=Pagetpage  then
Next_Page = MyPage + 1
Response.write "<a class=black href='" & Url & "&page=" & Next_Page & "' title='第" & Next_Page & "页'>下一页</A>"
end if

if MaxPages > PageShowSize*PageNextSize then
PageNext = PageShowSize * PageNextSize + 1
Response.write " <A class=black href='" & Url & "&page=" & Pagetpage & "' title='第"& Pagetpage &"页'>页尾</A>"
Response.write " <a class=black href='" & Url & "&page=" & PageNext & "' title='下" & PageShowSize & "页'>下一翻页</a>"
End if
else
Response.write "<tr><td align=center>&nbsp;本大类无小类文章区暂无信息</td></tr>"
			
End If
rsnobigclass.close
set rsnobigclass=nothing
%>
        </td>
      </tr>
    </table>
    <!--软件模版-->
    <%end select%>
    <!--无大类文章区结束-->
  </td></tr></table>
  <!--#include file="bottom.asp"-->

⌨️ 快捷键说明

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