Advertisement
Guest User

Untitled

a guest
May 25th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. <table class="table table-hover">
  2. <tr>
  3. <th><a href="#">Reviewee</a></th>
  4. <th>Nudge</th>
  5. <th><a href="#">Manager</a></th>
  6. <th><a href="#">Reviewers</a></th>
  7. <th>
  8. <ng-select [items]="filterByTarget"
  9. placeholder="Status"
  10. bindLabel="title"
  11. class="ml-md-2 mb-3 mb-md-0">
  12. </ng-select>
  13. </th>
  14. <th class="text-right">Actions</th>
  15. </tr>
  16. <tr>
  17. <td>
  18. <a href="#">
  19. <img class="img-20 m-r-5 rounded-circle" src="/assets/images/profile1.jpg" alt="user logo">
  20. Chris the CEO
  21. </a>
  22. </td>
  23. <td>
  24. <button type="button" class="btn btn-light border ti-hand-point-left btn-sm"></button>
  25. <button type="button" class="btn btn-light border ti-check btn-sm"></button>
  26. </td>
  27. <td>
  28. <a href="#">
  29. <img class="img-20 m-r-5 rounded-circle" src="/assets/images/profile1.jpg" alt="user logo">
  30. Chris the CEO
  31. </a>
  32. </td>
  33. <td>
  34. <span class="text-muted">No public objectives</span>
  35. </td>
  36. <td class="text-right">
  37. <button type="button" class="btn btn-light border ti-list btn-sm"></button>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td>
  42. <a href="#">
  43. <img class="img-20 m-r-5 rounded-circle" src="/assets/images/profile1.jpg" alt="user logo">
  44. Chris the CEO
  45. </a>
  46. </td>
  47. <td>
  48. <button type="button" class="btn btn-light border ti-hand-point-left btn-sm"></button>
  49. <button type="button" class="btn btn-light border ti-check btn-sm"></button>
  50. </td>
  51. <td>
  52. <a href="#">
  53. <img class="img-20 m-r-5 rounded-circle" src="/assets/images/profile1.jpg" alt="user logo">
  54. Chris the CEO
  55. </a>
  56. </td>
  57. <td>
  58. <ul class="img-list d-flex flex-wrap">
  59. <li class="pos-relative img-30 m-r-5">
  60. <small class="percentage">30%</small>
  61. <img class="img-30" src="/assets/images/profile1.jpg" alt="target">
  62. </li>
  63. <li class="pos-relative img-30 m-r-5">
  64. <small class="percentage">30%</small>
  65. <img class="img-30" src="/assets/images/profile1.jpg" alt="target">
  66. </li>
  67. <li class="pos-relative img-30 m-r-5">
  68. <small class="percentage">30%</small>
  69. <img class="img-30" src="/assets/images/profile1.jpg" alt="target">
  70. </li>
  71. </ul>
  72. </td>
  73. <td class="text-right">
  74. <ul class="d-flex flex-wrap justify-content-end">
  75. <li class="m-l-5 mb-1">
  76. <div class="btn-group" dropdown>
  77. <button id="dropdown-button" dropdownToggle type="button" class="btn btn-light border btn-sm"
  78. aria-controls="table-dropdown"><span class="ti-angle-down"></span>
  79. </button>
  80. <ul id="table-dropdown" *dropdownMenu class="dropdown-menu"
  81. role="menu" aria-labelledby="button-basic">
  82. <li role="menuitem"><a class="dropdown-item" href="#">View</a></li>
  83. <li role="menuitem"><a class="dropdown-item" href="#">Complete </a></li>
  84. <li role="menuitem"><a class="dropdown-item" href="#">Delete</a></li>
  85. </ul>
  86. </div>
  87. </li>
  88. <li class="m-l-5 mb-1"><button type="button" class="btn btn-light border ti-check btn-sm"></button></li>
  89. <li class="m-l-5 mb-1"><button type="button" class="btn btn-light border ti-eye btn-sm"></button></li>
  90. <li class="m-l-5 mb-1"><button type="button" class="btn btn-light border ti-list btn-sm"></button></li>
  91. </ul>
  92. </td>
  93. </tr>
  94. <tr>
  95. <td colspan="5">
  96. <div class="border p-t-20 p-10">
  97. <h4 class="text-center mb-3">Objectives of Igor the Intern</h4>
  98. <table class="table">
  99. <tr>
  100. <th>Reviewer</th>
  101. <th>Invited By</th>
  102. <th>Invited</th>
  103. <th>Notified</th>
  104. <th>Status</th>
  105. <th class="text-right">Actions</th>
  106. </tr>
  107. <tr>
  108. <td>
  109. <a href="#">
  110. <img class="img-20 m-r-5 rounded-circle" src="/assets/images/profile1.jpg" alt="user logo">
  111. Chris the CEO
  112. </a>
  113. </td>
  114. <td>
  115. <a href="#">
  116. <img class="img-20 m-r-5 rounded-circle" src="/assets/images/profile1.jpg" alt="user logo">
  117. Chris the CEO
  118. </a>
  119. </td>
  120. <td>05/23/2018 08:21</td>
  121. <td></td>
  122. <td>Not started</td>
  123. <td class="text-right">
  124. <div class="btn-group" dropdown placement="right">
  125. <button id="dropdown-reviewer" dropdownToggle type="button" class="btn btn-light border btn-sm"
  126. aria-controls="table-reviewer"><span class="ti-angle-down"></span>
  127. </button>
  128. <ul id="table-reviewer" *dropdownMenu class="dropdown-menu dropdown-menu-right"
  129. role="menu" aria-labelledby="button">
  130. <li role="menuitem"><a class="dropdown-item" href="#">Remove Reviewer</a></li>
  131. </ul>
  132. </div>
  133. </td>
  134. </tr>
  135. </table>
  136. <div class="d-flex justify-content-center align-items-center">
  137. <label class="mb-0">Pick reviewers for Stan:</label>
  138. <input type="text" class="form-control">
  139. </div>
  140. </div>
  141. </td>
  142. </tr>
  143. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement