精彩视频的文字调用
作者:cmscn 日期:2006-03-14
case "gallery"
tmp_title="精彩视频"
tmp_tit="视频标题"
tmp_count="浏览次数"
tmp_table="gallery"
tmp_record="id,name,username,tim,counter"
tmp_where="types='film'"
tmp_img="video"
调用 <%call main_center_list("gallery",4,12,0)%>
<table border=0 width='100%'>
<%
dim id,name
sql="select top 5 id,name from gallery where types='film' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
id=rs("id")
name=rs("name")
response.write vbcrlf&" <tr><td height='"&dim_num(6)&"'><img src='skin/"&joekoe_cms.web_skin&"/small/h_news1.gif' border=0 align=absMiddle><a href='news_view.asp?id="&id&"' target=_blank >"&joekoe_cms.code_html(name,1,13)&"</a></td></tr>"
rs.movenext
loop
rs.close
%>
</table>
评论: 6 | 引用: 0 | 查看次数: 918
发表评论