reset.tpl.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php if (!defined("IS_INITPHP")) exit("Access Denied!"); /* INITPHP Version 1.0 ,Create on 2017-12-13 08:05:31, compiled from /data/wwwroot/www.shadowsocks5.com/app/template/ss/index/reset.html */ ?>
  2. <!DOCTYPE html>
  3. <html class="bg-black">
  4. <head>
  5. <meta charset="UTF-8">
  6. <title><?php echo $title;?>-忘记密码
  7. </title>
  8. <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
  9. <!-- bootstrap 3.0.2 -->
  10. <link href="https://shadowsocks5.b0.upaiyun.com/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  11. <!-- font Awesome -->
  12. <link href="https://shadowsocks5.b0.upaiyun.com/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  13. <!-- Theme style -->
  14. <link href="https://shadowsocks5.b0.upaiyun.com/css/AdminLTE.css" rel="stylesheet" type="text/css" />
  15. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  16. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  17. <!--[if lt IE 9]>
  18. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  19. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  20. <![endif]-->
  21. </head>
  22. <body class="bg-black">
  23. <div class="form-box" id="login-box">
  24. <div class="header">
  25. <?php echo $title;?>重置密码
  26. </div>
  27. <form role="form" action="" method="post">
  28. <div class="body bg-gray">
  29. <div class="form-group">
  30. <input type="text" name="username" class="form-control" value="" placeholder="用户名或邮箱">
  31. </div>
  32. </div>
  33. <div class="footer">
  34. <input type="hidden" name="do" value="pass">
  35. <button type="submit" class="btn bg-olive btn-block">确认重置</button>
  36. </div>
  37. </form>
  38. </div>
  39. <!-- jQuery 2.0.2 -->
  40. <script src="/js/jquery-2.0.3.min.js"></script>
  41. <!-- Bootstrap -->
  42. <script src="/js/bootstrap.min.js" type="text/javascript"></script>
  43. </body>
  44. </html>