Advertisement
Guest User

Untitled

a guest
Nov 4th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.26 KB | None | 0 0
  1. <form action="" method="post" onSubmit="return login()">
  2.  
  3.                     <label id="usernameLabelID" for="username">Username:</label>
  4.                     <input id="username" name="username" type="text" aria-required="true"/>
  5.                     <br>
  6.                     <label id="passwordLabelID" for="password">Password:</label>
  7.                     <input id="password" name="password" type="password" aria-required="true"/>
  8.  
  9.                     <div>
  10.                         <input id="chkpreloginip" name="chkpreloginip" type="hidden" value="true" aria-required="false"/>
  11.                     </div>
  12.  
  13.                     <select id="langButton" onchange="changeInterfaceLang()">
  14.                         <option value="pl">Polski</option>
  15.                         <option value="en-us">English</option>
  16.                         <option value="es">Español</option>
  17.                         <option value="de">Deutsch</option>
  18.                         <option value="fr">Français</option>
  19.                         <option value="it">Italiano</option>
  20.                     </select>
  21.                     <br/>
  22.                     <button id="signin" type="submit" class="Convergence-Login-FormButton" dojoType="dijit.form.Button" >Zaloguj</button>
  23.  
  24.                 </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement