12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <taglib name="app\portal\taglib\Portal"/>
- <include file="public@function"/>
- <meta name="author" content="ThinkCMF">
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <!-- Set render engine for 360 browser -->
- <meta name="renderer" content="webkit">
- <!-- No Baidu Siteapp-->
- <meta http-equiv="Cache-Control" content="no-siteapp"/>
- <!-- HTML5 shim for IE8 support of HTML5 elements -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
- <![endif]-->
- <link rel="icon" href="__TMPL__/public/assets/images/favicon.png" type="image/png">
- <link rel="shortcut icon" href="__TMPL__/public/assets/images/favicon.png" type="image/png">
- <link href="__TMPL__/public/assets/simpleboot3/themes/simpleboot3/bootstrap.min.css" rel="stylesheet">
- <link href="__TMPL__/public/assets/simpleboot3/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"
- type="text/css">
- <!--[if IE 7]>
- <link rel="stylesheet" href="__TMPL__/public/assets/simpleboot3/font-awesome/4.4.0/css/font-awesome-ie7.min.css">
- <![endif]-->
- <link href="__TMPL__/public/assets/css/style.css" rel="stylesheet">
- <style>
- /*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(1);}*/
- #backtotop {
- position: fixed;
- bottom: 50px;
- right: 20px;
- display: none;
- cursor: pointer;
- font-size: 50px;
- z-index: 9999;
- }
- #backtotop:hover {
- color: #333
- }
- #main-menu-user li.user {
- display: none
- }
- </style>
- <script type="text/javascript">
- //全局变量
- var GV = {
- ROOT: "__ROOT__/",
- WEB_ROOT: "__WEB_ROOT__/",
- JS_ROOT: "static/js/"
- };
- </script>
- <script src="__TMPL__/public/assets/js/jquery-1.10.2.min.js"></script>
- <script src="__TMPL__/public/assets/js/jquery-migrate-1.2.1.js"></script>
- <script src="__STATIC__/js/wind.js"></script>
-
|