123456789101112131415161718192021222324252627282930 |
- <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>
-
- <script src="static/js/jquery-1.11.3.js"></script>
- <script type="text/javascript" src="static/js/myjs/getTop.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]-->
|