base.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="renderer" content="webkit">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
  9. <script src="/static/dist/xm-select.js"></script>
  10. {block name="meta"}
  11. <link rel="mobile-prefetch" href=""/>
  12. {/block}
  13. {block name="title"}
  14. <title>{:get_system_config('web','admin_title')}</title>
  15. {/block}
  16. {block name="keywords"}
  17. <meta name="keywords" content="{:get_system_config('web','keywords')}"/>
  18. <meta name="description" content="{:get_system_config('web','desc')}"/>
  19. {/block}
  20. {block name="css"}
  21. <link rel="stylesheet" href="{__GOUGU__}/gougu/css/gougu.css?v={:get_system_config('web','version')}" media="all">
  22. {/block}
  23. {block name="style"}
  24. <style>
  25. .footer{
  26. width: 100%;
  27. height: 25px;
  28. text-align: center;
  29. position: fixed;
  30. bottom: 0;
  31. }
  32. </style>
  33. {/block}
  34. </head>
  35. <body class="main-body">
  36. <!-- 主体 -->
  37. {block name="body"}
  38. {/block}
  39. <!-- /主体 -->
  40. <!-- 底部 -->
  41. {block name="footer"}
  42. <div class="footer">
  43. 逸管工程项目管理系统 © www.yiguanfep.com
  44. <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
  45. <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\&quot;noreferrer'target=\”blank\&quot;" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
  46. <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
  47. </div>
  48. {/block}
  49. <!-- /底部 -->
  50. <!-- 脚本 -->
  51. {block name="script"}
  52. {/block}
  53. <!-- /脚本 -->
  54. {block name="js"}
  55. <!-- <script src="{__GOUGU__}/layui/layui.js"></script> -->
  56. <script src="{__GOUGU__}/layui/layui.js"></script>
  57. <script src="{__GOUGU__}/third_party/echart/echarts.min.js"></script>
  58. <script src="{__GOUGU__}/gougu/gouguInit.js"></script>
  59. <script src="https://unpkg.com/pinyin-pro"></script>
  60. <script>
  61. var { pinyin } = pinyinPro;
  62. </script>
  63. {/block}
  64. <!-- 统计代码 -->
  65. {block name="code"}{/block}
  66. <!-- /统计代码 -->
  67. </body>
  68. </html>