2
0

index.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. <?php
  2. require_once "path.php";
  3. require_once "public/load_lang.php";
  4. ?>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  6. <html>
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <link type="text/css" rel="stylesheet" href="studio/css/font.css" />
  11. <link type="text/css" rel="stylesheet" href="studio/css/style.css" />
  12. <link type="text/css" rel="stylesheet" href="studio/css/color_day.css" id="colorchange" />
  13. <!-- generics -->
  14. <link rel="icon" type="image/png" href="public/images/favicon/favicon16.png" sizes="16x16">
  15. <link rel="icon" type="image/png" href="public/images/favicon/favicon32.png" sizes="32x32">
  16. <link rel="icon" type="image/png" href="public/images/favicon/favicon57.png" sizes="57x57">
  17. <link rel="icon" type="image/png" href="public/images/favicon/favicon76.png" sizes="76x76">
  18. <link rel="icon" type="image/png" href="public/images/favicon/favicon96.png" sizes="96x96">
  19. <link rel="icon" type="image/png" href="public/images/favicon/favicon128.png" sizes="128x128">
  20. <link rel="icon" type="image/png" href="public/images/favicon/favicon192.png" sizes="192x192">
  21. <link rel="icon" type="image/png" href="public/images/favicon/favicon228.png" sizes="228x228">
  22. <link rel="icon" type="image/png" href="public/images/favicon/android-chrome-512x512.png" sizes="512x512">
  23. <!-- Android -->
  24. <link rel="shortcut icon" type="image/png" sizes="196x196" href=“public/images/favicon/favicon-196.png">
  25. <!-- iOS -->
  26. <link rel="apple-touch-icon" href="public/images/favicon/apple-touch-icon120.png" sizes="120x120">
  27. <link rel="apple-touch-icon" href="public/images/favicon/apple-touch-icon152.png" sizes="152x152">
  28. <link rel="apple-touch-icon" href="public/images/favicon/apple-touch-icon167.png" sizes="167x167">
  29. <link rel="apple-touch-icon" href="public/images/favicon/apple-touch-icon180.png" sizes="180x180">
  30. <!-- Windows 8 IE 10-->
  31. <meta name="msapplication-TileColor" content="#FFFFFF">
  32. <meta name="msapplication-TileImage" content="public/images/favicon/favicon144.png">
  33. <!-- Windows 8.1 + IE11 and above -->
  34. <meta name="msapplication-config" content="public/images/favicon/browserconfig.xml" />
  35. <link rel="shortcut icon" href="public/images/favicon/favicon.ico">
  36. <link rel="manifest" href="public/images/favicon/site.webmanifest">
  37. <link rel="mask-icon" href="public/images/favicon/safari-pinned-tab.svg" color="#333333">
  38. <meta name="msapplication-TileColor" content="#ffc40d">
  39. <meta name="theme-color" content="#ffffff">
  40. <title>wikipali</title>
  41. <meta http-equiv="refresh" content="0,pcdl/" />
  42. <style>
  43. #login_body {
  44. display: flex;
  45. padding: 2em;
  46. }
  47. #login_left {
  48. padding-left: 4em;
  49. flex: 5;
  50. }
  51. #login_right {
  52. flex: 5;
  53. }
  54. .title {
  55. font-size: 150%;
  56. margin-top: 1em;
  57. margin-bottom: 0.5em;
  58. }
  59. #login_form {
  60. padding: 2em 0 1em 0;
  61. }
  62. #tool_bar {
  63. padding: 1em;
  64. display: flex;
  65. justify-content: space-between;
  66. }
  67. #login_shortcut {
  68. display: flex;
  69. flex-direction: column;
  70. padding: 2em 0;
  71. }
  72. #login_shortcut button {
  73. height: 3em;
  74. }
  75. #button_area {
  76. text-align: right;
  77. padding: 1em 0;
  78. }
  79. .form_help {
  80. font-weight: 400;
  81. color: var(--bookx);
  82. }
  83. .login_form input {
  84. margin-top: 2em;
  85. padding: 0.5em 0.5em;
  86. }
  87. .login_form select {
  88. margin-top: 2em;
  89. padding: 0.5em 0.5em;
  90. }
  91. .login_form input[type="submit"] {
  92. margin-top: 2em;
  93. padding: 0.1em 0.5em;
  94. }
  95. .form_error {
  96. color: var(--error-text);
  97. }
  98. #login_form_div {
  99. width: 30em;
  100. }
  101. #ucenter_body {
  102. display: flex;
  103. flex-direction: column;
  104. margin: 0;
  105. padding: 0;
  106. background-color: var(--tool-bg-color3);
  107. color: var(--btn-color);
  108. }
  109. .icon_big {
  110. height: 2em;
  111. width: 2em;
  112. fill: var(--btn-color);
  113. transition: all 0.2s ease;
  114. }
  115. .form_field_name {
  116. position: absolute;
  117. margin-left: 7px;
  118. margin-top: 2em;
  119. color: var(--btn-border-line-color);
  120. -webkit-transition-duration: 0.4s;
  121. -moz-transition-duration: 0.4s;
  122. transition-duration: 0.4s;
  123. transform: translateY(0.5em);
  124. }
  125. .viewswitch_on {
  126. position: absolute;
  127. margin-left: 7px;
  128. margin-top: 1.5em;
  129. color: var(--bookx);
  130. -webkit-transition-duration: 0.4s;
  131. -moz-transition-duration: 0.4s;
  132. transition-duration: 0.4s;
  133. transform: translateY(-15px);
  134. }
  135. .help_div {
  136. margin-bottom: 2em;
  137. width: 28em;
  138. }
  139. .htlp_title {
  140. font-size: 140%;
  141. margin-bottom: 0.5em;
  142. }
  143. .help_fun_block {
  144. background-color: var(--tool-bg-color);
  145. color: var(--tool-color);
  146. padding: 4px 4px 4px 12px;
  147. max-width: 95%;
  148. border-radius: 4px;
  149. margin-bottom: 0.5em;
  150. }
  151. .help_fun_block .title {
  152. font-size: 120%;
  153. margin-top: 0.5em;
  154. margin-bottom: 0.5em;
  155. }
  156. .help_fun_block_link_list li {
  157. display: inline;
  158. }
  159. </style>
  160. <style media="screen and (max-width:800px)">
  161. #login_body {
  162. flex-direction: column;
  163. padding: 0.2em;
  164. }
  165. #login_left {
  166. padding-right: 0;
  167. padding-top: 6em;
  168. }
  169. #login_form_div {
  170. width: 100%;
  171. }
  172. #login_right {
  173. margin-top: 2em;
  174. margin-left: 10px;
  175. margin-right: 8px;
  176. }
  177. .fun_block {
  178. max-width: 100%;
  179. }
  180. </style>
  181. </head>
  182. <body id="ucenter_body">
  183. <div id="tool_bar">
  184. </div>
  185. <span style="background-color: silver;color: black;font-size: large;width: fit-content;align-self: center;">
  186. <?php echo $_local->gui->test_declare; ?>
  187. </span>
  188. <div id="login_body">
  189. 正在跳转到<a href="pcdl/">主页</a>
  190. </div>
  191. <script>
  192. </script>
  193. </body>
  194. </html>