| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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 */ ?>
- <!DOCTYPE html>
- <html class="bg-black">
- <head>
- <meta charset="UTF-8">
- <title><?php echo $title;?>-忘记密码
- </title>
- <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
- <!-- bootstrap 3.0.2 -->
- <link href="https://shadowsocks5.b0.upaiyun.com/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
- <!-- font Awesome -->
- <link href="https://shadowsocks5.b0.upaiyun.com/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
- <!-- Theme style -->
- <link href="https://shadowsocks5.b0.upaiyun.com/css/AdminLTE.css" rel="stylesheet" type="text/css" />
- <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
- <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
- <![endif]-->
- </head>
- <body class="bg-black">
- <div class="form-box" id="login-box">
- <div class="header">
- <?php echo $title;?>重置密码
- </div>
- <form role="form" action="" method="post">
- <div class="body bg-gray">
- <div class="form-group">
- <input type="text" name="username" class="form-control" value="" placeholder="用户名或邮箱">
- </div>
- </div>
- <div class="footer">
- <input type="hidden" name="do" value="pass">
- <button type="submit" class="btn bg-olive btn-block">确认重置</button>
- </div>
- </form>
- </div>
- <!-- jQuery 2.0.2 -->
- <script src="/js/jquery-2.0.3.min.js"></script>
- <!-- Bootstrap -->
- <script src="/js/bootstrap.min.js" type="text/javascript"></script>
- </body>
- </html>
|