Advertisement
Guest User

Untitled

a guest
Sep 25th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <form id="loginForm" name="login" method="post" dojotype="dijit/form/Form">
  2.     <label for="username" class="required">Benutzer</label>
  3.     <input autocomplete="username" id="username" name="username" value="" required="true"
  4.         data-dojo-type="dijit.form.ValidationTextBox" type="text">
  5.  
  6.     <label for="password" class="required">Passwort</label>
  7.     <input autocomplete="password" id="password" name="password" value="" required="true"
  8.         data-dojo-type="dijit.form.ValidationTextBox" type="password">
  9.  
  10.     <input id="submit" name="submit" value="login" required="false" label="login"
  11.         data-dojo-type="dijit.form.Button" type="submit">
  12.  
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement