OSDN Git Service

login value
[pybbs/pybbs.git] / templates / login.htm
1 <!DOCTYPE HTML>
2
3 <html>
4   <head>
5     <meta charset=utf-8>
6     <title>ログイン</title>
7   </head>
8
9   <body>
10     <p style=text-align:center>
11 </p>
12     <p style=text-align:center>管理者用ログイン画面\r
13 </p>
14     <br>
15     <form action=/login method="post">
16     {% module xsrf_form_html() %}
17     <p style=text-align:center>
18       <input type=text name=record value={{db}}>
19           <input style=height:25px type="password" name="password">
20       <input type="submit" value="ログイン">
21     </p>
22     </form>
23   </body>
24 </html>