Guest User

Untitled

a guest
Apr 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <div id="modal-from-dom" class="modal hide fade">
  2. <div class="modal-header">
  3. <a href="#" class="close">&times;</a>
  4. <h3>Sign Up!</h3>
  5. </div>
  6. <div class="modal-body">
  7. <form action="" class="form-stacked">
  8. <div class="clearfix">
  9. <label for="xlInput3">Enter Email</label>
  10. <div class="input">
  11. <input class="xlarge" id="xlInput3" name="xlInput3" size="30" type="text" />
  12. </div>
  13. </div><!-- /clearfix -->
  14. </div>
  15. <div class="modal-footer">
  16. <button type="submit" class="btn primary">Sign Me Up!</button>&nbsp;<button type="reset" class="btn">Cancel</button>
  17. </form>
  18. </div>
  19. </div>
Add Comment
Please, Sign In to add comment