mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 07:15:33 +08:00
27 lines
1014 B
HTML
27 lines
1014 B
HTML
<!--
|
||
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>
|