<% call doWebHead() call doSkinParse("pass5","") call doWebEnd() sub doPageInit() user.setCheck(false) call doPass5Init() end sub sub doUserAuth() user.doInit() cp.doUserLoginCheck() if instr(",bind,unbind,",","&pass5.getAction()&",")<1 and user.isLogin() then 'debug cp.getUserRedirectURL() go cp.getUserRedirectURL() end if end sub sub doPageParse() if pass5.isInit() then select case pass5.getAction() case "bind" case "unbind" case "login" end select call doPass5Parse() end if end sub sub doPageDestroy() call doPass5Destroy() end sub %>