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