clockwerk-www – Diff between revs 23 and 39

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