You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.0 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  10. <title>${project_title!"PLM-PDA"}</title>
  11. <!-- Bootstrap core CSS -->
  12. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap.min.css">
  13. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-theme.min.css">
  14. <link rel="stylesheet" type="text/css" href="/css/login.css">
  15. <link rel="stylesheet" type="text/css" href="/css/button.css">
  16. <style>
  17. h4.form-signin-heading{
  18. text-align: center;
  19. }
  20. button{
  21. font-size: 18px;
  22. width: 100%;
  23. background-color: #17b3a3;
  24. border-color: #17b3a3;
  25. color: #FFF;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div class="container" style="margin-top: 30%;">
  31. <h4 class="form-signin-heading" >PLM-PDA</h4>
  32. <label for="username" class="sr-only">用户名</label>
  33. <input type="text" id="username" name="username" class="form-control" autocomplete="off" placeholder="用户名" required autofocus><br>
  34. <label for="inputPassword" class="sr-only">Password</label>
  35. <input type="password" id="inputPassword" name="password" class="form-control" autocomplete="off" placeholder="密码" required> <br>
  36. <button onclick="checkUser()" type="submit">登录</button>
  37. </div>
  38. </body>
  39. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  40. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  41. <script type="text/javascript" src="/js/layer/layer.js"></script>
  42. <script type="text/javascript" src="/js/common.js"></script>
  43. <script type="text/javascript" src="/js/login.js"></script>
  44. <#--
  45. font-size: 18px;
  46. width: 100%;
  47. background-color: #17b3a3;
  48. border-color: #17b3a3;
  49. color: #FFF;
  50. -->
  51. </html>