Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form id="loginForm" method="post" action="/EAIWeb/mbp/loginFlow?execution=e3s1" enctype="application/x-www-form-urlencoded">
- <div id="messagesInsertionPoint" style="color:red;font-weight:bold;width:175px;" nowrap="false"> </div>
- <fieldset>
- <span class="formfield">
- <input id="loginForm:userName" type="text" name="loginForm:userName" onfocus="javascript:setLoginValue(this)"/>
- <!-- h:inputText id="userName" value="" onfocus="javascript:setLoginValue(this)" / -->
- </span>
- <!-- h:message for="userName"/ -->
- </fieldset>
- <fieldset>
- <span class="formfield">
- <input id="loginForm:password" type="password" name="loginForm:password" value="" onfocus="javascript:setPwdValue(this)"/>
- </span>
- <!-- h:message for="password"/ -->
- </fieldset>
- <fieldset>
- <!-- sf:validateAllOnClick -->
- <p class="submitBtn">
- <input id="loginForm:continue" type="submit" name="loginForm:continue" value="Inloggen" class="submitBtnLogin"/>
- </p>
- <!-- /sf:validateAllOnClick -->
- </fieldset>
- <fieldset>
- <input id="loginForm:rememberMe" type="checkbox" name="loginForm:rememberMe" class="checkbox"/>
- <label class="full" for="loginForm:rememberMe">Houd mij aangemeld </label>
- </fieldset>
- <input type="hidden" name="loginForm" value="loginForm"/>
- </form>
Add Comment
Please, Sign In to add comment