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

46 lines
2.2 KiB
HTML
Raw Permalink 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 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.
-->
<div class="notice"><{t}>ShopEx证书是您享受ShopEx服务的唯一标识它记录了您的商家信息、购买服务记录、充值帐户金额等重要信息。<{/t}><br><{t}>您需要通过"证书下载备份"功能备份证书,并妥善保管。<{/t}></div>
<div class="tableform">
<{tabber}>
<{tab name=$___desktop="证书下载备份"|t:'desktop'}>
<{if $license}>
<div class="clear division">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th><{t}>当前证书:<{/t}></th>
<td><{$certi_id}></td>
</tr>
</table>
</div>
<div class="table-action">
<{assign var='___dc' value=$___confirm_delete='如果删除证书,则无法恢复,确定要删除证书吗?'|t:'desktop'}>
<{button label=$___desktop="下载证书"|t:'desktop' class="btn-primary" onclick="window.open('index.php?app=desktop&ctl=certificate&act=download')" type="submit"}>
<{button label=$___desktop="删除证书"|t:'desktop' class="btn-secondary" onclick="if (!confirm('{$___confirm_delete}')) return false; else W.page('index.php?app=desktop&ctl=certificate&act=delete');"}>
</div>
<{else}>
<div class="notice">
<{t}>
提示只有在网络服务器安装的ShopEx商店系统才拥有证书功能您的商店系统由于是在本地安装所以无ShopEx证书无法使用ShopEx证书下载功能。如果您将本地的商店系统迁移至服务器则会自动获得ShopEx证书。<{/t}>
</div>
<{/if}>
<{/tab}>
<{/tabber}>
</div>