Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <div class="col-md-3">
  2. <div class="row">
  3. <h4>Select time period...
  4. <select id="select_time" class="dropbtn dropdown border1px"></h4>
  5. <option value="1" class="dropdown dropdown-content border1px option"><a href="#">1 week</a></option>
  6. <option value="2" class="dropdown dropdown-content border1px option"><a href="#">2 weeks</a></option>
  7. <option value="3" class="dropdown dropdown-content border1px option"><a href="#">3 weeks</a></option>
  8. <option value="4" class="dropdown dropdown-content border1px option"><a href="#">1 month</a></option>
  9. </select>
  10. </div>
  11. <br>
  12. <div class="row">
  13. <button class="btn btn-violet btn-purple btn-lg min-width" data-toggle="modal" data-target="#alertPlusPoints" > Borrow book </button>
  14. </div>
  15. </div>
  16. <script type="text/javascript">
  17. var e = document.getElementById("ddlViewBy");
  18. var strUser = e.options[e.selectedIndex].value;
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement