Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  4. </head>
  5. <body>
  6. <form name="mainForm" method="post" action="https://app.gaji.id/gaji/login.do">
  7. <div id="ajaxError" style="display: none">
  8. <div class="warnTitle">ERROR</div>
  9. <div id="ajaxErrorContent">
  10. </div>
  11. </div>
  12.  
  13. <input type="hidden" name="pageId" value="login">
  14. <input type="hidden" name="taskId" value="login">
  15. <input type="hidden" name="language" value="Indonesia">
  16. <input type="hidden" name="stringMapped(MenuId)" value="login">
  17. <input type="hidden" name="stringMapped(MenuSequence)" value="login">
  18. <input type="hidden" name="stringMapped(serverInfo)" value="">
  19. <input type="hidden" name="stringMapped(loginFields)" value="serverInfo">
  20.  
  21. <div id="loginPanel">
  22. <div id="tableHeader">
  23. <span>.:: Login Information ::.</span>
  24. </div>
  25. <div id="loginTable">
  26. <table style="border: 0;">
  27. <tbody><tr>
  28. <td class="label">Username</td>
  29. <td><input name="stringMapped(UserLoginId)" size="16" maxlength="20" class="inputdata" type="text"></td>
  30. </tr>
  31. <tr>
  32. <td class="label">Password</td>
  33. <td><input name="stringMapped(Password)" size="16" maxlength="20" class="inputdata" type="password"></td>
  34. </tr>
  35. </tbody></table>
  36. </div>
  37. <div id="tableFooter">
  38. <input id="login" type="submit" name="imageField" value="Login">
  39. <input id="reset" type="reset" name="imageField2" onclick="reset();return false;" value="Reset">
  40. </div>
  41. </div>
  42.  
  43. </form>
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement