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