Advertisement
Guest User

Untitled

a guest
Oct 10th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
  3. <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
  4. <!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <title>Webmail Login</title>
  10. <link rel="stylesheet" href="css/style.css">
  11. <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  12. </head>
  13. <body>
  14. <div id="content-wrap"><form action="https://www.domainname.com.au:2096/login/" method="post"> <input name="login_theme" type="hidden" value="cpanel" />
  15. <h1 class="sign-up-title">Webmail Login</h1>
  16. <input type="text" id="user" name="user" class="sign-up-input" placeholder="Email address"<input id="user" name="user" autofocus>
  17. <input type="password" id="pass" name="pass" class="sign-up-input" placeholder="Password">
  18. <input type="submit" value="Login" class="sign-up-button">
  19. <input name="goto_uri" type="hidden" value="/?login_theme=cpanel" />
  20. <script type="text/javascript">
  21. <!--
  22. /* Must not include external javascript -jnk 06.20.09 */
  23. var init = function() {
  24. document.getElementById("user").value = '';
  25. document.getElementById("pass").value = '';
  26. document.getElementById("user").focus();
  27. };
  28. if( window.addEventListener ) {
  29. window.addEventListener('load',init,false);
  30. } else if( document.addEventListener ) {
  31. document.addEventListener('load',init,false);
  32. }
  33. // --></script>
  34. </form>
  35. </body>
  36. </html>
  37. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement