Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.01 KB | None | 0 0
  1.  
  2.  <div id="terms" style="float:right;">
  3. <h2><span class="negro">AzKO.</span>Terms of use</h2>
  4. <textarea id="termsof">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  5. </textarea><br />
  6.  
  7. <input type="checkbox" checked="checked" disabled="disabled"/> <strong>I accept</strong>
  8. </div><div align="center"><h2><span class="negro">AzKO.</span><:REGISTRATION:></h2>
  9. <span class="rojo"><%REG_ERROR%></span>
  10.             <form method="post" action="register/process">
  11.             <table width="0" border="0" cellpadding="0" cellspacing="0" id="register">
  12.   <tr>
  13.     <td><:REG_USER:></td>
  14.     <td><input type="text" class="someClass" title="It will be your login ID." name="user" maxlength="16"/></td>
  15.   </tr>
  16.   <tr>
  17.     <td><:REG_PASS:></td>
  18.     <td><input type="password" class="someClass" title="Choose a strong password" name="passwd1" maxlength="12" /></td>
  19.   </tr>
  20.   <tr>
  21.     <td><:REG_CPASS:></td>
  22.     <td><input type="password" class="someClass" title="Confirm your strong password" name="passwd2" maxlength="12" /></td>
  23.   </tr>
  24.   <%SOCNO%>
  25.   <tr>
  26.     <td><:REG_EMAIL:></td>
  27.     <td><input type="text" class="someClass" title="Choose an existing email" name="email1" maxlength="40" /></td>
  28.   </tr>
  29.   <tr>
  30.     <td><:REG_CEMAIL:></td>
  31.     <td><input type="text" class="someClass" title="Confirm your existing email" name="email2" maxlength="40" /></td>
  32.   </tr>
  33.   <tr><td colspan="2" style="">        <input id="registerB" type="submit" name="submit" type="submit" value=""/>
  34.         </td></tr>
  35. </table>
  36. </form>
  37. <br />
  38.         </div><br />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement