login.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title><{if $title}><{$title}><{/if}></title>
  6. <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/static/css/admin_style.css">
  7. <script src="<{$web_cfg.cdn}>/kissy/1.4.0/seed.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
  8. <script src="<{$web_cfg.cdn}>/cfg-min.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
  9. <script src="<{$web_cfg.domain}>/kissy-versions.php" charset="utf-8"></script>
  10. </head>
  11. <style>
  12. html {
  13. box-sizing: border-box;
  14. padding-top: 0;
  15. }
  16. body {
  17. background: none repeat scroll 0 0 #f1f1f1;
  18. color: #444;
  19. font-family: "Open Sans",sans-serif;
  20. font-size: 13px;
  21. line-height: 1.4em;
  22. min-width: 0;
  23. font-family: "Open Sans",sans-serif;
  24. }
  25. #login {
  26. margin: auto;
  27. padding: 8% 0 0;
  28. width: 320px;
  29. }
  30. .login h1 {
  31. color: #333;
  32. font-size: 70px;
  33. margin: 0;
  34. text-align: center;
  35. margin: 0 0 25px;
  36. }
  37. .login .message {
  38. background-color: #fff;
  39. border-left: 4px solid #2ea2cc;
  40. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  41. }
  42. #login_error, .login .message {
  43. margin-left: 0;
  44. padding: 12px;
  45. }
  46. .login #login_error {
  47. background: none repeat scroll 0 0 #fff;
  48. border-left: 4px solid #dd3d36;
  49. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  50. }
  51. .login form {
  52. background: none repeat scroll 0 0 #fff;
  53. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  54. font-weight: 400;
  55. margin-left: 0;
  56. margin-top: 20px;
  57. overflow: hidden;
  58. padding: 26px 24px 46px;
  59. }
  60. #login form p {
  61. margin-bottom: 0;
  62. }
  63. .login label {
  64. color: #777;
  65. font-size: 14px;
  66. font-weight: 300;
  67. }
  68. .login form .input, .login form input[type="checkbox"], .login input[type="text"] {
  69. background: none repeat scroll 0 0 #fbfbfb;
  70. }
  71. .login form .input, .login input[type="text"] {
  72. font-size: 24px;
  73. margin: 2px 6px 16px 0;
  74. padding: 3px;
  75. width: 100%;
  76. }
  77. .login form .input, .login form input[type="checkbox"], .login input[type="text"] {
  78. background: none repeat scroll 0 0 #fbfbfb;
  79. }
  80. .login form .input, .login form input[type="checkbox"], .login input[type="text"] {
  81. background: none repeat scroll 0 0 #fbfbfb;
  82. }
  83. .login form .input, .login input[type="text"] {
  84. font-size: 24px;
  85. margin: 2px 6px 16px 0;
  86. padding: 3px;
  87. width: 100%;
  88. }
  89. .login form .input, .login input[type="text"] {
  90. font-size: 24px;
  91. margin: 2px 6px 16px 0;
  92. padding: 3px;
  93. width: 100%;
  94. }
  95. input[type="password"], input[type="text"] {
  96. background-color: #fff;
  97. border: 1px solid #ddd;
  98. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
  99. color: #333;
  100. outline: 0 none;
  101. transition: border-color 0.05s ease-in-out 0s;
  102. }
  103. input[type="password"]:focus, input[type="text"]:focus {
  104. border-color: #5b9dd9;
  105. box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  106. }
  107. .login form .forgetmenot {
  108. float: left;
  109. font-weight: 400;
  110. margin-bottom: 0;
  111. }
  112. .login form .forgetmenot label {
  113. font-size: 12px;
  114. line-height: 19px;
  115. }
  116. #login form p.submit {
  117. margin: 0;
  118. padding: 0;
  119. }
  120. #loginform p.submit, .login-action-lostpassword p.submit {
  121. border: medium none;
  122. margin: -10px 0 20px;
  123. }
  124. p.submit {
  125. margin-top: 20px;
  126. max-width: 100%;
  127. padding-top: 10px;
  128. text-align: left;
  129. }
  130. .button.button-large {
  131. height: 30px;
  132. line-height: 28px;
  133. padding: 0 12px 2px;
  134. vertical-align: baseline;
  135. float: right;
  136. background: none repeat scroll 0 0 #2ea2cc;
  137. border-color: #0074a2;
  138. box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  139. color: #fff;
  140. text-decoration: none;
  141. }
  142. .button-primary:focus, .button-primary:hover {
  143. background:#1e8cbe;
  144. border-color:#0074a2;
  145. -webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6);
  146. box-shadow:inset 0 1px 0 rgba(120,200,230,.6);
  147. color:#fff
  148. }
  149. </style>
  150. <body class="login">
  151. <div id="login">
  152. <h1><i class="fa fa-drupal"></i></h1>
  153. <p class="message"> 您已登出。<br></p>
  154. <!-- <div id="login_error"><strong>错误</strong>:您为用户名<strong>admin</strong>键入的密码不正确。<br></div> -->
  155. <form id="loginform" method="post" name="loginform" style="position: static; left: 0px;">
  156. <p>
  157. <label for="user_login">用户名<br>
  158. <input name="user" type="text" size="20" value="" class="input" id="user_login"></label>
  159. </p>
  160. <p>
  161. <label for="user_pass">密码<br>
  162. <input type="password" size="20" value="" class="input" id="user_pass" name="pwd"></label>
  163. </p>
  164. <p class="forgetmenot">
  165. <label for="rememberme">
  166. <input type="checkbox" value="forever" id="rememberme" name="rememberme"> 记住我的登录信息
  167. </label>
  168. </p>
  169. <p class="submit">
  170. <input type="submit" value="登录" class="button button-primary button-large" id="wp-submit" name="wp-submit">
  171. </p>
  172. </form>
  173. </div>
  174. </body>
  175. </html>