head.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>登录-微信接口服务平台</title>
  6. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="stylesheet" type="text/css" href="/WeiXinAPP/lib/bootstrap/css/bootstrap.min.css">
  11. <link rel="stylesheet" type="text/css" href="/WeiXinAPP/lib/bootstrap/css/bootstrap-datetimepicker.min.css">
  12. <link rel="stylesheet" type="text/css" href="/WeiXinAPP/stylesheets/theme.css">
  13. <link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  14. <script src="/WeiXinAPP/lib/jquery-1.7.2.min.js" type="text/javascript"></script>
  15. <script type="text/javascript">
  16. function GetQueryString(name) {
  17. var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
  18. var r = location.search.substr(1).match(reg);
  19. if (r != null) return unescape(decodeURI(r[2])); return null;
  20. }
  21. </script>
  22. <!-- Demo page code -->
  23. <style type="text/css">
  24. #line-chart {
  25. height: 300px;
  26. width: 800px;
  27. margin: 0px auto;
  28. margin-top: 1em;
  29. }
  30. .brand {
  31. font-family: georgia, serif;
  32. }
  33. .brand .first {
  34. color: #ccc;
  35. font-style: italic;
  36. }
  37. .brand .second {
  38. color: #fff;
  39. font-weight: bold;
  40. }
  41. .fa {
  42. margin:0px 4px;
  43. }
  44. /*分页样式一*/
  45. .page_css {
  46. padding-top: 15px;
  47. }
  48. .page_css a {
  49. padding: 4px 6px;
  50. border: solid 1px #ddd;
  51. background: #fff;
  52. text-decoration: none;
  53. margin-right: 3px;
  54. margin-left: 3px;
  55. }
  56. .page_css a:visited {
  57. padding: 4px 6px;
  58. border: solid 1px #ddd;
  59. background: #fff;
  60. text-decoration: none;
  61. }
  62. .page_css a:hover {
  63. color: #fff;
  64. background: #0A8EE2;
  65. border-color: #0A8EE2;
  66. text-decoration: none;
  67. }
  68. .page_css .nowpage {
  69. color:#0A8EE2;
  70. padding: 4px 6px;
  71. font-weight: bold;
  72. border: none;
  73. }
  74. /*分页样式二*/
  75. .pages {
  76. padding-top: 15px;
  77. }
  78. .pages a {
  79. padding: 4px 6px;
  80. border: solid 1px #ddd;
  81. background: #fff;
  82. text-decoration: none;
  83. margin-right: 3px;
  84. margin-left: 3px;
  85. }
  86. .pages a:visited {
  87. padding: 4px 6px;
  88. border: solid 1px #ddd;
  89. background: #fff;
  90. text-decoration: none;
  91. }
  92. .pages .cpb {
  93. padding: 4px 6px;
  94. font-weight: bold;
  95. color: #000000;
  96. border: none;
  97. }
  98. .pages a:hover {
  99. color: #fff;
  100. background: #ffa501;
  101. border-color: #ffa501;
  102. text-decoration: none;
  103. }
  104. #loading {
  105. position: fixed;
  106. _position: absolute;
  107. top: 50%;
  108. left: 50%;
  109. width: 124px;
  110. height: 124px;
  111. overflow: hidden;
  112. background: url(/weixinapp/images/LoadBox.gif) no-repeat;
  113. z-index: 7000;
  114. margin: -62px 0 0 -62px;
  115. }
  116. </style>
  117. <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
  118. <!--[if lt IE 9]>
  119. <script src="/weixinapp/lib/html5.js"></script>
  120. <![endif]-->
  121. <!-- Le fav and touch icons -->
  122. </head>
  123. <!--[if lt IE 7 ]> <body class="ie ie6"> <![endif]-->
  124. <!--[if IE 7 ]> <body class="ie ie7 "> <![endif]-->
  125. <!--[if IE 8 ]> <body class="ie ie8 "> <![endif]-->
  126. <!--[if IE 9 ]> <body class="ie ie9 "> <![endif]-->
  127. <!--[if (gt IE 9)|!(IE)]><!-->
  128. <body class="">
  129. <!--<![endif]-->
  130. <div id="loading" style="display: none;"></div>
  131. <div class="navbar">
  132. <div class="navbar-inner">
  133. <ul class="nav pull-right">
  134. <li id="fat-menu" class="dropdown">
  135. <a href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
  136. <i class="icon-user"></i> <%=LYFZ.WeixinServers.WeiXinAPP.CommonHandler.GetAdminUser(this).UserName %>
  137. <i class="icon-caret-down"></i>
  138. </a>
  139. <ul class="dropdown-menu">
  140. <li><a tabindex="-1" href="#"><%=LYFZ.WeixinServers.WeiXinAPP.CommonHandler.GetAdminUser(this).UserName %></a></li>
  141. <li class="divider"></li>
  142. <li><a tabindex="-1" href="/weixinapp/Logout.aspx">退出登录</a></li>
  143. </ul>
  144. </li>
  145. </ul>
  146. <a class="brand" href="/weixinapp/index.aspx"><span class="first"></span> <span class="second">利亚方舟-微信接口服务平台</span></a>
  147. </div>
  148. </div>