Guest User

Untitled

a guest
Oct 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <form name="login" id="login" method="post" action="j_security_check" >
  2. <table>
  3. <tr>
  4. <td>
  5. <label for="j_username">Username</label>
  6. </td>
  7. <td>
  8. <input id="j_username" type="text" name="j_username"/>
  9. </td>
  10. </tr>
  11. <tr>
  12. <td>
  13. <label for="j_password">Password</label>
  14. </td>
  15. <td>
  16. <input id="j_password" type="password" name="j_password"/>
  17. </td>
  18. </tr>
  19. <tr>
  20. <td></td>
  21. <td>
  22. <button id="button_submit" type="submit" onclick="javascript:document.login.submit();" class="logBut">Submit</button>
  23. </td>
  24. </tr>
  25. </table>
  26. </form>
Add Comment
Please, Sign In to add comment