Guest User

Untitled

a guest
Dec 14th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <table style="border-bottom: 1px solid rgb(153, 153, 153); margin-bottom: 5px; padding-bottom: 5px;" border="0" cellpadding="0" cellspacing="0" width="388">
  2. <tbody>
  3. <tr>
  4. <td nowrap="nowrap">
  5. <label for="txtuser" class="tituloItem">User:</label>
  6. <input value="" class="box" name="txtuser" style="width: 117px; border: 1px solid rgb(153, 153, 153);" onFocus="return fClick(this);" onKeyPress="return onTecla(event)" onKeyDown="return onTecla(event)" type="text">
  7. </td>
  8. <td align="right" nowrap="nowrap">
  9. <label for="txtNome" class="tituloItem">pass:</label>
  10. <input name="txtpass" style="width: 80px; border: 1px solid rgb(153, 153, 153);" class="box" maxlength="8" onFocus="return fClick(this);" onKeyPress="return onTecla(event)" onKeyDown="return onTecla(event)" type="password">
  11. </td>
  12. </tr>
  13. </tbody>
  14. </table>
Add Comment
Please, Sign In to add comment