Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript" src="/static/js/analytics.js" ></script>
- <link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css"/>
- <style type="text/css">
- body { font-family: verdana; font-size: 10px; }
- #register-page label { font-weight: bold; width: 200px !important; }
- p { margin: 4px; }
- div { margin-top: 12px; }
- .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% }
- </style>
- <!--[if IE]>
- <style type="text/css">
- div { margin-top: 0px !important; }
- </style>
- <![endif]-->
- <body id="register" style="width: 430px;">
- <div class="register-container clearfix">
- <div class="register-header"><b>Register</b></div>
- <div id="register-page" style="clear: left; padding-left: 17px; width: 430px;" class="phase-0 clearfix">
- <p>Sign up for free and you can start using Rush Hotel.</p>
- <div class="phase-0" style="margin-top: 0px;">
- <form method="post" id="phase-0-form">
- <input type="hidden" name="ifposted" value="true">
- <div id="name-field-container">
- <div class="field field-habbo-name">
- <label for="Username">Username</label>
- <input type="text" id="Username" size="32" value="" name="reg_username" class="text-field" maxlength="32"/>
- <!--<a href="#" class="new-button" id="check-name-btn"><b>Check</b><i></i></a> -->
- <!--<input type="submit" name="checkNameOnly" id="check-name" value="Check"/> -->
- <div id="name-suggestions">
- </div>
- <p class="help">Your name can contain lowercase and uppercase letters and numbers.</p>
- </div>
- </div>
- <div class="field field-password">
- <label for="password">Password</label>
- <input type="password" id="password" size="35" name="reg_password" value="" class="password-field" maxlength="32"/>
- <p class="help">Choose a password that is at least 6 characters long</p>
- </div>
- <div class="field field-password2">
- <label for="password">Re-type password</label>
- <input type="password" id="password" size="35" name="reg_rep_password" value="" class="password-field" maxlength="32"/>
- <p class="help">To avoid typos in your password.</p>
- </div>
- <div class="field field-email">
- <label for="reg_email">Email</label>
- <input type="text" id="reg_email" size="35" name="reg_email" value="" class="text-field" maxlength="48"/>
- <p class="help">Enter your email address. Don't worry - we hate spam as much as you do.</p>
- </div>
- <input type="hidden" name="reg_seckey" value="1234" />
- <input type="hidden" name="register" value="register_submit" />
- <input type="submit" value="Register" name="register" style="position: absolute; bottom: 4px; width: 410px;"/>
- </form>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement