Guest User

Untitled

a guest
Jan 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <form id="loginForm" method="post" action="/EAIWeb/mbp/loginFlow?execution=e3s1" enctype="application/x-www-form-urlencoded">
  2. <div id="messagesInsertionPoint" style="color:red;font-weight:bold;width:175px;" nowrap="false"> </div>
  3. <fieldset>
  4. <span class="formfield">
  5. <input id="loginForm:userName" type="text" name="loginForm:userName" onfocus="javascript:setLoginValue(this)"/>
  6. <!-- h:inputText id="userName" value="" onfocus="javascript:setLoginValue(this)" / -->
  7. </span>
  8. <!-- h:message for="userName"/ -->
  9. </fieldset>
  10. <fieldset>
  11. <span class="formfield">
  12. <input id="loginForm:password" type="password" name="loginForm:password" value="" onfocus="javascript:setPwdValue(this)"/>
  13. </span>
  14. <!-- h:message for="password"/ -->
  15. </fieldset>
  16. <fieldset>
  17. <!-- sf:validateAllOnClick -->
  18. <p class="submitBtn">
  19. <input id="loginForm:continue" type="submit" name="loginForm:continue" value="Inloggen" class="submitBtnLogin"/>
  20. </p>
  21. <!-- /sf:validateAllOnClick -->
  22. </fieldset>
  23. <fieldset>
  24. <input id="loginForm:rememberMe" type="checkbox" name="loginForm:rememberMe" class="checkbox"/>
  25. <label class="full" for="loginForm:rememberMe">Houd mij aangemeld </label>
  26. </fieldset>
  27. <input type="hidden" name="loginForm" value="loginForm"/>
  28. </form>
Add Comment
Please, Sign In to add comment