7 lines
570 B
HTML
7 lines
570 B
HTML
<div class='menu-header'>授权管理</div>
|
|
<ul>
|
|
{ifp 'system.auth'}<li {if $_W['routes']=='system.auth'}class="active"{/if}><a href="{php echo webUrl('system/auth')}">授权管理</a></li>{/if}
|
|
{ifp 'system.auth.upgrade'}<li {if $_W['routes']=='system.auth.upgrade'}class="active"{/if}><a href="{php echo webUrl('system/auth/upgrade')}">系统更新</a></li>{/if}
|
|
{ifp 'system.auth.upgrade.log'}<li {if $_W['routes']=='system.auth.upgrade.log'}class="active"{/if}><a href="{php echo webUrl('system/auth/upgrade/log')}">历史日志</a></li>{/if}
|
|
</ul>
|