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

📄 e_type.asp

📁 zheng fu wang zhan gong neng qi quan
💻 ASP
📖 第 1 页 / 共 5 页
字号:
				if Request.cookies(eChuang)("reglevel")=2 then
					rsnodigclass.Source="select top " & top_news & " * 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
					rsnodigclass.Source="select top " & top_news & " * 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
			rsnodigclass.Source="select top " & top_news & " * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1) order by newsid DESC"
			end if
			rsnodigclass.Open rsnodigclass.Source,conn,1,1
		%>
          <tr>
            <td>
              <!--网址换行显示1-->
              <%
					if not rsnodigclass.EOF Then
					%>
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td height="30" background="Images/menu_bg.jpg"></td>
                </tr>
              </table>
              <table width="100%" border="0" cellspacing="0" cellpadding="0" align="right">
                <%
					do while not rsnodigclass.EOF%>
                <tr>
                  <%
						Content=htmlencode4(rsnodigclass("Content"))
					%>
                  <td width=50% align="center" valign="middle">
                    <%if not rsnodigclass.EOF then%>
                    <a class=middle href="<%=rsnodigclass("Original")%>" target=_blank title="<%=CutStr(nohtml(rsnodigclass("Content")),80)%>"><%=CutStr(rsnodigclass("title"),30)%></a> </td>
                  <%rsnodigclass.movenext   
					end if %>
                  <!--网址换行显示2-->
                  <td width=50% align=center valign="middle">
                    <%if not rsnodigclass.EOF then%>
                    <a class=middle href="<%=rsnodigclass("Original")%>" target=_blank title="<%=CutStr(nohtml(rsnodigclass("Content")),80)%>"><%=CutStr(rsnodigclass("title"),30)%></a></td>
                  <%rsnodigclass.movenext   
					end if %>
                </tr>
                <!--网址换行结束-->
                <%loop%>
              </table>
			  </td></tr>
          <tr>
            <td width=100% height="19" align=right rowspan="2"><a class="clas"s href="E_NobigClass.asp?typeid=<%=typeid%>"><img src="images/more.gif" border="0" alt="更多<%=typeName%>"></a>&nbsp;&nbsp;</td>
          </tr>
          <%
			end if
			rsnodigclass.close
			set rsnodigclass=nothing
			%>
</td></tr>
        <!--网址模版-->
        <% case 4 %>
        <!--软件模版-->
          <%set rsnodigclass=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
				rsnodigclass.Source="select top " & top_news & " * 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
					rsnodigclass.Source="select top " & top_news & " * 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
						rsnodigclass.Source="select top " & top_news & " * 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
					rsnodigclass.Source="select top " & top_news & " * 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
					rsnodigclass.Source="select top " & top_news & " * 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
					rsnodigclass.Source="select top " & top_news & " * from "& db_News_Table &" where (typeID=" & typeID &"  and bigclassid is null and smallclassid is null and checkked=1) order by newsid DESC"
				end if
			rsnodigclass.Open rsnodigclass.Source,conn,1,1
			
			%>
          <tr><td height="30" background="Images/menu_bg.jpg"></td></tr>
            <%
		 if not rsnodigclass.EOF Then
		 %>
            <%
		fileExt=lcase(getFileExtName(rsnodigclass("picname")))
		Content=htmlencode4(rsnodigclass("Content"))
		content=replace(content,"[---分页---]","")
		%>
            
            <%
				while not rsnodigclass.EOF
					if showyear=1 then
						newsurl="E_ReadNews.asp?NewsID=" & rsnodigclass("NewsID")
						newswwwurl=rsnodigclass("titleface")
						datetime="<font class=middle>(" & year(rsnodigclass("UpdateTime"))  &"年"& Month(rsnodigclass("UpdateTime"))  &"月"& Day(rsnodigclass("UpdateTime")) &"日)</font>"
					else
						newsurl="E_ReadNews.asp?NewsID=" & rsnodigclass("NewsID")
						newswwwurl=rsnodigclass("titleface")
						datetime="<font class=middle>("& Month(rsnodigclass("UpdateTime"))  &"月"& Day(rsnodigclass("UpdateTime")) &"日)</font>"
					end if
					if rsnodigclass("picnews")=1 then
						img="<img src='images/news_img.gif' border='0'>"
					else
						img=""
					end if
						title=trim(rsnodigclass("title"))
						title=replace(title,"<br>","")
		%>
          <tr>
            <td>
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td colspan="2"> &nbsp;<img src="images/news_img.gif" width="9" height="9"> <a class=middle href="<%if rsnodigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(title)%>" target="_blank"> <font color="<%=rsnodigclass("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>[<%=rsnodigclass("click")%>]</font>
                      <%end if%>
&nbsp;</td>
                    <td width="13%" align="center">
                      <%if year(rsnodigclass("updatetime"))=year(date()) and month(rsnodigclass("updatetime"))=month(date()) and day(rsnodigclass("updatetime"))=day(date()) then%>
                      <img src="images/new.gif">
                      <%end if%>
                      <%if rsnodigclass("goodnews")="1" then%>
                      <img src="images/g.gif" >
                      <%end if%>
                    </td>
                  </tr>
                  <tr>
                    <td width="16%"> <a class=middle href="<%if rsnodigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" target=_blank title="<%=htmlencode4(rsnodigclass("title"))%>">
                      <%if   rsnodigclass("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 & rsnodigclass("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 & rsnodigclass("picname")%>">
                        <param name=quality value=high>
                        <param name='Play' value='-1'>
                        <param name='Loop' value='0'>
                        <param name='Menu' value='-1'>
                        <embed src="<%=FileUploadPath & rsnodigclass("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 rsnodigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" target="_blank" title="<%=htmlencode4(title)%>"><%=CutStr(nohtml(rsnodigclass("Content")),250)%></a> </td>
                  </tr>
                </table></td>
          </tr>
          <%
		rsnodigclass.MoveNext
		wend
		%>
          <tr>
            <td colspan="5" width=100% height="19" align=right><a class=class href='E_NobigClass.asp?typeid=<%=typeid%>'><img src="images/more.gif" border="0" alt="更多<%=typeName%>"></a>&nbsp;&nbsp;</td>
          </tr>
          <%
			end if
			rsnodigclass.close
			set rsnodigclass=nothing
			%>
        <!--软件模版-->
        <%end select%>
        <!--无大类文章区结束-->
        <!--模版开始-->
        <% select case mode%>
        <% case 1 %>
        <!--图片模版-->
        <%
	if rseof=1 then
		for i=1 to abcount
		BigClassID=ArrayBigClassID(i)
		E_BigClassName=ArrayE_BigClassName(i)
			E_BigClassView=ArrayE_BigClassView(i)
		if ArrayE_BigClassView(i)=1 then 
%>
          <tr>
            <td height="30" background="Images/menu_bg.jpg"><span class="white_link">&nbsp;&nbsp;<%=E_BigClassName%></span> </td>
          </tr>
          <%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_news &" * from "& db_News_Table &" where (BigClassid="& BigClassid &" and checkked=1) order by newsid DESC"
					end if
					if Request.cookies(eChuang)("key")="" then
					rs3.Source="select top "& top_news &" * from "& db_News_Table &" where (BigClassid="& BigClassid &" and checkked=1 ) 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_news &" * from "& db_News_Table &" where (BigClassid="& BigClassid &" and checkked=1 ) order by newsid DESC"
						end if
						if Request.cookies(eChuang)("reglevel")=2 then
						rs3.Source="select top "& top_news &" * from "& db_News_Table &" where (BigClassid="& BigClassid &" and checkked=1 ) order by newsid DESC"
						end if
					if Request.cookies(eChuang)("reglevel")=1 then
						rs3.Source="select top "& top_news &" * from "& db_News_Table &" where (BigClassid="& BigClassid &" and checkked=1 ) order by newsid DESC"
						end if
					end if
				else
					rs3.Source="select top "& top_news &" * from "& db_News_Table &" where (BigClassid="& BigClassid &" and checkked=1) order by newsid DESC"
				end if
					rs3.Open rs3.Source,conn,1,1
					%>
          <tr>
            <td>
              <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center">
                <!--图片换行显示1-->
                <% if not rs3.EOF then %>
                <%do while not rs3.EOF%>
                <tr>
                  <%
				fileExt=lcase(getFileExtName(rs3("picname")))
				Content=htmlencode4(rs3("Content"))
				content=replace(content,"[---分页---]","")
				%>
                  <td width=25% align=center valign="top">
                    <%if not rs3.EOF then%>
                      <% content=htmlencode4(rs3("Content"))
						content=replace(content,"[---分页---]","")%>
                      <a class=middle href="E_ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>...">
                      <%if   rs3("picname")=("") then%>
                      <img  src="IMAGES/flashorno.gif" width="110" height="80" border=1 style=border-color:#000000 align=top>

⌨️ 快捷键说明

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