top.jsp 1.4 KB

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