 |
|
|
 |
 |
 |
| 最后更新日期:
2006.4.8 |
<%
sql="select * from gongbi order by ID desc"
set tiezi=server.CreateObject("adodb.recordset")
tiezi.open sql,lj,1,2
if tiezi.bof and tiezi.eof then
Response.Write("本栏目尚未有作品发布,请过一段时间浏览,谢谢您的关注!
| ")
else
if request("ye")="" then
ye=1
else
ye=cint(request("ye"))
end if
tiezi.pagesize=4
tiezi.absolutepage=ye
zong=tiezi.pagecount
tou=4
do while not tiezi.eof and tou>0
tou=tou-1
%>
| |
|
(点击放大) |
作品编号:GB0<%=(tiezi("ID"))%> 检索分类:<%=(tiezi("fenlei"))%>
作品名称:《<%=(tiezi("mingcheng"))%>》
作品尺寸:约 <%=(tiezi("heng"))%>x<%=(tiezi("shu"))%>厘米
说 明:<%=(tiezi("shuoming"))%> |
| |
|
<%tiezi.movenext
loop
end if%>
|
<%
if ye=1 then
response.Write("首页 上一页 ")
end if
if ye<>1 then
response.Write("首页 ")
response.Write("上一页 ")
end if
if ye<>zong then
response.Write("下一页 ")
response.Write("末页")
end if
if ye=zong then
response.Write("下一页 末页")
end if
response.Write(" 共"&zong&"页")
response.Write(" 第"&ye&"页")
%>
|
|
 |
 |
|
|
|
 |
版权所有:野柳书画网 制作维护:北京金长安文化艺术发展有限公司
意见反馈:yeliu@yeliu.net 网站管理:webmaster@yeliu.net
地址:北京市东长安街甲105号A栋10层 |
|
|