<!–#include file="../../inc/asp/all.asp"–>
<!–#include file="../../inc/asp/conn_2.asp"–>
<%
call jz_page_id()
response.write(jz_w(0))
定义缓存名称
jz.name="show_"&"_"&jz_w(1)&"_"&jz_w(2)&"_"&jz_w(3)&"_"&jz_w(0)
if jz.objisempty() then
缓存当前页面时间
jz.reloadtime=14400*60
jz.reloadtime=10*24*60*60
缓存取值.start
jz.t_h=jz.fso_000("../../templates/currency/show.htm")
call jz.c_r_s(1,true,true)
call jz_txt_01(jz_w(0))
jz.cache=jz_text_(0)
jz.replace_000("{$title}")
jz.cache=jz_text_(1)
jz.replace_000("$keywords$")
jz.cache=jz_text_(0)
jz.replace_000("$txet_title$")
jz.cache=jz_text_(2)
jz.replace_000("$txet_c$")
jz.cache=jz_text_(3)
jz.replace_000("$txet_bottom$")
jz.cache=jz.web_name
jz.replace_000("$web_name$")
jz.cache=jz_top_a()
jz.replace_000("$top_a$")
jz.cache=jz_top_nav_00(1)
jz.replace_000("$nav_00$")
jz.cache=jz_top_nav_01(1)
response.write(jz.cache)
jz.replace_000("$nav_01$")
call jz_top_nav_02(1)
jz.cache=jz_top_menu(0)
jz.replace_000("$top_menu$")
jz.cache=jz_ul_00(1,6,11,true,false,false,false,2,1,jz_w(1),jz_w(2),jz_w(3))
jz.replace_000("$hot$")
jz.cache=jz_ul_00(1,8,11,true,true,false,false,0,1,jz_w(1),jz_w(2),jz_w(3))
jz.replace_000("$cool$")
jz.cache=jz_ul_00(1,16,11,true,false,false,false,0,1,jz_w(1),jz_w(2),jz_w(3))
jz.replace_000("$new$")
jz.cache=jz_txt_02(">",jz_w(0),1,1,1,false,false,false,jz_w(1),jz_w(2),jz_w(3))
jz.replace_000("{$jz_sypuz}")
jz.cache=jz_txt_02("<",jz_w(0),1,1,0,false,false,false,jz_w(1),jz_w(2),jz_w(3))
jz.replace_000("{$jz_xypuz}")
jz.value=jz.t_h
else
call jz_attack_00(jz_w(0))
end if
jz.t_h=jz.cache_data(0)
response.write(jz.t_h)
jz_time(1)=timer()
response.write "页面执行时间:"&formatnumber((jz_time(1)-jz_time(0))*1000,3)&"毫秒"
response.write(jz_w(0))
%>
