% If maxz_isactive = "0" Then response.redirect "index.html" IndexTemplateHtml=Replace(FSOFileRead("template/"&maxz_templatePath&"/"&maxz_11&"/index.html"),"{template_head}",FSOFileRead("template/"&maxz_templatePath&"/"&maxz_11&"/head.html")) BottomTemplateHtml=FSOFileRead("template/"&maxz_templatePath&"/"&maxz_11&"/foot.html") AllTemplateHtml=replace(IndexTemplateHtml&BottomTemplateHtml,"images/","template/"&maxz_templatePath&"/images/") AllTemplateHtml=ReplaceGlobalLable(GetAllHtml(AllTemplateHtml,Const_Rule,"",zt_type)) response.write AllTemplateHtml %>