clockwerk-www – Diff between revs 47 and 54

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 47 Rev 54
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Clockwerk</title> 4 <title>Clockwerk</title>
5 <link rel="stylesheet" href="css/gray.css" type="text/css" /> 5 <link rel="stylesheet" href="css/gray.css" type="text/css" />
6 </head> 6 </head>
7 <body class="dark-grey"> 7 <body class="dark-grey">
8 <div> 8 <div>
9 <div class="center"> 9 <div class="center">
10 <img src="img/clockwerk-logo.png"> 10 <img src="img/clockwerk-logo.png">
11 <h1><?php print gethostname(); ?></h1> 11 <h1><?php print gethostname(); ?></h1>
12 <hr> 12 <hr>
13 </div> 13 </div>
14 <script type="text/javascript" src="lib/jquery.min.js"></script> 14 <script type="text/javascript" src="lib/jquery.min.js"></script>
15 <form class="dark-grey" style="color:#000;text-shadow:none;text-align:left;max-width:480px;min-width:150px" method="post" action="account.php"><div class="title"></div> 15 <form class="dark-grey" style="color:#000;text-shadow:none;text-align:left;max-width:480px;min-width:150px" method="post" action="account.php"><div class="title"></div>
16 <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> 16 <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>
17 <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> 17 <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>
18 <div class="element-password" ><label class="title">Password<span class="required"></span></label><input class="large" type="password" name="password" value="" required="required"/></div> 18 <div class="element-password" ><label class="title">Password<span class="required"></span></label><input class="large" type="password" name="password" value="" required="required"/></div>
19 <div class="element-email" ><label class="title">E-Mail<span class="required"></span></label><input class="large" type="email" name="email" value="" required="required"/></div> 19 <div class="element-email" ><label class="title">E-Mail<span class="required"></span></label><input class="large" type="email" name="email" value="" required="required"/></div>
20 <div class="element-recaptcha" ><label class="title">Captcha</label><script type="text/javascript">var RecaptchaOptions = {theme : "clean"};</script> 20 <div class="element-recaptcha" ><label class="title">Captcha</label><script type="text/javascript">var RecaptchaOptions = {theme : "clean"};</script>
21 <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Lcz9ukSAAAAAPu4CYSJCjPiZeQJgG0ywy4wL_Fj&theme=clean"></script> 21 <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Lcz9ukSAAAAAPu4CYSJCjPiZeQJgG0ywy4wL_Fj&theme=clean"></script>
22 <noscript><iframe src="http://www.google.com/recaptcha/api/noscript?k=6Lcz9ukSAAAAAPu4CYSJCjPiZeQJgG0ywy4wL_Fj&hl=en" height="300" width="500" frameborder="0"></iframe></br> 22 <noscript><iframe src="http://www.google.com/recaptcha/api/noscript?k=6Lcz9ukSAAAAAPu4CYSJCjPiZeQJgG0ywy4wL_Fj&hl=en" height="300" width="500" frameborder="0"></iframe></br>
23 <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea><input type="hidden" name="recaptcha_response_field" value="manual_challenge"></noscript> 23 <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea><input type="hidden" name="recaptcha_response_field" value="manual_challenge"></noscript>
24 <script type="text/javascript">if (/#invalidcaptcha$/.test(window.location)) (document.getElementById("recaptcha_widget_div")).className += " error"</script></div> 24 <script type="text/javascript">if (/#invalidcaptcha$/.test(window.location)) (document.getElementById("recaptcha_widget_div")).className += " error"</script></div>
25   25  
26 <div class="submit"> 26 <div class="submit">
27 <input type="submit" value="Download"> 27 <input type="submit" value="Register">
28 <input type="button" onclick="parent.location='welcome.php'" value="Cancel"> 28 <input type="button" onclick="parent.location='welcome.php'" value="Cancel">
29 </div> 29 </div>
30 </form> 30 </form>
31 <script type="text/javascript" src="lib/gray.js"></script> 31 <script type="text/javascript" src="lib/gray.js"></script>
32   32  
33 </div> 33 </div>
34 </body> 34 </body>
35 </html> 35 </html>
36   36