mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 21:25:33 +08:00
14 lines
352 B
HTML
14 lines
352 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{foreach from=$views item=view key=key}>
|
||
<{if $key eq $env.get.view}>
|
||
<{$view.title}>
|
||
<{else}>
|
||
<a href="index.php?ctl=<{$env.get.ctl}>&act=<{$env.get.act}>&view=<{$key}>"><{$view.title}></a>
|
||
<{/if}>
|
||
<{/foreach}>
|
||
<hr />
|
||
<{$output}> |