Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Register</title>
  6. <link href="stylesheet/registertheme.css" rel="stylesheet"/>
  7. <script src="js/register_common.js"></script></head>
  8.  
  9. <body>
  10. <div class="GlobalWrapper">
  11. <div class="GlobalFullHeader">
  12. <div class="GlobalHeader">
  13. <div class="HeaderSubFrame">
  14. <div class="HeaderSubFrameTitle">HELPMEPSC Registeration</div>
  15. </div>
  16. </div>
  17. </div>
  18. <div class="GlobalFullBody">
  19. <div class="GlobalBody">
  20. <form action="register.php" method="post">
  21. <table class="GlobalBodyContainer" cellpadding="0" cellspacing="0">
  22. <tr>
  23. <td class="GlobalDetailHeader"> CREATE YOUR ACCOUNT </td>
  24. </tr>
  25. <tr>
  26. <td class="GlobalDetailContainer"><table cellpadding="0" cellspacing="0" width="100%">
  27. <tr>
  28. <td class="GlobalDetailFrame"><div class="GlobalDetailFrameTitle">Follow the instructions below to create your account</div>
  29. <table cellpadding="0" cellspacing="0" width="100%">
  30. <tr>
  31. <td class="GlobalDetail"> Please fill out the information below to create your account. All the information you provide will be encrypted and stored in a secure database. Once you complete setting up your account, you will gain access to the admissions, financial aid and enrollment application processes. </td>
  32. </tr>
  33. </table></td>
  34. </tr>
  35. </table>
  36. <br />
  37. <table cellpadding="0" cellspacing="0" width="100%">
  38. <tr>
  39. <td class="GlobalDetailFrame"><div class="GlobalDetailFrameTitle"> Please complete the following registration form </div>
  40. <table cellpadding="0" cellspacing="0" width="100%">
  41. <tr>
  42. <td class="GlobalDetail">
  43. <h4 style="color: red;"><?php print $invalid_email; ?></h4>
  44. <h4 style="color: red;"><?php print $email_registered; ?></h4>
  45. <h4 style="color: red;"><?php print $username_error; ?></h4>
  46. <h4 style="color: red;"><?php print $username_exist; ?></h4>
  47. <h4 style="color: red;"><?php print $password_error; ?></h4>
  48. <table cellpadding="0" cellspacing="0" border="0" style="width: 600px; table-layout: fixed;">
  49. <col width="265" />
  50. <col width="335" />
  51. <tr>
  52. <td colspan="2" class="GlobalRequiredField"> Email Address </td>
  53. </tr>
  54. <tr>
  55. <td valign="top"><input name="email" type="text" class="GlobalTextBox" value="" style="width:250px;" /></td>
  56.  
  57. </tr>
  58. <tr>
  59. <td colspan="2"><table cellspacing="0" cellpadding="2" style="width: 100%;">
  60. <tr>
  61. <td></td>
  62. <td class="GlobalFieldDescription"> Please ensure that this is a valid, permanent email address that you check regularly. </td>
  63. </tr>
  64. </table></td>
  65. </tr>
  66. <tr>
  67. <td colspan="2">&nbsp;</td>
  68. </tr>
  69. <tr>
  70. <td colspan="2" class="GlobalRequiredField"> Username </td>
  71. </tr>
  72. <tr>
  73. <td valign="top"><input name="username" type="text" value="" class="GlobalTextBox" style="width:250px;" />
  74. <br />
  75. <div id="pwdStrengthBox"></div></td>
  76. <td><img id="ctl00_ctl00_SiteBodyContentPlaceHolder_body_ctl00_Image13" data-tooltip="This is the same username that you will use to login. Please make sure you enter a username you remember. You can also enter your email as your username." src="images/icon_help_small.png" alt="Help Icon" align="absmiddle" style="border-width:0px;" /> </td>
  77. </tr>
  78. <tr>
  79. <td colspan="2">&nbsp;</td>
  80. </tr>
  81. <tr>
  82. <td colspan="2" class="GlobalRequiredField"> Password </td>
  83. </tr>
  84. <tr>
  85. <td valign="top"><input name="password" type="password" class="GlobalTextBox" value="" style="width:250px;" />
  86. <br />
  87. <div id="pwdStrengthBox"></div></td>
  88. <td><img id="ctl00_ctl00_SiteBodyContentPlaceHolder_body_ctl00_Image13" data-tooltip="Passwords should contain 8-16 characters, include at least one upper case and one lower case letter, and one
  89. number or any of the following symbols ! @ $ % * ( ) ?. Do not include common words or names, and combine
  90. uppercase letters, lowercase letters, numbers, and symbols." src="images/icon_help_small.png" alt="Help Icon" align="absmiddle" style="border-width:0px;" /> </td>
  91. </tr>
  92.  
  93. </table></td>
  94. </tr>
  95. </table></td>
  96. </tr>
  97. </table>
  98. <br />
  99. <table border="0" cellpadding="0" cellspacing="0">
  100. <tr>
  101. <td align="left"><input type="submit" value="Register" class="GlobalSubmitButton" style="width:140px;" />
  102. </td>
  103. <td>&nbsp;&nbsp;</td>
  104. <td align="left"><a href="login.php" style="text-decoration: none;"><input type="button" class="GlobalCancelButton" value="Cancel"/></a></td>
  105. </tr>
  106. </table></td>
  107. </tr>
  108. </table></form>
  109. </div>
  110. </div>
  111. <div class="GlobalFullFooter">
  112. <div class="GlobalFooter">
  113. <div style="display: inline-block; color: #707070; width: 935px; height: 26px;"></div>
  114. </div>
  115. </div>
  116. </div>
  117. </body>
  118. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement