?? city_list.asp
字號:
<!-- #include file="include/con_city.asp" -->
<%
call cid_sid()
select case action
case "pic"
tit="圖片會員企業(yè)"
case "good"
tit="推薦會員企業(yè)"
case "hot"
tit="熱門會員企業(yè)"
case "search"
tit="會員企業(yè)搜索"
case else
if int(cid)<1 then call format_redirect("city.asp")
if action<>"more" then action=""
tit="會員企業(yè)列表"
end select
%>
<!-- #include file="include/con_city_list.asp" -->
<!-- #include file="include/sy_pagecute.asp" -->
<!-- #include file="include/sy_keyes.asp" -->
<%
dim nummer,rssum,page,viewpage,thepages,pageurl
nummer=dim_num(0)
pageurl="?action="&action&"&c_id="&cid&"&s_id="&sid&"&"
call web_head(0,0,0,0,0)
call city_load(1,0,1)
'----------------------------左邊 開始----------------------------
call city_label("會員企業(yè)鏈接")
call city_left("hot",10,10,"熱門會員企業(yè)")
call city_left("good",10,10,"推薦會員企業(yè)")
'----------------------------左邊 結(jié)束----------------------------
call web_center(0)
'----------------------------中間 開始----------------------------
call city_search("會員企業(yè)搜索")
select case action
case "more","good","pic","hot","search"
call city_more(nummer,30,tit)
case else
if cint(sid)<1 then
call city_list(6,30)
else
call city_more(nummer,30,tit)
end if
end select
call city_sort("city_list.asp?",0,0,"會員企業(yè)分類")
'----------------------------中間 結(jié)束----------------------------
call web_end(0,0)
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -