Files
OMS/app/desktop/view/appmgr/uninstall.html
2025-12-28 23:13:25 +08:00

27 lines
1014 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" style="margin:10px 10px;"><{t}>即将卸载<{/t}><{$app.name}></div>
<div class="tableform">
<{if $app_tables || $ctl_mapper}>
<h4><{t}>注意!卸载过程将:<{/t}></h4>
<div class="division">
<ol style="padding:10px 0 0 15px">
<{if $app_tables}>
<li><{t}>从数据库里删除<{/t}><{$app_tables|count}><{t}>个表:<{/t}><b> <{$table_prefix}><{$app_tables|implode:' , '.$table_prefix}> </b></li>
<{/if}>
<{foreach from=$ctl_mapper item=map}>
<li><{t}>复原你的<{/t}> <strong><{$map}></strong> <{t}>流程。<{/t}></li>
<{/foreach}>
</ol>
</div>
<{/if}>
<div class="table-action">
<{button label=$___desktop="确认卸载"|t:'desktop' onclick="W.page('index.php?ctl=appmgr&act=do_uninstall&p[0]={$env.get.p.0}')"}>
<{button label=$___desktop="取消"|t:'desktop' onclick="W.page('index.php?ctl=appmgr&act=index')"}>
</div>
</div>