clockwerk-www – Diff between revs 54 and 57

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 54 Rev 57
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 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 </head> 7 </head>
7 <body class="dark-grey"> 8 <body class="dark-grey">
8 <div> 9 <div>
9 <div class="center"> 10 <div class="center">
10 <img src="img/clockwerk-logo.png"> 11 <img src="img/clockwerk-logo.png" alt="logo">
11 <h1><?php print gethostname(); ?></h1> 12 <h1><?php print gethostname(); ?></h1>
12 <hr> 13 <hr>
13 </div> 14 </div>
14 <script type="text/javascript" src="lib/jquery.min.js"></script> 15 <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> 16 <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> 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>
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-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> 19 <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> 20 <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> 21 <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> 22 <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> 23 <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> 24 <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> 25 <script type="text/javascript">if (/#invalidcaptcha$/.test(window.location)) (document.getElementById("recaptcha_widget_div")).className += " error"</script></div>
25   26  
26 <div class="submit"> 27 <div class="submit">
27 <input type="submit" value="Register"> 28 <input type="submit" value="Register">
28 <input type="button" onclick="parent.location='welcome.php'" value="Cancel"> 29 <input type="button" onclick="parent.location='welcome.php'" value="Cancel">
29 </div> 30 </div>
30 </form> 31 </form>
31 <script type="text/javascript" src="lib/gray.js"></script> 32 <script type="text/javascript" src="lib/gray.js"></script>
32   33  
33 </div> 34 </div>
34 </body> 35 </body>
35 </html> 36 </html>
36   37