Advertisement
Guest User

Untitled

a guest
May 16th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <div class="modal-content">
  2. <div class="modal-header">
  3. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  4. <span aria-hidden="true">×</span>
  5. </button>
  6. <h4>Drop Course: ECON 105AV</h4>
  7. </div>
  8. <div class="modal-body" style="/* text-align: center; */">
  9.  
  10. <div class="col-xs-12 flexy">
  11. <div class="col-xs-12 alert alert-warning header-boxes credit-balance" style="padding:10px">You are eligible to recieve a 50% tuition credit.*</div>
  12. <div class="col-xs-6 right-20">
  13. <div class="alert alert-warning header-boxes credit-balance">
  14. <strong>You Paid:</strong>
  15. <br>
  16. <strong>$1,500.00</strong>
  17. </div>
  18. </div>
  19. <div class="col-xs-6">
  20. <div class="alert alert-success header-boxes fees-due">
  21. <strong>Refund Credit:</strong>
  22. <br>
  23. <strong>$750.00</strong>
  24. </div>
  25. </div>
  26. </div>
  27. <h3 style="margin:20px 0">Are you sure that you would like to drop this course? This action is not reversible.</h3>
  28.  
  29. <p> *To inquire about your elegibility for tuition refund, see the Student Financial Services Office or email email@email.com </p>
  30. <p>To read the full Tuition, Fees, and Refunds policy, visit: <a href="http://www.alexandercollege.ca/tuition-and-refunds" target="new">www.alexandercollege.ca/tuition-and-refunds</a></p>
  31.  
  32. </div>
  33. <div class="modal-footer">
  34.  
  35. <input type="hidden" id="dropCourseID" name="ClassID" class="DropClassID" value="4591">
  36. <input type="hidden" id="dropCourseName" name="CourseName" value="" class="DropCourseName">
  37.  
  38. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#remove-modal">Cancel</button>
  39.  
  40. <button type="submit" class="btn btn-red">Drop Course</button>
  41.  
  42. </div>
  43. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement