Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <div>
  2. <div id="reg_input_description">
  3. Username:<br />
  4. <font size="2" >Please chose a nickname <br /> with alpha-numeric characters only.</font><br /><br />
  5. First Name:<br /><br />
  6. Last Name:<br /><br />
  7. Password:<br />
  8. <font size="2" >Use at least one number and one <br />capital letter.</font><br /><br />
  9. Confirm Password:<br /><br />
  10. Email: <br />
  11. </div>
  12. <div id="reg_error_output">
  13. <span id = "central_username_output" class = "reg_output" ></span> <br /><br />
  14. <span id = "central_first_name_output" class = "reg_output" ></span> <br />
  15. <span id = "central_last_name_output" class = "reg_output" > </span> <br />
  16. <span id = "central_password_output" class = "reg_output"></span> <br /><br />
  17. <span id = "central_confirm_password_output" class = "reg_output" ></span> <br />
  18. <span id = "central_email_output" class = "reg_output" ></span> <br />
  19. </div>
  20. <div id="reg_input_fields">
  21. <input type = "text" class = "inputbox" id = "registration_username"> <br /><br /><br />
  22. <input type = "text" class = "inputbox" id = "registration_first_name"> <br />
  23. <input type = "text" class = "inputbox" id = "registration_last_name"> <br />
  24. <input type = "password" class = "inputbox" id = "registration_password" maxlength = "14"> <br /><br /><br />
  25. <input type = "password" class = "inputbox" id = "registration_confirm_password" maxlength = "14"> <br />
  26. <input type = "text" class = "inputbox" id = "registration_email"> <br />
  27. </div>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement