%typeid=request("type")
if typeid=0 then
title="摄影线路--中国摄影旅游网"
title2="摄影线路列表"
elseif typeid=1 then
title="新闻资讯--中国摄影旅游网"
title2="新闻资讯列表"
elseif typeid=8 then
title="个人摄影专区--中国摄影旅游网"
title2="个人摄影专区列表"
else
title="中国摄影旅游网"
title2="中国摄影旅游网"
end if
%>
景点介绍列表--中国摄影旅游网
<% const MaxPerPage=15
dim totalPut
dim CurrentPage
dim TotalPages
dim i,j
if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
%>