ソースを参照

Merge pull request #13 from zidony/patch-11

Update module_main.htm
tags/6.0.3
llgoer GitHub 3年前
コミット
a145e1ad15
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更5行の追加6行の削除
  1. +5
    -6
      src/dede/templets/module_main.htm

+ 5
- 6
src/dede/templets/module_main.htm ファイルの表示

@@ -6,13 +6,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>模块打包</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/base.css">
<script src="../static/js/jquery.min.js"></script>
<script src="../static/js/popper.min.js"></script>
<script src="../static/js/bootstrap.bundle.js"></script>
<script src="../static/js/dedeajax2.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
<script src="../static/js/dedeajax2.js"></script>
<script>
function getmodule(action, hash) {
$DE('status_' + hash).innerHTML = '<img src=\'images/loadinglit.gif\'>';
var myajax = new DedeAjax($DE('status_' + hash), false, true, '-', '-', '...');
@@ -124,4 +123,4 @@ foreach($modules as $k=>$v)
</table>
</body>
</html>
</html>

読み込み中…
キャンセル
保存