mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 23:25:32 +08:00
11 lines
299 B
HTML
11 lines
299 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<select name="<{$type}>" style="width:200px;margin-top:5px">
|
||
<{foreach from=$list item=item}>
|
||
<option value="<{$item.url}>"><{$item.label}></option>
|
||
<{/foreach}>
|
||
</select>
|