You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

59 lines
2.7 KiB

  1. <div class="modal fade" id="modal-summary" tabindex="-1" role="dialog" aria-labelledby="modal-summary" aria-hidden="true">
  2. <div class="modal-dialog modal- modal-dialog-centered modal-lg" role="document">
  3. <div class="modal-content">
  4. <div class="modal-header">
  5. <h5 id="summaryMaterial" class="modal-title">Affiliate Marketing dan Penerapannya</h5>
  6. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  7. <span aria-hidden="true">&times;</span>
  8. </button>
  9. </div>
  10. <div class="modal-body p-0">
  11. <div class="container-fluid">
  12. <div class="table-responsive">
  13. <table id="summaryTable" class="table align-items-center table-flush">
  14. <thead class="thead-light">
  15. <tr>
  16. <th scope="col">No</th>
  17. <th scope="col">Company</th>
  18. <th scope="col">Divisi</th>
  19. <th scope="col">Materi</th>
  20. <th class="text-center" scope="col">Gambar</th>
  21. <th scope="col">Video</th>
  22. <th scope="col">Presenter</th>
  23. <th scope="col">Peserta</th>
  24. </tr>
  25. </thead>
  26. <tbody>
  27. </tbody>
  28. </table>
  29. </div>
  30. </div>
  31. </div>
  32. <div class="modal-footer">
  33. <nav aria-label="...">
  34. <ul id="summaryPagination" class="pagination justify-content-end mb-0">
  35. <li class="page-item disabled">
  36. <a class="page-link" href="#" tabindex="-1">
  37. <i class="fas fa-angle-left"></i>
  38. <span class="sr-only">Previous</span>
  39. </a>
  40. </li>
  41. <li class="page-item active">
  42. <a class="page-link" href="#">1</a>
  43. </li>
  44. <li class="page-item">
  45. <a class="page-link" href="#">2 <span class="sr-only">(current)</span></a>
  46. </li>
  47. <li class="page-item"><a class="page-link" href="#">3</a></li>
  48. <li class="page-item">
  49. <a class="page-link" href="#">
  50. <i class="fas fa-angle-right"></i>
  51. <span class="sr-only">Next</span>
  52. </a>
  53. </li>
  54. </ul>
  55. </nav>
  56. </div>
  57. </div>
  58. </div>
  59. </div>