mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
16 lines
390 B
HTML
16 lines
390 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table id="conf_table" width="100%" cellspacing="0" cellpadding="0">
|
||
<tbody>
|
||
<{foreach from=$conf_list item=conf}>
|
||
<tr>
|
||
<{include app="flowctrl" file="{$conf.html}"}>
|
||
</tr>
|
||
<{/foreach}>
|
||
</tbody>
|
||
</table>
|
||
|