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

📄 e_nobigclass.asp

📁 zheng fu wang zhan gong neng qi quan
💻 ASP
📖 第 1 页 / 共 3 页
字号:
<%@ Language=VBScript%>
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<!--#include file="function.asp"-->
<!--#include file="char.inc"-->
<%
typeid=checkstr(request("typeid"))
if typeid="" then
	Response.Write "<script>alert('未指定参数');history.back()</script>"
	response.end
else
	if not IsNumeric(typeid) then
		response.write "<script>alert('非法参数');history.back()</script>"
		response.end
	else
		dim ttypename
		set rs5=server.CreateObject("ADODB.RecordSet")
		rs5.Source="select * from "& db_Type_Table &" where typeid=" & typeid &" order by typeorder"
		rs5.Open rs5.Source,conn,1,1
		ttypename=rs5("typename")
		typeorder=rs5("typeorder")
		rs5.Close
		set rs5=nothing

		PageShowSize = 10            '每页显示多少个页
		MyPageSize   = 20           '每页显示多少条新闻
			
		if Not IsNumeric(Request("page")) Or IsEmpty(Request("page")) Or Request("page") <=0 Then
			MyPage=1
		else
			MyPage=Int(Abs(Request("page")))
		end if

		%>
		<%
		dim typeid
		typeid=checkstr(request("typeid"))
		set rs=server.CreateObject("ADODB.RecordSet")
		rs.Source="select * from "& db_BigClass_Table &" where typeid="& typeid &" order by bigclassorder"
		rs.Open rs.Source,conn,1,1
		i=1

		if not rs.EOF then
			rseof=1
		end if
	end if
	
	rs.close
	%>

<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=ttypeName%>__<%=jjgn%>_建站铺修正版_bbs.jzpu.com</title>
<LINK href=news.css rel=stylesheet>
<script language="JavaScript1.2">
<!--
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body>
<!--#include file="top.asp"-->
<%
dim typename
typeid=checkstr(request("typeid"))
set rs=server.CreateObject("ADODB.RecordSet")
rs.Source="select * from "& db_Type_Table &" where typeid="& typeid &" order by typeorder"
rs.Open rs.Source,conn,1,1
mode=rs("mode")
typename=rs("typename")
rs.close
set rs=nothing%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr><td height="5"></td></tr>
  <tr>
    <td width="210" valign="top" bgcolor="FEE8E8">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" align=center background="IMAGES/red_bg.jpg" class="vote_title">最新图文</td>
        </tr>
        <tr>
          <td width="100%" height="20" align=center>
                <%
									set rs3=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
											rs3.Source ="select top " & top_img & " * from "& db_News_Table &" where picnews=1 and checkked=1 and typeid="&typeid&" and picname is not null order by NewsID DESC"
										end if
										if Request.cookies(eChuang)("key")="" then
											rs3.Source ="select top " & top_img & " * from "& db_News_Table &" where picnews=1 and checkked=1  and typeid="&typeid&" and picname is not null order by NewsID DESC"
										end if
										if Request.cookies(eChuang)("key")="selfreg" then
											if Request.cookies(eChuang)("reglevel")=3 then
												rs3.Source ="select top " & top_img & " * from "& db_News_Table &" where picnews=1 and checkked=1  and typeid="&typeid&" and picname is not null order by NewsID DESC"
											end if
											if Request.cookies(eChuang)("reglevel")=2 then
												rs3.Source ="select top " & top_img & " * from "& db_News_Table &" where picnews=1 and checkked=1  and typeid="&typeid&" and picname is not null order by NewsID DESC"
											end if
											if Request.cookies(eChuang)("reglevel")=1 then
												rs3.Source ="select top " & top_img & " * from "& db_News_Table &" where picnews=1 and checkked=1  and typeid="&typeid&" and picname is not null order by NewsID DESC"
											end if
										end if
									else
										rs3.Source ="select top " & top_img & " * from "& db_News_Table &" where picnews=1 and checkked=1 and typeid="&typeid&" and picname is not null order by NewsID DESC"
									end if
									rs3.Open rs3.Source,conn,1,1
									if not rs3.EOF then
										while not rs3.EOF
											fileExt=lcase(getFileExtName(rs3("picname")))
											Content=htmlencode4(rs3("Content"))

											%>
                <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center" style="TABLE-LAYOUT: fixed">
                  <tr>
                    <td style="WORD-WRAP: break-word"><a class=middle href="E_ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=htmlencode4(rs3("title"))%>">
                      <%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
                      <img  src="<%=FileUploadPath & rs3("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 align="left">
                        <param name=movie value="<%=FileUploadPath & rs3("picname")%>">
                        <param name=quality value=high>
                        <param name='Play' value='-1'>
                        <param name='Loop' value='0'>
                        <param name='Menu' value='-1'>
                        <embed src="<%=FileUploadPath & rs3("picname")%>" width="65" height="65" border=0 align="left" pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash'></embed>
                      </object>
                      <%end if%>
                      <%=rs3("title")%> </a> </td>
                  </tr>
                </table>
            <%
											rs3.MoveNext
										wend
									else
										Response.Write "<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"" style=""TABLE-LAYOUT: fixed"" background=""IMAGES/menu-d.gif""><tr><td width=100% align=center height=18 background=""IMAGES/menu-d.gif"">暂无</td></tr></table>"
									end if
									rs3.close
									set rs3=nothing
									%>
          </td>
        </tr>
      </table></td>
<td valign="top" width="550">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" background="IMAGES/menu_bg.jpg" class="white_link">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;栏目导航&nbsp;&nbsp;<a href="./" class="white_link">网站首页</a>&gt;&gt;<%=typename%></td>
        </tr>
		<tr><td height="5"></td></tr>
        <tr>
          <td>
            <script language=javascript src=./zongg/ad.asp?i=16></script>
              <%end if %>
          </td>
        </tr>
		<tr><td height="5"></td></tr>
        <tr>
          <td height="30" background="IMAGES/menu_bg.jpg" class="white_link"></td>
        </tr>
      </table>
      <!--无大类文章区开始-->
      <% select case mode%>
      <% case 1 %>
      <!--图片模版-->
      <table border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" 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

				%>
        <tr>
          <td>
		  <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center">
            <!--图片换行显示1-->
            <% do until rsnobigclass.Eof or i = rsnobigclass.PageSize %>
            <tr>
              <%
					fileExt=lcase(getFileExtName(rsnobigclass("picname")))
					Content=htmlencode4(rsnobigclass("Content"))
					content=replace(content,"[---分页---]","")
					%>
              <td width=25% align=center valign="top" style="table-layout:fixed; word-break:break-all"><%if not rsnobigclass.EOF then%>
                      <% content=htmlencode4(rsnobigclass("Content"))
					content=replace(content,"[---分页---]","")%>
                      <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnobigclass("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>...">
                      <%if   rsnobigclass("picname")=("") then%>
                      <img  src="IMAGES/flashorno.gif" width="110" height="80" border=1 style=border-color:#000000 align=top>
                      <%else%>
                      <%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
                      <img  src="<%=FileUploadPath & rsnobigclass("picname")%>" width="110" height="80" border=1 style=border-color:#000000 align=top>
                      <%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="110" height="80" 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="110" height="80" 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> <br>
                      <br>
                  <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnobigclass("NewsID")%>" target=_blank title="<%=rsnobigclass("title")%>"><%=CutStr(rsnobigclass("title"),18)%></a> </td>
              <%rsnobigclass.movenext
					i = i + 1
					end if %>
              <!--图片换行显示2-->
              <%
					fileExt=lcase(getFileExtName(rsnobigclass("picname")))
					Content=htmlencode4(rsnobigclass("Content"))
					content=replace(content,"[---分页---]","")
					%>
              <td width=25% align=center valign="top" style="table-layout:fixed; word-break:break-all"><%if not rsnobigclass.EOF then%>
                      <%
					content=htmlencode4(rsnobigclass("Content"))
					content=replace(content,"[---分页---]","")%>
                      <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnobigclass("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>">
                      <%if rsnobigclass("picname")=("") then%>
                      <img  src="IMAGES/flashorno.gif" width="110" height="80" border=1 style=border-color:#000000 align=top>
                      <%else%>
                      <%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
                      <img  src="<%=FileUploadPath & rsnobigclass("picname")%>" width="110" height="80" border=1 style=border-color:#000000 align=top>
                      <%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="110" height="80" 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="110" height="80" 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><br>
                      <br>
                  <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnobigclass("NewsID")%>" target=_blank title="<%=rsnobigclass("title")%>"><%=CutStr(rsnobigclass("title"),18)%></a> </td>
              <%rsnobigclass.movenext
					i = i + 1
					end if %>
              <!--图片换行显示3-->
              <%

⌨️ 快捷键说明

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