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.
 
 
 

56 regels
2.5 KiB

  1. <div class="modal fade" id="modal-participants" tabindex="-1" role="dialog" aria-labelledby="modal-participants" 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 class="modal-title">Daftar Peserta</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="participantsTable" class="table align-items-center table-flush">
  14. <thead class="thead-light">
  15. <tr>
  16. <th scope="col">No</th>
  17. <th scope="col">Name</th>
  18. <th scope="col">Company</th>
  19. <th scope="col">Division</th>
  20. <th scope="col">Email</th>
  21. </tr>
  22. </thead>
  23. <tbody>
  24. </tbody>
  25. </table>
  26. </div>
  27. </div>
  28. </div>
  29. <div class="modal-footer">
  30. <nav aria-label="...">
  31. <ul id="participantPagination" class="pagination justify-content-end mb-0">
  32. <li class="page-item disabled">
  33. <a class="page-link" href="#" tabindex="-1">
  34. <i class="fas fa-angle-left"></i>
  35. <span class="sr-only">Previous</span>
  36. </a>
  37. </li>
  38. <li class="page-item active">
  39. <a class="page-link" href="#">1</a>
  40. </li>
  41. <li class="page-item">
  42. <a class="page-link" href="#">2 <span class="sr-only">(current)</span></a>
  43. </li>
  44. <li class="page-item"><a class="page-link" href="#">3</a></li>
  45. <li class="page-item">
  46. <a class="page-link" href="#">
  47. <i class="fas fa-angle-right"></i>
  48. <span class="sr-only">Next</span>
  49. </a>
  50. </li>
  51. </ul>
  52. </nav>
  53. </div>
  54. </div>
  55. </div>
  56. </div>