12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
- <script src="/static/dist/xm-select.js"></script>
- {block name="meta"}
- <link rel="mobile-prefetch" href=""/>
- {/block}
- {block name="title"}
- <title>{:get_system_config('web','admin_title')}</title>
- {/block}
- {block name="keywords"}
- <meta name="keywords" content="{:get_system_config('web','keywords')}"/>
- <meta name="description" content="{:get_system_config('web','desc')}"/>
- {/block}
- {block name="css"}
- <link rel="stylesheet" href="{__GOUGU__}/gougu/css/gougu.css?v={:get_system_config('web','version')}" media="all">
- {/block}
- {block name="style"}
- <style>
- .footer{
- width: 100%;
- height: 25px;
- text-align: center;
- position: fixed;
- bottom: 0;
- }
- </style>
- {/block}
- </head>
- <body class="main-body">
- <!-- 主体 -->
- {block name="body"}
- {/block}
- <!-- /主体 -->
- <!-- 底部 -->
- {block name="footer"}
- <div class="footer">
- 逸管工程项目管理系统 © www.yiguanfep.com
- <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
- <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\"noreferrer'target=\”blank\"" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
- <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
- </div>
-
- {/block}
- <!-- /底部 -->
-
- <!-- 脚本 -->
- {block name="script"}
- {/block}
- <!-- /脚本 -->
- {block name="js"}
- <!-- <script src="{__GOUGU__}/layui/layui.js"></script> -->
- <script src="{__GOUGU__}/layui/layui.js"></script>
- <script src="{__GOUGU__}/third_party/echart/echarts.min.js"></script>
- <script src="{__GOUGU__}/gougu/gouguInit.js"></script>
- <script src="https://unpkg.com/pinyin-pro"></script>
- <script>
-
- var { pinyin } = pinyinPro;
- </script>
-
- {/block}
- <!-- 统计代码 -->
- {block name="code"}{/block}
- <!-- /统计代码 -->
- </body>
- </html>
|