Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <a href="#popupLogin" data-rel="popup" data-position-to="window" data-transition="pop">LOGIN</a>
  2.  
  3.  
  4. <div data-role="popup" id="popupLogin" data-theme="none" data-overlay-theme="b" data-dismissible="false" data-history="false" class="ui-corner-all login-popup"> <a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
  5. <form>
  6. <div style="padding:10px 20px;">
  7. <h3>Please sign in</h3>
  8. <label for="un" class="ui-hidden-accessible">Username:</label>
  9. <input type="text" name="user" id="uname" value="" placeholder="username" data-theme="a">
  10. <label for="pw" class="ui-hidden-accessible">Password:</label>
  11. <input type="password" name="pass" id="pass" value="" placeholder="password" data-theme="a">
  12. <span id="err_login"></span>
  13. <button type="button" id="login_submit" class="btns btn-green">Sign in</button>
  14. </div>
  15. </form>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement