diff options
Diffstat (limited to 'template/req_reset.st')
| -rw-r--r-- | template/req_reset.st | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/template/req_reset.st b/template/req_reset.st index 4089298..936bc73 100644 --- a/template/req_reset.st +++ b/template/req_reset.st @@ -2,7 +2,8 @@ <head> <title>dump.fm Password Reset</title> - $head()$ +$head()$ + <style> #main { padding: 100px 2em 0px 2em; @@ -49,21 +50,31 @@ }); }); </script> + <link rel="stylesheet" type="text/css" href="static/css/index.css"> </head> <body> - $banner()$ - <div id="main"> + +<div id="rapper"></div> +<div id="content" style="z-index:77;"> + +<div id="main" align="center"> + + <div id="passwordreset"> + <div id="logo-and-text"> + <a href="/"><img src="/static/img/dumpclearlogo2.png"></a> + <div align="center"> + + <div id="feedback" style="display: none; color: red; margin-bottom: 2em;"></div> <h1>Forgot your password?</h1> <br> <div> - Enter your nick, and we'll send you an email to reset your password. + Enter your nick and we'll email you the password reset stuff! </div> - <br /> - <label>Nick:</label> + <br /><label style="display:none;">nick:</label> <input type="text" id="nick"> <br /> <input type="submit" value="Reset password" id="submit"> - </div> + </div></div></div></div> </body> </html> |
