mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-24 21:01:40 +08:00
更新至v1.85.3,更新内容在笔记中查看
This commit is contained in:
@@ -12,6 +12,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) {
|
||||
require_once libfile('function/admin');
|
||||
$do = trim($_GET['do']);
|
||||
$op=$_GET['op'];
|
||||
$navtitle=lang('appname');
|
||||
if ($do == 'export') {//应用导出
|
||||
$appid = intval($_GET['appid']);
|
||||
$app = C::t('app_market') -> fetch($appid);
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
<p class="text-danger">
|
||||
{$app_delete_confirm}
|
||||
</p>
|
||||
<p><input id="confirm" type="text" class="form-control" style="max-width:200px;" name="confirm" value="" /></p>
|
||||
<p><input id="confirm" type="text" class="form-control" name="confirm" value="" /></p>
|
||||
|
||||
<button type="button" class="btn btn1 btn-danger" onclick="if(document.getElementById('confirm').value!='DELETE'){document.getElementById('confirm').focus();}else{document.getElementById('confirm_uninstall_form').submit()}">{lang app_sure_delete}</button>
|
||||
<button type="button" class="btn btn1 btn-default" onclick="location.href='{$refer}';return false;">{lang app_not_delete}</button>
|
||||
<button type="button" class="btn btn-outline-secondary" onclick="location.href='{$refer}';return false;">{lang app_not_delete}</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user