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

12 lines
539 B
HTML

<div class='menu-header'>{php echo $this->plugintitle}</div>
<ul>
<li {if $_W['action']==''}class="active"{/if}><a href="{php echo webUrl('lottery')}">活动管理</a></li>
</ul>
<div class='menu-header'>系统设置</div>
<ul>
<li {if $_W['action']=='setting.setlottery'}class="active"{/if}><a href="{php echo webUrl('lottery/setting/setlottery')}">说明&通知设置</a></li>
<li {if $_W['action']=='setting.setstart'}class="active"{/if}><a href="{php echo webUrl('lottery/setting/setstart')}">入口设置</a></li>
</ul>