📄 woworss.asp
字号:
<!--#include file="Conn.asp"-->
<!--#include file="WoLib/Function.asp"-->
<!--#include file="WoLib/Rss_Head.asp"-->
<%
set rs=conn.execute(sql)
if not rs.eof then
do while not rs.eof
Src_Img=""
Src_Desc=""
Src_Desc = Rs("Src_Desc")
if Web_IsUploadShowImg = 1 then
if rs("src_img")<>Web_Noimage and isnull(rs("src_img"))=false then
ImgPath_2 = Wodig.Pub_SetImgWH(Rs("Src_Img"),Web_ContentImgMaxWidth,Web_ContentImgMaxHeight)
Src_Img="<img "&ImgPath_2&" align='"&Web_ContentImgLocation&"'>"
Src_Img=AddSiteURL(Src_Img)
end if
end if
if Src_Desc <> "" then
Src_Desc = WoDig.DecodeFilter(Src_Desc,"SCRIPT,TABLE,CLASS,XML,NAMESPACE,MARQUEE,OBJECT,STYLE,EMBED,DIV,ONLOAD,ONCLICK,ONDBCLICK,FONT,IMG")
Src_Desc=AddSiteURL(Src_Desc)
end if
%>
<item>
<title><![CDATA[<%=rs("Src_Title")%>]]></title>
<link><%=Web_HTTP&"show.asp?Src_ID="&rs("Src_ID")%></link>
<author><%=SiteConfig("SiteName")&"_"&Web_UserCName&":"&GetUserName(rs("Src_UserID"))%></author>
<category><![CDATA[<%=GetCategory(rs("Src_TypeID"))%>]]></category>
<pubDate><%=DateToStr(rs("Src_HitUpdate"),"w,d m y H:I:S")%></pubDate>
<guid><%=Web_HTTP&"show.asp?Src_ID="&rs("Src_ID")%></guid>
<description><![CDATA[<%=Src_Img&Src_Desc%>]]></description>
</item>
<%
rs.movenext
loop
end if
%>
</channel>
</rss>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -