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

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>