Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. <script type="text/javascript" src="/static/js/analytics.js" ></script>
  2. <link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css"/>
  3.  
  4.  
  5.  
  6. <style type="text/css">
  7. body { font-family: verdana; font-size: 10px; }
  8. #register-page label { font-weight: bold; width: 200px !important; }
  9. p { margin: 4px; }
  10. div { margin-top: 12px; }
  11. .phishing-warning { -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px; text-align: center; margin: 4px 0; padding-left: 30px; background: #000000) no-repeat 7px 50% }
  12. </style>
  13.  
  14. <!--[if IE]>
  15. <style type="text/css">
  16. div { margin-top: 0px !important; }
  17. </style>
  18. <![endif]-->
  19.  
  20.  
  21. <body id="register" style="width: 430px;">
  22. <div class="register-container clearfix">
  23. <div class="register-header"><b>Register</b></div>
  24.  
  25. <div id="register-page" style="clear: left; padding-left: 17px; width: 430px;" class="phase-0 clearfix">
  26. <p>Sign up for free and you can start using Rush Hotel.</p>
  27. <div class="phase-0" style="margin-top: 0px;">
  28. <form method="post" id="phase-0-form">
  29. <input type="hidden" name="ifposted" value="true">
  30. <div id="name-field-container">
  31. <div class="field field-habbo-name">
  32. <label for="Username">Username</label>
  33. <input type="text" id="Username" size="32" value="" name="reg_username" class="text-field" maxlength="32"/>
  34. <!--<a href="#" class="new-button" id="check-name-btn"><b>Check</b><i></i></a> -->
  35. <!--<input type="submit" name="checkNameOnly" id="check-name" value="Check"/> -->
  36. <div id="name-suggestions">
  37. </div>
  38. <p class="help">Your name can contain lowercase and uppercase letters and numbers.</p>
  39. </div>
  40. </div>
  41. <div class="field field-password">
  42. <label for="password">Password</label>
  43. <input type="password" id="password" size="35" name="reg_password" value="" class="password-field" maxlength="32"/>
  44. <p class="help">Choose a password that is at least 6 characters long</p>
  45. </div>
  46.  
  47. <div class="field field-password2">
  48. <label for="password">Re-type password</label>
  49. <input type="password" id="password" size="35" name="reg_rep_password" value="" class="password-field" maxlength="32"/>
  50. <p class="help">To avoid typos in your password.</p>
  51. </div>
  52.  
  53. <div class="field field-email">
  54. <label for="reg_email">Email</label>
  55. <input type="text" id="reg_email" size="35" name="reg_email" value="" class="text-field" maxlength="48"/>
  56. <p class="help">Enter your email address. Don't worry - we hate spam as much as you do.</p>
  57. </div>
  58. <input type="hidden" name="reg_seckey" value="1234" />
  59. <input type="hidden" name="register" value="register_submit" />
  60.  
  61. <input type="submit" value="Register" name="register" style="position: absolute; bottom: 4px; width: 410px;"/>
  62.  
  63. </form>
  64.  
  65. </div>
  66. </div>
  67.  
  68. </div>
  69. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement