mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 13:36:45 +08:00
27 lines
725 B
HTML
27 lines
725 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="notice"><{t}>系统对应的节点信息。<{/t}></div>
|
||
|
||
<div class="tableform">
|
||
<{tabber}>
|
||
<{tab name="网店节点"}>
|
||
<{if $node_id}>
|
||
<div class="division">
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<th><{t}>当前节点:<{/t}></th>
|
||
<td><{$node_id}></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<{else}>
|
||
<div class="notice">
|
||
<{t}>无网店节点对应的文字....<{/t}>
|
||
</div>
|
||
<{/if}>
|
||
<{/tab}>
|
||
<{/tabber}>
|
||
</div> |