Blame view

WebRoot/WEB-INF/jsp/system/index/top.jsp 1.24 KB
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  		<meta charset="utf-8" />
  		<title>${pd.SYSNAME}</title>
  		<meta name="description" content="" />
  		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
  		<!-- bootstrap & fontawesome -->
  		<link rel="stylesheet" href="static/ace/css/bootstrap.css" />
  		<link rel="stylesheet" href="static/ace/css/font-awesome.css" />
  		<!-- page specific plugin styles -->
  		<!-- text fonts -->
  		<link rel="stylesheet" href="static/ace/css/ace-fonts.css" />
  		<!-- ace styles -->
  		<link rel="stylesheet" href="static/ace/css/ace.css" class="ace-main-stylesheet" id="main-ace-style" />
  		<!--[if lte IE 9]>
  			<link rel="stylesheet" href="static/ace/css/ace-part2.css" class="ace-main-stylesheet" />
  		<![endif]-->
  		<!--[if lte IE 9]>
  		  <link rel="stylesheet" href="static/ace/css/ace-ie.css" />
  		<![endif]-->
  		<!-- inline styles related to this page -->
  		<!-- ace settings handler -->
  		<script src="static/ace/js/ace-extra.js"></script>
  		<!-- HTML5shiv and Respond.js for IE8 to support HTML5 elements and media queries -->
  		<!--[if lte IE 8]>
  		<script src="static/ace/js/html5shiv.js"></script>
  		<script src="static/ace/js/respond.js"></script>
  		<![endif]-->