Files
OMS/app/desktop/view/network/new_link.html
2026-01-04 19:08:31 +08:00

35 lines
1.3 KiB
HTML

<!--
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<{tabber}>
<{tab name=$___desktop="shopex网络"|t:'desktop'}>
<iframe src="<{$env.const.URL_JOIN_NETWORK}>" style="height:240px;width:100%">
</iframe>
<{/tab}>
<{tab name=$___desktop="网店直连"|t:'desktop'}>
<form style="margin-left:150px" action='index.php?ctl=network&act=ping_node' method='post'>
<label><{t}>要连接的网店地址:<{/t}></label><br />
<input type="text" name="site_url" style="width:300px" value="http://" /><br /><br />
<label><{t}>请输入验证信息:<{/t}></label><br />
<textarea style="width:300px;height:70px" name="message"></textarea><br /><br />
<input type="submit" value="<{t}>提交申请<{/t}>" />
</form>
<{/tab}>
<{/tabber}>
<div>
</div>