clockwerk-www – Diff between revs 22 and 23

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