8 lines
476 B
HTML
8 lines
476 B
HTML
<div class='menu-header'>{php echo $this->plugintitle}</div>
|
|
<ul>
|
|
<li {if $_W['action']==''}class="active"{/if}><a href="{php echo webUrl('postera')}">海报管理</a></li>
|
|
{if $_GPC['method']=='scan'}<li class="active"><a href="{php echo webUrl('postera/scan',array('id'=>$_GPC['id']))}">扫描记录</a></li>{/if}
|
|
{if $_GPC['method']=='log'}<li class="active"><a href="{php echo webUrl('postera/log',array('id'=>$_GPC['id']))}">关注记录</a></li>{/if}
|
|
</ul>
|
|
|