clockwerk-www – Blame information for rev 65

Subversion Repositories:
Rev:
Rev Author Line No. Line
61 vero 1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Clockwerk</title>
5 <link rel="stylesheet" href="css/gray.css" type="text/css" />
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7 </head>
8 <body class="dark-grey">
9 <div>
10 <div class="center">
11 <img src="img/clockwerk-logo.png" alt="logo">
12 <h1><?php print gethostname(); ?></h1>
13 <hr>
14 </div>
15 <script type="text/javascript" src="lib/jquery.min.js"></script>
16 <form class="dark-grey" style="color:#000;text-shadow:none;text-align:left;max-width:480px;min-width:150px" method="post" action="resetpassword.php"><div class="title"></div>
17 <div class="element-input" ><label class="title">Agent First Name<span class="required"></span></label><input class="large" type="text" name="first" required="required"/></div>
18 <div class="element-input" ><label class="title">Agent Last Name<span class="required"></span></label><input class="large" type="text" name="last" required="required"/></div>
19 <div class="element-password" ><label class="title">Current Password<span class="required"></span></label><input class="large" type="password" name="oldpassword" value="" required="required"/></div>
20 <div class="element-password" ><label class="title">New Password<span class="required"></span></label><input class="large" type="password" name="newpassword" value="" required="required"/></div>
21 <div class="element-recaptcha" ><label class="title">Captcha</label><script type="text/javascript">var RecaptchaOptions = {theme : "clean"};</script>
22 <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Lcz9ukSAAAAAPu4CYSJCjPiZeQJgG0ywy4wL_Fj&theme=clean"></script>
23 <noscript><iframe src="http://www.google.com/recaptcha/api/noscript?k=6Lcz9ukSAAAAAPu4CYSJCjPiZeQJgG0ywy4wL_Fj&hl=en" height="300" width="500" frameborder="0"></iframe></br>
24 <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea><input type="hidden" name="recaptcha_response_field" value="manual_challenge"></noscript>
25 <script type="text/javascript">if (/#invalidcaptcha$/.test(window.location)) (document.getElementById("recaptcha_widget_div")).className += " error"</script></div>
26  
27 <div class="submit">
65 vero 28 <input type="submit" value="Reset">
61 vero 29 <input type="button" onclick="parent.location='welcome.php'" value="Cancel">
30 </div>
31 </form>
32 <script type="text/javascript" src="lib/gray.js"></script>
33  
34 </div>
35 </body>
36 </html>