Files
OMS/app/ome/view/admin/system/shopnode.html
2025-12-28 23:13:25 +08:00

27 lines
725 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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>