{include file="public/header" /} {load href="__PLUGINS__bootstrap/bootstrap-table.min.css"} {load href="__PLUGINS__bootstrap/bootstrap-table.min.js"}
{include file="public/top" /}
{include file="public/topsection"}
{php} $controller=strtolower(request()->controller()); $action=strtolower(request()->action()); $adminCtegory=db('category')->where(['controller'=>$controller,'function'=>$action])->cache(_cache('db'))->find(); if($adminCtegory){ $adminCtegoryTid=db('category')->where(['tid'=>$adminCtegory['id'],'hideright'=>1])->order('des asc,id asc')->cache(_cache('db'))->select(); }else{ $adminCtegoryTid=[]; } {/php} {volist name='adminCtegoryTid' id='v'} {php} $get=$v['get']; $geturl=[]; if($get){ if(strstr($get,"|")){ $tidexplode=explode("|",$get); foreach($tidexplode as $va){ $geturl[$va]=input($va); } }else{ $geturl[$get]=input($get); } } $geturl['url']='-1'; $url=url($v['controller'].'/'.$v['function'],$geturl); {/php} {$v.title} {/volist}
{include file="public/footer" /}