wpfw_ewei_shopv2/plugin/postera/template/web/tabs.html
2023-02-14 19:57:32 +08:00

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>