Initial commit
[2ch-be.git] / dev-test / change_passb.php
blobf9432cc7273acd423f95d8f46689f5cfc4866d5c
1 <?php
2 if (!isset($_COOKIE['DMDM']) && !isset($_COOKIE['MDMD'])) {
3 header('location:index.php');
4 exit;
6 ?>
7 <!DOCTYPE html>
8 <html lang="en">
9 <head>
10 <meta charset="Shift_JIS">
11 <title>ƒpƒXƒ��[ƒh‚ð•Ï�X‚·‚é</title>
12 <meta name="viewport" content="width=device-width, initial-scale=1.0">
13 <meta name="description" content="">
14 <meta name="author" content="">
15 <link rel="stylesheet" type="text/css" href="css/style.css"/>
16 </head>
17 <body>
18 <div class="containerz">
19 <div class="navbar-collapse">
20 <ul class="nav navbar-nav">
21 </ul>
22 </div>
23 </div>
25 <div class="container">
26 <center>
27 <div class="form-signin" style = "font-size: 1.2em;text-align:right;">
28 <a href="http://www.2ch.net/">
29 <img src="http://www.2ch.net/images/2ch_logo.gif">
30 </a><br>
31 BE 2.0 ƒÀ
32 </div>
33 </center>
34 </div>
36 <div class="container">
37 <center>
38 <form class="form-signin" method="post" action="c.php">
39 <h3 class="form-signin-heading">ƒpƒXƒ��[ƒh‚ð•Ï�X‚·‚é</h3>
40 <input type="password" name="opass" placeholder="ŒÃ‚¢ƒpƒXƒ��[ƒh" required autofocus>
41 <input type="password" name="npass" placeholder="�V‚µ‚¢ƒpƒXƒ��[ƒh" required>
42 <input type="password" name="cpass" placeholder="�V‚µ‚¢ƒpƒXƒ��[ƒh‚ð�Ä“ü—Í" required>
43 <br><br>
44 <input name="login" type="submit" value="•Ï�X‚·‚é">
45 <br><br><br>
46 <a href="status.php">ƒXƒe�[ƒ^ƒXƒy�[ƒW</a>
47 </form>
48 </center>
49 </div>
50 </body>
51 </html>