Advertisement
Guest User

Login form

a guest
Sep 19th, 2013
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <form method="post" action="/Special:UserLogin" class="user-login">
  2. <input type="radio" name="auth_id" class="input-radio" id="radio-auth_id-16" value="16" checked = "checked"class="input-radio">
  3. <label class="label-radio" for="radio-auth_id-16">Helsemn LDAP</label>
  4. <input type="radio" name="auth_id"  class="input-radio"  id="radio-auth_id-1" value="1"class="input-radio">
  5. <input type="text" value="" name="username" autocomplete="on" size="24" spellcheck="false" class="input-text" id="text-username" />
  6. <input type="hidden" value="" name="returntotitle" id="hidden-returntotitle" />
  7. <input type="hidden" value="" name="returntourl" id="hidden-returntourl" />
  8. <input type="password"  name="password" size="24" spellcheck="false" class="input-password" id="password-password" />
  9. <button type="submit" name="deki_buttons[action][login]" value="login" tabindex="3" class="input-button">
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement