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

📄 type.asp

📁 完美政府版,正版网站解决方案
💻 ASP
📖 第 1 页 / 共 5 页
字号:
					<%if not rsnodigclass.EOF then%>
					<div align="center"> 
                    <a class=middle href="Article.asp?NewsID=<%=rsnodigclass("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>..."> 
                    <%if rsnodigclass("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 & rsnodigclass("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 & 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="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="Article.asp?NewsID=<%=rsnodigclass("NewsID")%>" target=_blank title="<%=rsnodigclass("title")%>"><%=CutStr(rsnodigclass("title"),18)%></a> 
					</div>
					</td>
					<%rsnodigclass.movenext   
					end if %>
              </tr>
<!--图片换行结束-->
		
              <%loop%>
			<tr> 
			  <td colspan="4" width=100% height="19" align=right><a class=class href='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
			%>
    </table>
	    </table>
<!--图片模版-->

<% case 2 %>
<!--新闻模版-->
		
		<td><%set rsnodigclass=server.CreateObject("ADODB.RecordSet")
			if uselevel=1 then
			    
				if Request.cookies(Forcast_SN)("key")="super" or Request.cookies(Forcast_SN)("key")="typemaster" or Request.cookies(Forcast_SN)("key")="bigmaster" or Request.cookies(Forcast_SN)("key")="smallmaster" or Request.cookies(Forcast_SN)("key")="check" then
				rsnodigclass.Source="select top " & top_nobigclass & " * 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(Forcast_SN)("key")="" then
					rsnodigclass.Source="select top " & top_nobigclass & " * 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(Forcast_SN)("key")="selfreg" then
					if Request.cookies(Forcast_SN)("reglevel")=3 then
						rsnodigclass.Source="select top " & top_nobigclass & " * 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(Forcast_SN)("reglevel")=2 then
					rsnodigclass.Source="select top " & top_nobigclass & " * 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(Forcast_SN)("reglevel")=1 then
					rsnodigclass.Source="select top " & top_nobigclass & " * 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_nobigclass & " * 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> <div align="center"> 
		  <%
			if not rsnodigclass.EOF Then
		  %>
	<br>
    <table width="95%" border="0" cellspacing="0" cellpadding="0">
  <tr>
		<td   height="25" valign="top" background="IMAGES/WmCms_typeM.gif"  valign="bottom" class=menub>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font class=body><B>通栏文章</B></font></td>
				 <td  align=right background="IMAGES/WmCms_type0.gif"><a class=class href='NobigClass.asp?typeid=<%=typeid%>' alt='更多<%=typeName%>'>更多...</a></td>
  </tr>
</table>
			  <table width="95%" border="0" cellpadding="3" cellspacing="0">

		  <%
		while not rsnodigclass.EOF
				if showyear=1 then
					newsurl="Article.asp?NewsID=" & rsnodigclass("NewsID")
					newswwwurl=rsnodigclass("titleface")
					datetime="<font class=middle>" & year(rsnodigclass("UpdateTime"))  &"/"& Month(rsnodigclass("UpdateTime"))  &"/"& Day(rsnodigclass("UpdateTime")) &"</font>"
				else
					newsurl="Article.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 width="62%">&nbsp;&nbsp;<img src="IMAGES/006.gif" width="8" height="10"> 
                    <%=img%> <a class=middle href="<%if rsnodigclass("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=rsnodigclass("title")%>" target="_blank"> 
                    <<%=rsnodigclass("titletype")%>><font color="<%=rsnodigclass("titlecolor")%>"> <b>
                    <%=CutStr(title,46)%></b></font></<%=rsnodigclass("titletype")%>></a> 
                    <!--标题后评论提示-->
                    <% if rsnodigclass("titlesize")>=1 then %>
                    <A class=middle HREF="<%=path%>review.asp?NewsID=<%=rsnodigclass("NewsID")%>" target="_blank" ><font color="#cccccc">评</font></A> 
                    <%end if %><div style='border-top:1px dashed #cccccc;height: 1px;overflow:hidden'></div>
                    <!--标题后评论提示-->
                  </td>
                  <td width="10%" align="left"> 
                    <%if showauthor="1" then%>
                    <%=CutStr(rsnodigclass("Author"),6)%> 
                    <%end if%>
                  </td>
                  <td width="20%" align="left"> 
                    <%if showtime="1" then%>
                    <%=datetime%> 
                    <%end if%>
					&nbsp; 
					<%if showclick="1" then%>
                    <font color=#666666>[<%=rsnodigclass("click")%>]</font> 
                    <%end if%>
                    &nbsp; </td>

                  <td width="8%" align="left">
                    
                    <%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>
<!--无大类文章全篇显示开始-->				
			<%page=1
			  News_Content=rsnodigclass("Content")%>
			<TR><td  colspan="5">
<%
arr_Content=split(News_Content,"[---分页---]")
MaxPages=1
%>

<%
	if cINT(wzdj)<1 then
		Response.Write arr_Content(Page-1)%>
	<%end if%></td> <td></td></tr>
<!--无大类文章全篇显示结束-->				
				
				 <%
				rsnodigclass.MoveNext
				wend
				%>

				<tr> 
					<td colspan="5" width=100% height="19" align=right><a class=class href='NobigClass.asp?typeid=<%=typeid%>'><img src="images/more.gif" border="0" alt="更多<%=typeName%>"></a>&nbsp;&nbsp;</td>
				</tr>
              </table>
            </div></td>
        </tr>
       

		<%end if
		rsnodigclass.close
		set rsnodigclass=nothing
		%>
</td>
</tr>
    </table>
<!--新闻模版-->

<% case 3 %>
<!--网址模版-->
<table  border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber5" >

     <%set rsnodigclass=server.CreateObject("ADODB.RecordSet")
		if uselevel=1 then
			if Request.cookies(Forcast_SN)("key")="super" or Request.cookies(Forcast_SN)("key")="typemaster" or Request.cookies(Forcast_SN)("key")="bigmaster" or Request.cookies(Forcast_SN)("key")="smallmaster" or Request.cookies(Forcast_SN)("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(Forcast_SN)("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(Forcast_SN)("key")="selfreg" then
					if Request.cookies(Forcast_SN)("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(Forcast_SN)("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(Forcast_SN)("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
					%>
					<BR>

			  <table width="95%" border="1" cellspacing="0" cellpadding="3" bordercolorlight=#cccccc  bordercolordark=#ffffff align="center">
					<%
					do while not rsnodigclass.EOF%>
					<tr> 
					<%
						Content=htmlencode4(rsnodigclass("Content"))
					%>
					<td width=25% align=center valign="middle"  bgColor=#ffffff onMouseOver="javascript:this.bgColor='#cd0000'" 
    onmouseout="javascript:this.bgColor='#FFFFFF'"> 
						<%if not rsnodigclass.EOF then%>
						<div align="center"> <a class=middle_web href="<%=rsnodigclass("Original")%>" target=_blank title="<%=CutStr(nohtml(rsnodigclass("Content")),8000)%>"><%=CutStr(rsnodigclass("title"),30)%></a> 
						</div></td>
					<%rsnodigclass.movenext   
					end if %>
<!--网址换行显示2-->
					<td width=25% align=center valign="middle"  bgColor=#ffffff onMouseOver="javascript:this.bgColor='#cd0000'" 
    onmouseout="javascript:this.bgColor='#FFFFFF'"> 
					<%if not rsnodigclass.EOF then%>
					<div align="center"> <a class=middle_web href="<%=rsnodigclass("Original")%>" target=_blank title="<%=CutStr(nohtml(rsnodigclass("Content")),8000)%>"><%=CutStr(rsnodigclass("title"),30)%></a> 
					</div>
					</td>
					<%rsnodigclass.movenext   
					end if %>
					</tr>
<!--网址换行结束-->
              <%loop%>
			  </table>
			  </td></tr>
			  <tr>
			  <td width=100% height="19" align=right><a class=class href='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
			%>

			</tr>

        
</table>
<!--网址模版-->

<% case 4 %>
<!--软件模版-->
<table border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber5">

			<%set rsnodigclass=server.CreateObject("ADODB.RecordSet")
			if uselevel=1 then

⌨️ 快捷键说明

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