tables.html 89 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta18
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="./dist/css/tabler.min.css?1684072869" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1684072869" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1684072869" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1684072869" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1684072869" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body >
  33. <script src="./dist/js/demo-theme.min.js?1684072869"></script>
  34. <div class="page">
  35. <!-- Navbar -->
  36. <header class="navbar navbar-expand-md d-print-none" >
  37. <div class="container-xl">
  38. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
  39. <span class="navbar-toggler-icon"></span>
  40. </button>
  41. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  42. <a href=".">
  43. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  44. </a>
  45. </h1>
  46. <div class="navbar-nav flex-row order-md-last">
  47. <div class="nav-item d-none d-md-flex me-3">
  48. <div class="btn-list">
  49. <a href="https://github.com/tabler/tabler" class="btn" target="_blank" rel="noreferrer">
  50. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  51. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  52. Source code
  53. </a>
  54. <a href="https://github.com/sponsors/codecalm" class="btn" target="_blank" rel="noreferrer">
  55. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  56. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  57. Sponsor
  58. </a>
  59. </div>
  60. </div>
  61. <div class="d-none d-md-flex">
  62. <a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
  63. data-bs-placement="bottom">
  64. <!-- Download SVG icon from http://tabler-icons.io/i/moon -->
  65. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
  66. </a>
  67. <a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
  68. data-bs-placement="bottom">
  69. <!-- Download SVG icon from http://tabler-icons.io/i/sun -->
  70. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
  71. </a>
  72. <div class="nav-item dropdown d-none d-md-flex me-3">
  73. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  74. <!-- Download SVG icon from http://tabler-icons.io/i/bell -->
  75. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
  76. <span class="badge bg-red"></span>
  77. </a>
  78. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
  79. <div class="card">
  80. <div class="card-header">
  81. <h3 class="card-title">Last updates</h3>
  82. </div>
  83. <div class="list-group list-group-flush list-group-hoverable">
  84. <div class="list-group-item">
  85. <div class="row align-items-center">
  86. <div class="col-auto"><span class="status-dot status-dot-animated bg-red d-block"></span></div>
  87. <div class="col text-truncate">
  88. <a href="#" class="text-body d-block">Example 1</a>
  89. <div class="d-block text-muted text-truncate mt-n1">
  90. Change deprecated html tags to text decoration classes (#29604)
  91. </div>
  92. </div>
  93. <div class="col-auto">
  94. <a href="#" class="list-group-item-actions">
  95. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  96. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  97. </a>
  98. </div>
  99. </div>
  100. </div>
  101. <div class="list-group-item">
  102. <div class="row align-items-center">
  103. <div class="col-auto"><span class="status-dot d-block"></span></div>
  104. <div class="col text-truncate">
  105. <a href="#" class="text-body d-block">Example 2</a>
  106. <div class="d-block text-muted text-truncate mt-n1">
  107. justify-content:between ⇒ justify-content:space-between (#29734)
  108. </div>
  109. </div>
  110. <div class="col-auto">
  111. <a href="#" class="list-group-item-actions show">
  112. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  113. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-yellow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  114. </a>
  115. </div>
  116. </div>
  117. </div>
  118. <div class="list-group-item">
  119. <div class="row align-items-center">
  120. <div class="col-auto"><span class="status-dot d-block"></span></div>
  121. <div class="col text-truncate">
  122. <a href="#" class="text-body d-block">Example 3</a>
  123. <div class="d-block text-muted text-truncate mt-n1">
  124. Update change-version.js (#29736)
  125. </div>
  126. </div>
  127. <div class="col-auto">
  128. <a href="#" class="list-group-item-actions">
  129. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  130. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  131. </a>
  132. </div>
  133. </div>
  134. </div>
  135. <div class="list-group-item">
  136. <div class="row align-items-center">
  137. <div class="col-auto"><span class="status-dot status-dot-animated bg-green d-block"></span></div>
  138. <div class="col text-truncate">
  139. <a href="#" class="text-body d-block">Example 4</a>
  140. <div class="d-block text-muted text-truncate mt-n1">
  141. Regenerate package-lock.json (#29730)
  142. </div>
  143. </div>
  144. <div class="col-auto">
  145. <a href="#" class="list-group-item-actions">
  146. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  147. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  148. </a>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="nav-item dropdown">
  158. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  159. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
  160. <div class="d-none d-xl-block ps-2">
  161. <div>Paweł Kuna</div>
  162. <div class="mt-1 small text-muted">UI Designer</div>
  163. </div>
  164. </a>
  165. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  166. <a href="#" class="dropdown-item">Status</a>
  167. <a href="./profile.html" class="dropdown-item">Profile</a>
  168. <a href="#" class="dropdown-item">Feedback</a>
  169. <div class="dropdown-divider"></div>
  170. <a href="./settings.html" class="dropdown-item">Settings</a>
  171. <a href="./sign-in.html" class="dropdown-item">Logout</a>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. </header>
  177. <header class="navbar-expand-md">
  178. <div class="collapse navbar-collapse" id="navbar-menu">
  179. <div class="navbar">
  180. <div class="container-xl">
  181. <ul class="navbar-nav">
  182. <li class="nav-item">
  183. <a class="nav-link" href="./" >
  184. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
  185. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
  186. </span>
  187. <span class="nav-link-title">
  188. Home
  189. </span>
  190. </a>
  191. </li>
  192. <li class="nav-item active dropdown">
  193. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  194. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/package -->
  195. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" /><path d="M12 12l8 -4.5" /><path d="M12 12l0 9" /><path d="M12 12l-8 -4.5" /><path d="M16 5.25l-8 4.5" /></svg>
  196. </span>
  197. <span class="nav-link-title">
  198. Interface
  199. </span>
  200. </a>
  201. <div class="dropdown-menu">
  202. <div class="dropdown-menu-columns">
  203. <div class="dropdown-menu-column">
  204. <a class="dropdown-item" href="./accordion.html">
  205. Accordion
  206. </a>
  207. <a class="dropdown-item" href="./blank.html">
  208. Blank page
  209. </a>
  210. <a class="dropdown-item" href="./badges.html">
  211. Badges
  212. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  213. </a>
  214. <a class="dropdown-item" href="./buttons.html">
  215. Buttons
  216. </a>
  217. <div class="dropend">
  218. <a class="dropdown-item dropdown-toggle" href="#sidebar-cards" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  219. Cards
  220. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  221. </a>
  222. <div class="dropdown-menu">
  223. <a href="./cards.html" class="dropdown-item">
  224. Sample cards
  225. </a>
  226. <a href="./card-actions.html" class="dropdown-item">
  227. Card actions
  228. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  229. </a>
  230. <a href="./cards-masonry.html" class="dropdown-item">
  231. Cards Masonry
  232. </a>
  233. </div>
  234. </div>
  235. <a class="dropdown-item" href="./colors.html">
  236. Colors
  237. </a>
  238. <a class="dropdown-item" href="./datagrid.html">
  239. Data grid
  240. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  241. </a>
  242. <a class="dropdown-item" href="./datatables.html">
  243. Datatables
  244. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  245. </a>
  246. <a class="dropdown-item" href="./dropdowns.html">
  247. Dropdowns
  248. </a>
  249. <a class="dropdown-item" href="./modals.html">
  250. Modals
  251. </a>
  252. <a class="dropdown-item" href="./maps.html">
  253. Maps
  254. </a>
  255. <a class="dropdown-item" href="./map-fullsize.html">
  256. Map fullsize
  257. </a>
  258. <a class="dropdown-item" href="./maps-vector.html">
  259. Vector maps
  260. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  261. </a>
  262. <a class="dropdown-item" href="./navigation.html">
  263. Navigation
  264. </a>
  265. <a class="dropdown-item" href="./charts.html">
  266. Charts
  267. </a>
  268. <a class="dropdown-item" href="./pagination.html">
  269. <!-- Download SVG icon from http://tabler-icons.io/i/pie-chart -->
  270. Pagination
  271. </a>
  272. </div>
  273. <div class="dropdown-menu-column">
  274. <a class="dropdown-item" href="./placeholder.html">
  275. Placeholder
  276. </a>
  277. <a class="dropdown-item" href="./steps.html">
  278. Steps
  279. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  280. </a>
  281. <a class="dropdown-item" href="./tabs.html">
  282. Tabs
  283. </a>
  284. <a class="dropdown-item active" href="./tables.html">
  285. Tables
  286. </a>
  287. <a class="dropdown-item" href="./carousel.html">
  288. Carousel
  289. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  290. </a>
  291. <a class="dropdown-item" href="./lists.html">
  292. Lists
  293. </a>
  294. <a class="dropdown-item" href="./typography.html">
  295. Typography
  296. </a>
  297. <a class="dropdown-item" href="./offcanvas.html">
  298. Offcanvas
  299. </a>
  300. <a class="dropdown-item" href="./markdown.html">
  301. Markdown
  302. </a>
  303. <a class="dropdown-item" href="./dropzone.html">
  304. Dropzone
  305. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  306. </a>
  307. <a class="dropdown-item" href="./lightbox.html">
  308. Lightbox
  309. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  310. </a>
  311. <a class="dropdown-item" href="./tinymce.html">
  312. TinyMCE
  313. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  314. </a>
  315. <a class="dropdown-item" href="./inline-player.html">
  316. Inline player
  317. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  318. </a>
  319. <div class="dropend">
  320. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  321. Authentication
  322. </a>
  323. <div class="dropdown-menu">
  324. <a href="./sign-in.html" class="dropdown-item">
  325. Sign in
  326. </a>
  327. <a href="./sign-in-link.html" class="dropdown-item">
  328. Sign in link
  329. </a>
  330. <a href="./sign-in-illustration.html" class="dropdown-item">
  331. Sign in with illustration
  332. </a>
  333. <a href="./sign-in-cover.html" class="dropdown-item">
  334. Sign in with cover
  335. </a>
  336. <a href="./sign-up.html" class="dropdown-item">
  337. Sign up
  338. </a>
  339. <a href="./forgot-password.html" class="dropdown-item">
  340. Forgot password
  341. </a>
  342. <a href="./terms-of-service.html" class="dropdown-item">
  343. Terms of service
  344. </a>
  345. <a href="./auth-lock.html" class="dropdown-item">
  346. Lock screen
  347. </a>
  348. </div>
  349. </div>
  350. <div class="dropend">
  351. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  352. <!-- Download SVG icon from http://tabler-icons.io/i/file-minus -->
  353. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 14l6 0" /></svg>
  354. Error pages
  355. </a>
  356. <div class="dropdown-menu">
  357. <a href="./error-404.html" class="dropdown-item">
  358. 404 page
  359. </a>
  360. <a href="./error-500.html" class="dropdown-item">
  361. 500 page
  362. </a>
  363. <a href="./error-maintenance.html" class="dropdown-item">
  364. Maintenance page
  365. </a>
  366. </div>
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </li>
  372. <li class="nav-item">
  373. <a class="nav-link" href="./form-elements.html" >
  374. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  375. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
  376. </span>
  377. <span class="nav-link-title">
  378. Form elements
  379. </span>
  380. </a>
  381. </li>
  382. <li class="nav-item dropdown">
  383. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  384. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  385. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  386. </span>
  387. <span class="nav-link-title">
  388. Extra
  389. </span>
  390. </a>
  391. <div class="dropdown-menu">
  392. <div class="dropdown-menu-columns">
  393. <div class="dropdown-menu-column">
  394. <a class="dropdown-item" href="./empty.html">
  395. Empty page
  396. </a>
  397. <a class="dropdown-item" href="./cookie-banner.html">
  398. Cookie banner
  399. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  400. </a>
  401. <a class="dropdown-item" href="./activity.html">
  402. Activity
  403. </a>
  404. <a class="dropdown-item" href="./gallery.html">
  405. Gallery
  406. </a>
  407. <a class="dropdown-item" href="./invoice.html">
  408. Invoice
  409. </a>
  410. <a class="dropdown-item" href="./search-results.html">
  411. Search results
  412. </a>
  413. <a class="dropdown-item" href="./pricing.html">
  414. Pricing cards
  415. </a>
  416. <a class="dropdown-item" href="./pricing-table.html">
  417. Pricing table
  418. </a>
  419. <a class="dropdown-item" href="./faq.html">
  420. FAQ
  421. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  422. </a>
  423. <a class="dropdown-item" href="./users.html">
  424. Users
  425. </a>
  426. <a class="dropdown-item" href="./license.html">
  427. License
  428. </a>
  429. </div>
  430. <div class="dropdown-menu-column">
  431. <a class="dropdown-item" href="./logs.html">
  432. Logs
  433. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  434. </a>
  435. <a class="dropdown-item" href="./music.html">
  436. Music
  437. </a>
  438. <a class="dropdown-item" href="./photogrid.html">
  439. Photogrid
  440. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  441. </a>
  442. <a class="dropdown-item" href="./tasks.html">
  443. Tasks
  444. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  445. </a>
  446. <a class="dropdown-item" href="./uptime.html">
  447. Uptime monitor
  448. </a>
  449. <a class="dropdown-item" href="./widgets.html">
  450. Widgets
  451. </a>
  452. <a class="dropdown-item" href="./wizard.html">
  453. Wizard
  454. </a>
  455. <a class="dropdown-item" href="./settings.html">
  456. Settings
  457. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  458. </a>
  459. <a class="dropdown-item" href="./trial-ended.html">
  460. Trial ended
  461. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  462. </a>
  463. <a class="dropdown-item" href="./job-listing.html">
  464. Job listing
  465. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  466. </a>
  467. <a class="dropdown-item" href="./page-loader.html">
  468. Page loader
  469. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  470. </a>
  471. </div>
  472. </div>
  473. </div>
  474. </li>
  475. <li class="nav-item dropdown">
  476. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  477. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  478. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /></svg>
  479. </span>
  480. <span class="nav-link-title">
  481. Layout
  482. </span>
  483. </a>
  484. <div class="dropdown-menu">
  485. <div class="dropdown-menu-columns">
  486. <div class="dropdown-menu-column">
  487. <a class="dropdown-item" href="./layout-horizontal.html">
  488. Horizontal
  489. </a>
  490. <a class="dropdown-item" href="./layout-boxed.html">
  491. Boxed
  492. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  493. </a>
  494. <a class="dropdown-item" href="./layout-vertical.html">
  495. Vertical
  496. </a>
  497. <a class="dropdown-item" href="./layout-vertical-transparent.html">
  498. Vertical transparent
  499. </a>
  500. <a class="dropdown-item" href="./layout-vertical-right.html">
  501. Right vertical
  502. </a>
  503. <a class="dropdown-item" href="./layout-condensed.html">
  504. Condensed
  505. </a>
  506. <a class="dropdown-item" href="./layout-combo.html">
  507. Combined
  508. </a>
  509. </div>
  510. <div class="dropdown-menu-column">
  511. <a class="dropdown-item" href="./layout-navbar-dark.html">
  512. Navbar dark
  513. </a>
  514. <a class="dropdown-item" href="./layout-navbar-sticky.html">
  515. Navbar sticky
  516. </a>
  517. <a class="dropdown-item" href="./layout-navbar-overlap.html">
  518. Navbar overlap
  519. </a>
  520. <a class="dropdown-item" href="./layout-rtl.html">
  521. RTL mode
  522. </a>
  523. <a class="dropdown-item" href="./layout-fluid.html">
  524. Fluid
  525. </a>
  526. <a class="dropdown-item" href="./layout-fluid-vertical.html">
  527. Fluid vertical
  528. </a>
  529. </div>
  530. </div>
  531. </div>
  532. </li>
  533. <li class="nav-item">
  534. <a class="nav-link" href="./icons.html" >
  535. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  536. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><path d="M10 10l.01 0" /><path d="M14 10l.01 0" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
  537. </span>
  538. <span class="nav-link-title">
  539. 4158 icons
  540. </span>
  541. </a>
  542. </li>
  543. <li class="nav-item dropdown">
  544. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  545. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  546. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M15 15l3.35 3.35" /><path d="M9 15l-3.35 3.35" /><path d="M5.65 5.65l3.35 3.35" /><path d="M18.35 5.65l-3.35 3.35" /></svg>
  547. </span>
  548. <span class="nav-link-title">
  549. Help
  550. </span>
  551. </a>
  552. <div class="dropdown-menu">
  553. <a class="dropdown-item" href="https://tabler.io/docs" target="_blank" rel="noopener">
  554. Documentation
  555. </a>
  556. <a class="dropdown-item" href="./changelog.html">
  557. Changelog
  558. </a>
  559. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  560. Source code
  561. </a>
  562. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  563. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  564. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  565. Sponsor project!
  566. </a>
  567. </div>
  568. </li>
  569. </ul>
  570. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  571. <form action="./" method="get" autocomplete="off" novalidate>
  572. <div class="input-icon">
  573. <span class="input-icon-addon">
  574. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  575. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
  576. </span>
  577. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  578. </div>
  579. </form>
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. </header>
  585. <div class="page-wrapper">
  586. <!-- Page header -->
  587. <div class="page-header d-print-none">
  588. <div class="container-xl">
  589. <div class="row g-2 align-items-center">
  590. <div class="col">
  591. <h2 class="page-title">
  592. Tables
  593. </h2>
  594. </div>
  595. </div>
  596. </div>
  597. </div>
  598. <!-- Page body -->
  599. <div class="page-body">
  600. <div class="container-xl">
  601. <div class="row row-cards">
  602. <div class="col-lg-8">
  603. <div class="card">
  604. <div class="table-responsive">
  605. <table
  606. class="table table-vcenter card-table">
  607. <thead>
  608. <tr>
  609. <th>Name</th>
  610. <th>Title</th>
  611. <th>Email</th>
  612. <th>Role</th>
  613. <th class="w-1"></th>
  614. </tr>
  615. </thead>
  616. <tbody>
  617. <tr>
  618. <td >Paweł Kuna</td>
  619. <td class="text-muted" >
  620. UI Designer, Training
  621. </td>
  622. <td class="text-muted" ><a href="#" class="text-reset">paweluna@howstuffworks.com</a></td>
  623. <td class="text-muted" >
  624. User
  625. </td>
  626. <td>
  627. <a href="#">Edit</a>
  628. </td>
  629. </tr>
  630. <tr>
  631. <td >Jeffie Lewzey</td>
  632. <td class="text-muted" >
  633. Chemical Engineer, Support
  634. </td>
  635. <td class="text-muted" ><a href="#" class="text-reset">jlewzey1@seesaa.net</a></td>
  636. <td class="text-muted" >
  637. Admin
  638. </td>
  639. <td>
  640. <a href="#">Edit</a>
  641. </td>
  642. </tr>
  643. <tr>
  644. <td >Mallory Hulme</td>
  645. <td class="text-muted" >
  646. Geologist IV, Support
  647. </td>
  648. <td class="text-muted" ><a href="#" class="text-reset">mhulme2@domainmarket.com</a></td>
  649. <td class="text-muted" >
  650. User
  651. </td>
  652. <td>
  653. <a href="#">Edit</a>
  654. </td>
  655. </tr>
  656. <tr>
  657. <td >Dunn Slane</td>
  658. <td class="text-muted" >
  659. Research Nurse, Sales
  660. </td>
  661. <td class="text-muted" ><a href="#" class="text-reset">dslane3@epa.gov</a></td>
  662. <td class="text-muted" >
  663. Owner
  664. </td>
  665. <td>
  666. <a href="#">Edit</a>
  667. </td>
  668. </tr>
  669. <tr>
  670. <td >Emmy Levet</td>
  671. <td class="text-muted" >
  672. VP Product Management, Accounting
  673. </td>
  674. <td class="text-muted" ><a href="#" class="text-reset">elevet4@senate.gov</a></td>
  675. <td class="text-muted" >
  676. Admin
  677. </td>
  678. <td>
  679. <a href="#">Edit</a>
  680. </td>
  681. </tr>
  682. <tr>
  683. <td >Maryjo Lebarree</td>
  684. <td class="text-muted" >
  685. Civil Engineer, Product Management
  686. </td>
  687. <td class="text-muted" ><a href="#" class="text-reset">mlebarree5@unc.edu</a></td>
  688. <td class="text-muted" >
  689. User
  690. </td>
  691. <td>
  692. <a href="#">Edit</a>
  693. </td>
  694. </tr>
  695. <tr>
  696. <td >Egan Poetz</td>
  697. <td class="text-muted" >
  698. Research Nurse, Engineering
  699. </td>
  700. <td class="text-muted" ><a href="#" class="text-reset">epoetz6@free.fr</a></td>
  701. <td class="text-muted" >
  702. Admin
  703. </td>
  704. <td>
  705. <a href="#">Edit</a>
  706. </td>
  707. </tr>
  708. <tr>
  709. <td >Kellie Skingley</td>
  710. <td class="text-muted" >
  711. Teacher, Services
  712. </td>
  713. <td class="text-muted" ><a href="#" class="text-reset">kskingley7@columbia.edu</a></td>
  714. <td class="text-muted" >
  715. Owner
  716. </td>
  717. <td>
  718. <a href="#">Edit</a>
  719. </td>
  720. </tr>
  721. </tbody>
  722. </table>
  723. </div>
  724. </div>
  725. </div>
  726. <div class="col-lg-4">
  727. <div class="card">
  728. <div class="card-body">
  729. <h3 class="card-title">Top Pages</h3>
  730. <table class="table table-sm table-borderless">
  731. <thead>
  732. <tr>
  733. <th>Page</th>
  734. <th class="text-end">Visitors</th>
  735. </tr>
  736. </thead>
  737. <tbody>
  738. <tr>
  739. <td>
  740. <div class="progressbg">
  741. <div class="progress progressbg-progress">
  742. <div class="progress-bar bg-primary-lt" style="width: 82.54%" role="progressbar" aria-valuenow="82.54" aria-valuemin="0" aria-valuemax="100" aria-label="82.54% Complete">
  743. <span class="visually-hidden">82.54% Complete</span>
  744. </div>
  745. </div>
  746. <div class="progressbg-text">/</div>
  747. </div>
  748. </td>
  749. <td class="w-1 fw-bold text-end">4896</td>
  750. </tr>
  751. <tr>
  752. <td>
  753. <div class="progressbg">
  754. <div class="progress progressbg-progress">
  755. <div class="progress-bar bg-primary-lt" style="width: 76.29%" role="progressbar" aria-valuenow="76.29" aria-valuemin="0" aria-valuemax="100" aria-label="76.29% Complete">
  756. <span class="visually-hidden">76.29% Complete</span>
  757. </div>
  758. </div>
  759. <div class="progressbg-text">/form-elements.html</div>
  760. </div>
  761. </td>
  762. <td class="w-1 fw-bold text-end">3652</td>
  763. </tr>
  764. <tr>
  765. <td>
  766. <div class="progressbg">
  767. <div class="progress progressbg-progress">
  768. <div class="progress-bar bg-primary-lt" style="width: 72.65%" role="progressbar" aria-valuenow="72.65" aria-valuemin="0" aria-valuemax="100" aria-label="72.65% Complete">
  769. <span class="visually-hidden">72.65% Complete</span>
  770. </div>
  771. </div>
  772. <div class="progressbg-text">/index.html</div>
  773. </div>
  774. </td>
  775. <td class="w-1 fw-bold text-end">3256</td>
  776. </tr>
  777. <tr>
  778. <td>
  779. <div class="progressbg">
  780. <div class="progress progressbg-progress">
  781. <div class="progress-bar bg-primary-lt" style="width: 44.89%" role="progressbar" aria-valuenow="44.89" aria-valuemin="0" aria-valuemax="100" aria-label="44.89% Complete">
  782. <span class="visually-hidden">44.89% Complete</span>
  783. </div>
  784. </div>
  785. <div class="progressbg-text">/icons.html</div>
  786. </div>
  787. </td>
  788. <td class="w-1 fw-bold text-end">986</td>
  789. </tr>
  790. <tr>
  791. <td>
  792. <div class="progressbg">
  793. <div class="progress progressbg-progress">
  794. <div class="progress-bar bg-primary-lt" style="width: 41.12%" role="progressbar" aria-valuenow="41.12" aria-valuemin="0" aria-valuemax="100" aria-label="41.12% Complete">
  795. <span class="visually-hidden">41.12% Complete</span>
  796. </div>
  797. </div>
  798. <div class="progressbg-text">/docs/</div>
  799. </div>
  800. </td>
  801. <td class="w-1 fw-bold text-end">912</td>
  802. </tr>
  803. <tr>
  804. <td>
  805. <div class="progressbg">
  806. <div class="progress progressbg-progress">
  807. <div class="progress-bar bg-primary-lt" style="width: 32.65%" role="progressbar" aria-valuenow="32.65" aria-valuemin="0" aria-valuemax="100" aria-label="32.65% Complete">
  808. <span class="visually-hidden">32.65% Complete</span>
  809. </div>
  810. </div>
  811. <div class="progressbg-text">/accordion.html</div>
  812. </div>
  813. </td>
  814. <td class="w-1 fw-bold text-end">855</td>
  815. </tr>
  816. <tr>
  817. <td>
  818. <div class="progressbg">
  819. <div class="progress progressbg-progress">
  820. <div class="progress-bar bg-primary-lt" style="width: 16.22%" role="progressbar" aria-valuenow="16.22" aria-valuemin="0" aria-valuemax="100" aria-label="16.22% Complete">
  821. <span class="visually-hidden">16.22% Complete</span>
  822. </div>
  823. </div>
  824. <div class="progressbg-text">/datagrid.html</div>
  825. </div>
  826. </td>
  827. <td class="w-1 fw-bold text-end">764</td>
  828. </tr>
  829. <tr>
  830. <td>
  831. <div class="progressbg">
  832. <div class="progress progressbg-progress">
  833. <div class="progress-bar bg-primary-lt" style="width: 8.69%" role="progressbar" aria-valuenow="8.69" aria-valuemin="0" aria-valuemax="100" aria-label="8.69% Complete">
  834. <span class="visually-hidden">8.69% Complete</span>
  835. </div>
  836. </div>
  837. <div class="progressbg-text">/datatables.html</div>
  838. </div>
  839. </td>
  840. <td class="w-1 fw-bold text-end">686</td>
  841. </tr>
  842. </tbody>
  843. </table>
  844. </div>
  845. </div>
  846. </div>
  847. <div class="col-12">
  848. <div class="card">
  849. <div class="table-responsive">
  850. <table
  851. class="table table-vcenter card-table table-striped">
  852. <thead>
  853. <tr>
  854. <th>Name</th>
  855. <th>Title</th>
  856. <th>Email</th>
  857. <th>Role</th>
  858. <th class="w-1"></th>
  859. </tr>
  860. </thead>
  861. <tbody>
  862. <tr>
  863. <td >Maryjo Lebarree</td>
  864. <td class="text-muted" >
  865. Civil Engineer, Product Management
  866. </td>
  867. <td class="text-muted" ><a href="#" class="text-reset">mlebarree5@unc.edu</a></td>
  868. <td class="text-muted" >
  869. User
  870. </td>
  871. <td>
  872. <a href="#">Edit</a>
  873. </td>
  874. </tr>
  875. <tr>
  876. <td >Egan Poetz</td>
  877. <td class="text-muted" >
  878. Research Nurse, Engineering
  879. </td>
  880. <td class="text-muted" ><a href="#" class="text-reset">epoetz6@free.fr</a></td>
  881. <td class="text-muted" >
  882. Admin
  883. </td>
  884. <td>
  885. <a href="#">Edit</a>
  886. </td>
  887. </tr>
  888. <tr>
  889. <td >Kellie Skingley</td>
  890. <td class="text-muted" >
  891. Teacher, Services
  892. </td>
  893. <td class="text-muted" ><a href="#" class="text-reset">kskingley7@columbia.edu</a></td>
  894. <td class="text-muted" >
  895. User
  896. </td>
  897. <td>
  898. <a href="#">Edit</a>
  899. </td>
  900. </tr>
  901. <tr>
  902. <td >Christabel Charlwood</td>
  903. <td class="text-muted" >
  904. Tax Accountant, Engineering
  905. </td>
  906. <td class="text-muted" ><a href="#" class="text-reset">ccharlwood8@nifty.com</a></td>
  907. <td class="text-muted" >
  908. Owner
  909. </td>
  910. <td>
  911. <a href="#">Edit</a>
  912. </td>
  913. </tr>
  914. <tr>
  915. <td >Haskel Shelper</td>
  916. <td class="text-muted" >
  917. Staff Scientist, Legal
  918. </td>
  919. <td class="text-muted" ><a href="#" class="text-reset">hshelper9@woothemes.com</a></td>
  920. <td class="text-muted" >
  921. Admin
  922. </td>
  923. <td>
  924. <a href="#">Edit</a>
  925. </td>
  926. </tr>
  927. </tbody>
  928. </table>
  929. </div>
  930. </div>
  931. </div>
  932. <div class="col-12">
  933. <div class="card">
  934. <div class="table-responsive">
  935. <table
  936. class="table table-vcenter card-table">
  937. <thead>
  938. <tr>
  939. <th>Name</th>
  940. <th>Title</th>
  941. <th>Role</th>
  942. <th class="w-1"></th>
  943. </tr>
  944. </thead>
  945. <tbody>
  946. <tr>
  947. <td >
  948. <div class="d-flex py-1 align-items-center">
  949. <span class="avatar me-2" style="background-image: url(./static/avatars/006m.jpg)"></span>
  950. <div class="flex-fill">
  951. <div class="font-weight-medium">Lorry Mion</div>
  952. <div class="text-muted"><a href="#" class="text-reset">lmiona@livejournal.com</a></div>
  953. </div>
  954. </div>
  955. </td>
  956. <td >
  957. <div>Automation Specialist IV</div>
  958. <div class="text-muted">Accounting</div>
  959. </td>
  960. <td class="text-muted" >
  961. User
  962. </td>
  963. <td>
  964. <a href="#">Edit</a>
  965. </td>
  966. </tr>
  967. <tr>
  968. <td >
  969. <div class="d-flex py-1 align-items-center">
  970. <span class="avatar me-2" style="background-image: url(./static/avatars/004f.jpg)"></span>
  971. <div class="flex-fill">
  972. <div class="font-weight-medium">Leesa Beaty</div>
  973. <div class="text-muted"><a href="#" class="text-reset">lbeatyb@alibaba.com</a></div>
  974. </div>
  975. </div>
  976. </td>
  977. <td >
  978. <div>Editor</div>
  979. <div class="text-muted">Services</div>
  980. </td>
  981. <td class="text-muted" >
  982. Admin
  983. </td>
  984. <td>
  985. <a href="#">Edit</a>
  986. </td>
  987. </tr>
  988. <tr>
  989. <td >
  990. <div class="d-flex py-1 align-items-center">
  991. <span class="avatar me-2" style="background-image: url(./static/avatars/007m.jpg)"></span>
  992. <div class="flex-fill">
  993. <div class="font-weight-medium">Perren Keemar</div>
  994. <div class="text-muted"><a href="#" class="text-reset">pkeemarc@yahoo.com</a></div>
  995. </div>
  996. </div>
  997. </td>
  998. <td >
  999. <div>Analog Circuit Design manager</div>
  1000. <div class="text-muted">Services</div>
  1001. </td>
  1002. <td class="text-muted" >
  1003. User
  1004. </td>
  1005. <td>
  1006. <a href="#">Edit</a>
  1007. </td>
  1008. </tr>
  1009. <tr>
  1010. <td >
  1011. <div class="d-flex py-1 align-items-center">
  1012. <span class="avatar me-2">SA</span>
  1013. <div class="flex-fill">
  1014. <div class="font-weight-medium">Sunny Airey</div>
  1015. <div class="text-muted"><a href="#" class="text-reset">saireyd@prlog.org</a></div>
  1016. </div>
  1017. </div>
  1018. </td>
  1019. <td >
  1020. <div>Nuclear Power Engineer</div>
  1021. <div class="text-muted">Engineering</div>
  1022. </td>
  1023. <td class="text-muted" >
  1024. Owner
  1025. </td>
  1026. <td>
  1027. <a href="#">Edit</a>
  1028. </td>
  1029. </tr>
  1030. <tr>
  1031. <td >
  1032. <div class="d-flex py-1 align-items-center">
  1033. <span class="avatar me-2" style="background-image: url(./static/avatars/009m.jpg)"></span>
  1034. <div class="flex-fill">
  1035. <div class="font-weight-medium">Geoffry Flaunders</div>
  1036. <div class="text-muted"><a href="#" class="text-reset">gflaunderse@loc.gov</a></div>
  1037. </div>
  1038. </div>
  1039. </td>
  1040. <td >
  1041. <div>Software Test Engineer II</div>
  1042. <div class="text-muted">Accounting</div>
  1043. </td>
  1044. <td class="text-muted" >
  1045. Admin
  1046. </td>
  1047. <td>
  1048. <a href="#">Edit</a>
  1049. </td>
  1050. </tr>
  1051. </tbody>
  1052. </table>
  1053. </div>
  1054. </div>
  1055. </div>
  1056. <div class="col-12">
  1057. <div class="card">
  1058. <div class="table-responsive">
  1059. <table
  1060. class="table table-vcenter table-mobile-md card-table">
  1061. <thead>
  1062. <tr>
  1063. <th>Name</th>
  1064. <th>Title</th>
  1065. <th>Role</th>
  1066. <th class="w-1"></th>
  1067. </tr>
  1068. </thead>
  1069. <tbody>
  1070. <tr>
  1071. <td data-label="Name" >
  1072. <div class="d-flex py-1 align-items-center">
  1073. <span class="avatar me-2" style="background-image: url(./static/avatars/010m.jpg)"></span>
  1074. <div class="flex-fill">
  1075. <div class="font-weight-medium">Thatcher Keel</div>
  1076. <div class="text-muted"><a href="#" class="text-reset">tkeelf@blogger.com</a></div>
  1077. </div>
  1078. </div>
  1079. </td>
  1080. <td data-label="Title" >
  1081. <div>VP Sales</div>
  1082. <div class="text-muted">Business Development</div>
  1083. </td>
  1084. <td class="text-muted" data-label="Role" >
  1085. User
  1086. </td>
  1087. <td>
  1088. <div class="btn-list flex-nowrap">
  1089. <a href="#" class="btn">
  1090. Edit
  1091. </a>
  1092. <div class="dropdown">
  1093. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1094. Actions
  1095. </button>
  1096. <div class="dropdown-menu dropdown-menu-end">
  1097. <a class="dropdown-item" href="#">
  1098. Action
  1099. </a>
  1100. <a class="dropdown-item" href="#">
  1101. Another action
  1102. </a>
  1103. </div>
  1104. </div>
  1105. </div>
  1106. </td>
  1107. </tr>
  1108. <tr>
  1109. <td data-label="Name" >
  1110. <div class="d-flex py-1 align-items-center">
  1111. <span class="avatar me-2" style="background-image: url(./static/avatars/005f.jpg)"></span>
  1112. <div class="flex-fill">
  1113. <div class="font-weight-medium">Dyann Escala</div>
  1114. <div class="text-muted"><a href="#" class="text-reset">descalag@usatoday.com</a></div>
  1115. </div>
  1116. </div>
  1117. </td>
  1118. <td data-label="Title" >
  1119. <div>Mechanical Systems Engineer</div>
  1120. <div class="text-muted">Sales</div>
  1121. </td>
  1122. <td class="text-muted" data-label="Role" >
  1123. Admin
  1124. </td>
  1125. <td>
  1126. <div class="btn-list flex-nowrap">
  1127. <a href="#" class="btn">
  1128. Edit
  1129. </a>
  1130. <div class="dropdown">
  1131. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1132. Actions
  1133. </button>
  1134. <div class="dropdown-menu dropdown-menu-end">
  1135. <a class="dropdown-item" href="#">
  1136. Action
  1137. </a>
  1138. <a class="dropdown-item" href="#">
  1139. Another action
  1140. </a>
  1141. </div>
  1142. </div>
  1143. </div>
  1144. </td>
  1145. </tr>
  1146. <tr>
  1147. <td data-label="Name" >
  1148. <div class="d-flex py-1 align-items-center">
  1149. <span class="avatar me-2" style="background-image: url(./static/avatars/006f.jpg)"></span>
  1150. <div class="flex-fill">
  1151. <div class="font-weight-medium">Avivah Mugleston</div>
  1152. <div class="text-muted"><a href="#" class="text-reset">amuglestonh@intel.com</a></div>
  1153. </div>
  1154. </div>
  1155. </td>
  1156. <td data-label="Title" >
  1157. <div>Actuary</div>
  1158. <div class="text-muted">Sales</div>
  1159. </td>
  1160. <td class="text-muted" data-label="Role" >
  1161. User
  1162. </td>
  1163. <td>
  1164. <div class="btn-list flex-nowrap">
  1165. <a href="#" class="btn">
  1166. Edit
  1167. </a>
  1168. <div class="dropdown">
  1169. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1170. Actions
  1171. </button>
  1172. <div class="dropdown-menu dropdown-menu-end">
  1173. <a class="dropdown-item" href="#">
  1174. Action
  1175. </a>
  1176. <a class="dropdown-item" href="#">
  1177. Another action
  1178. </a>
  1179. </div>
  1180. </div>
  1181. </div>
  1182. </td>
  1183. </tr>
  1184. <tr>
  1185. <td data-label="Name" >
  1186. <div class="d-flex py-1 align-items-center">
  1187. <span class="avatar me-2">AA</span>
  1188. <div class="flex-fill">
  1189. <div class="font-weight-medium">Arlie Armstead</div>
  1190. <div class="text-muted"><a href="#" class="text-reset">aarmsteadi@yellowpages.com</a></div>
  1191. </div>
  1192. </div>
  1193. </td>
  1194. <td data-label="Title" >
  1195. <div>VP Quality Control</div>
  1196. <div class="text-muted">Accounting</div>
  1197. </td>
  1198. <td class="text-muted" data-label="Role" >
  1199. Owner
  1200. </td>
  1201. <td>
  1202. <div class="btn-list flex-nowrap">
  1203. <a href="#" class="btn">
  1204. Edit
  1205. </a>
  1206. <div class="dropdown">
  1207. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1208. Actions
  1209. </button>
  1210. <div class="dropdown-menu dropdown-menu-end">
  1211. <a class="dropdown-item" href="#">
  1212. Action
  1213. </a>
  1214. <a class="dropdown-item" href="#">
  1215. Another action
  1216. </a>
  1217. </div>
  1218. </div>
  1219. </div>
  1220. </td>
  1221. </tr>
  1222. <tr>
  1223. <td data-label="Name" >
  1224. <div class="d-flex py-1 align-items-center">
  1225. <span class="avatar me-2" style="background-image: url(./static/avatars/008f.jpg)"></span>
  1226. <div class="flex-fill">
  1227. <div class="font-weight-medium">Tessie Curzon</div>
  1228. <div class="text-muted"><a href="#" class="text-reset">tcurzonj@hp.com</a></div>
  1229. </div>
  1230. </div>
  1231. </td>
  1232. <td data-label="Title" >
  1233. <div>Research Nurse</div>
  1234. <div class="text-muted">Product Management</div>
  1235. </td>
  1236. <td class="text-muted" data-label="Role" >
  1237. Admin
  1238. </td>
  1239. <td>
  1240. <div class="btn-list flex-nowrap">
  1241. <a href="#" class="btn">
  1242. Edit
  1243. </a>
  1244. <div class="dropdown">
  1245. <button class="btn dropdown-toggle align-text-top" data-bs-toggle="dropdown">
  1246. Actions
  1247. </button>
  1248. <div class="dropdown-menu dropdown-menu-end">
  1249. <a class="dropdown-item" href="#">
  1250. Action
  1251. </a>
  1252. <a class="dropdown-item" href="#">
  1253. Another action
  1254. </a>
  1255. </div>
  1256. </div>
  1257. </div>
  1258. </td>
  1259. </tr>
  1260. </tbody>
  1261. </table>
  1262. </div>
  1263. </div>
  1264. </div>
  1265. <div class="col-12">
  1266. <div class="card">
  1267. <div class="card-header">
  1268. <h3 class="card-title">Invoices</h3>
  1269. </div>
  1270. <div class="card-body border-bottom py-3">
  1271. <div class="d-flex">
  1272. <div class="text-muted">
  1273. Show
  1274. <div class="mx-2 d-inline-block">
  1275. <input type="text" class="form-control form-control-sm" value="8" size="3" aria-label="Invoices count">
  1276. </div>
  1277. entries
  1278. </div>
  1279. <div class="ms-auto text-muted">
  1280. Search:
  1281. <div class="ms-2 d-inline-block">
  1282. <input type="text" class="form-control form-control-sm" aria-label="Search invoice">
  1283. </div>
  1284. </div>
  1285. </div>
  1286. </div>
  1287. <div class="table-responsive">
  1288. <table class="table card-table table-vcenter text-nowrap datatable">
  1289. <thead>
  1290. <tr>
  1291. <th class="w-1"><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select all invoices"></th>
  1292. <th class="w-1">No. <!-- Download SVG icon from http://tabler-icons.io/i/chevron-up -->
  1293. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-sm icon-thick" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 15l6 -6l6 6" /></svg>
  1294. </th>
  1295. <th>Invoice Subject</th>
  1296. <th>Client</th>
  1297. <th>VAT No.</th>
  1298. <th>Created</th>
  1299. <th>Status</th>
  1300. <th>Price</th>
  1301. <th></th>
  1302. </tr>
  1303. </thead>
  1304. <tbody>
  1305. <tr>
  1306. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1307. <td><span class="text-muted">001401</span></td>
  1308. <td><a href="invoice.html" class="text-reset" tabindex="-1">Design Works</a></td>
  1309. <td>
  1310. <span class="flag flag-country-us"></span>
  1311. Carlson Limited
  1312. </td>
  1313. <td>
  1314. 87956621
  1315. </td>
  1316. <td>
  1317. 15 Dec 2017
  1318. </td>
  1319. <td>
  1320. <span class="badge bg-success me-1"></span> Paid
  1321. </td>
  1322. <td>$887</td>
  1323. <td class="text-end">
  1324. <span class="dropdown">
  1325. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1326. <div class="dropdown-menu dropdown-menu-end">
  1327. <a class="dropdown-item" href="#">
  1328. Action
  1329. </a>
  1330. <a class="dropdown-item" href="#">
  1331. Another action
  1332. </a>
  1333. </div>
  1334. </span>
  1335. </td>
  1336. </tr>
  1337. <tr>
  1338. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1339. <td><span class="text-muted">001402</span></td>
  1340. <td><a href="invoice.html" class="text-reset" tabindex="-1">UX Wireframes</a></td>
  1341. <td>
  1342. <span class="flag flag-country-gb"></span>
  1343. Adobe
  1344. </td>
  1345. <td>
  1346. 87956421
  1347. </td>
  1348. <td>
  1349. 12 Apr 2017
  1350. </td>
  1351. <td>
  1352. <span class="badge bg-warning me-1"></span> Pending
  1353. </td>
  1354. <td>$1200</td>
  1355. <td class="text-end">
  1356. <span class="dropdown">
  1357. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1358. <div class="dropdown-menu dropdown-menu-end">
  1359. <a class="dropdown-item" href="#">
  1360. Action
  1361. </a>
  1362. <a class="dropdown-item" href="#">
  1363. Another action
  1364. </a>
  1365. </div>
  1366. </span>
  1367. </td>
  1368. </tr>
  1369. <tr>
  1370. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1371. <td><span class="text-muted">001403</span></td>
  1372. <td><a href="invoice.html" class="text-reset" tabindex="-1">New Dashboard</a></td>
  1373. <td>
  1374. <span class="flag flag-country-de"></span>
  1375. Bluewolf
  1376. </td>
  1377. <td>
  1378. 87952621
  1379. </td>
  1380. <td>
  1381. 23 Oct 2017
  1382. </td>
  1383. <td>
  1384. <span class="badge bg-warning me-1"></span> Pending
  1385. </td>
  1386. <td>$534</td>
  1387. <td class="text-end">
  1388. <span class="dropdown">
  1389. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1390. <div class="dropdown-menu dropdown-menu-end">
  1391. <a class="dropdown-item" href="#">
  1392. Action
  1393. </a>
  1394. <a class="dropdown-item" href="#">
  1395. Another action
  1396. </a>
  1397. </div>
  1398. </span>
  1399. </td>
  1400. </tr>
  1401. <tr>
  1402. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1403. <td><span class="text-muted">001404</span></td>
  1404. <td><a href="invoice.html" class="text-reset" tabindex="-1">Landing Page</a></td>
  1405. <td>
  1406. <span class="flag flag-country-br"></span>
  1407. Salesforce
  1408. </td>
  1409. <td>
  1410. 87953421
  1411. </td>
  1412. <td>
  1413. 2 Sep 2017
  1414. </td>
  1415. <td>
  1416. <span class="badge bg-secondary me-1"></span> Due in 2 Weeks
  1417. </td>
  1418. <td>$1500</td>
  1419. <td class="text-end">
  1420. <span class="dropdown">
  1421. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1422. <div class="dropdown-menu dropdown-menu-end">
  1423. <a class="dropdown-item" href="#">
  1424. Action
  1425. </a>
  1426. <a class="dropdown-item" href="#">
  1427. Another action
  1428. </a>
  1429. </div>
  1430. </span>
  1431. </td>
  1432. </tr>
  1433. <tr>
  1434. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1435. <td><span class="text-muted">001405</span></td>
  1436. <td><a href="invoice.html" class="text-reset" tabindex="-1">Marketing Templates</a></td>
  1437. <td>
  1438. <span class="flag flag-country-pl"></span>
  1439. Printic
  1440. </td>
  1441. <td>
  1442. 87956621
  1443. </td>
  1444. <td>
  1445. 29 Jan 2018
  1446. </td>
  1447. <td>
  1448. <span class="badge bg-danger me-1"></span> Paid Today
  1449. </td>
  1450. <td>$648</td>
  1451. <td class="text-end">
  1452. <span class="dropdown">
  1453. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1454. <div class="dropdown-menu dropdown-menu-end">
  1455. <a class="dropdown-item" href="#">
  1456. Action
  1457. </a>
  1458. <a class="dropdown-item" href="#">
  1459. Another action
  1460. </a>
  1461. </div>
  1462. </span>
  1463. </td>
  1464. </tr>
  1465. <tr>
  1466. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1467. <td><span class="text-muted">001406</span></td>
  1468. <td><a href="invoice.html" class="text-reset" tabindex="-1">Sales Presentation</a></td>
  1469. <td>
  1470. <span class="flag flag-country-br"></span>
  1471. Tabdaq
  1472. </td>
  1473. <td>
  1474. 87956621
  1475. </td>
  1476. <td>
  1477. 4 Feb 2018
  1478. </td>
  1479. <td>
  1480. <span class="badge bg-secondary me-1"></span> Due in 3 Weeks
  1481. </td>
  1482. <td>$300</td>
  1483. <td class="text-end">
  1484. <span class="dropdown">
  1485. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1486. <div class="dropdown-menu dropdown-menu-end">
  1487. <a class="dropdown-item" href="#">
  1488. Action
  1489. </a>
  1490. <a class="dropdown-item" href="#">
  1491. Another action
  1492. </a>
  1493. </div>
  1494. </span>
  1495. </td>
  1496. </tr>
  1497. <tr>
  1498. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1499. <td><span class="text-muted">001407</span></td>
  1500. <td><a href="invoice.html" class="text-reset" tabindex="-1">Logo & Print</a></td>
  1501. <td>
  1502. <span class="flag flag-country-us"></span>
  1503. Apple
  1504. </td>
  1505. <td>
  1506. 87956621
  1507. </td>
  1508. <td>
  1509. 22 Mar 2018
  1510. </td>
  1511. <td>
  1512. <span class="badge bg-success me-1"></span> Paid Today
  1513. </td>
  1514. <td>$2500</td>
  1515. <td class="text-end">
  1516. <span class="dropdown">
  1517. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1518. <div class="dropdown-menu dropdown-menu-end">
  1519. <a class="dropdown-item" href="#">
  1520. Action
  1521. </a>
  1522. <a class="dropdown-item" href="#">
  1523. Another action
  1524. </a>
  1525. </div>
  1526. </span>
  1527. </td>
  1528. </tr>
  1529. <tr>
  1530. <td><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select invoice"></td>
  1531. <td><span class="text-muted">001408</span></td>
  1532. <td><a href="invoice.html" class="text-reset" tabindex="-1">Icons</a></td>
  1533. <td>
  1534. <span class="flag flag-country-pl"></span>
  1535. Tookapic
  1536. </td>
  1537. <td>
  1538. 87956621
  1539. </td>
  1540. <td>
  1541. 13 May 2018
  1542. </td>
  1543. <td>
  1544. <span class="badge bg-success me-1"></span> Paid Today
  1545. </td>
  1546. <td>$940</td>
  1547. <td class="text-end">
  1548. <span class="dropdown">
  1549. <button class="btn dropdown-toggle align-text-top" data-bs-boundary="viewport" data-bs-toggle="dropdown">Actions</button>
  1550. <div class="dropdown-menu dropdown-menu-end">
  1551. <a class="dropdown-item" href="#">
  1552. Action
  1553. </a>
  1554. <a class="dropdown-item" href="#">
  1555. Another action
  1556. </a>
  1557. </div>
  1558. </span>
  1559. </td>
  1560. </tr>
  1561. </tbody>
  1562. </table>
  1563. </div>
  1564. <div class="card-footer d-flex align-items-center">
  1565. <p class="m-0 text-muted">Showing <span>1</span> to <span>8</span> of <span>16</span> entries</p>
  1566. <ul class="pagination m-0 ms-auto">
  1567. <li class="page-item disabled">
  1568. <a class="page-link" href="#" tabindex="-1" aria-disabled="true">
  1569. <!-- Download SVG icon from http://tabler-icons.io/i/chevron-left -->
  1570. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>
  1571. prev
  1572. </a>
  1573. </li>
  1574. <li class="page-item"><a class="page-link" href="#">1</a></li>
  1575. <li class="page-item active"><a class="page-link" href="#">2</a></li>
  1576. <li class="page-item"><a class="page-link" href="#">3</a></li>
  1577. <li class="page-item"><a class="page-link" href="#">4</a></li>
  1578. <li class="page-item"><a class="page-link" href="#">5</a></li>
  1579. <li class="page-item">
  1580. <a class="page-link" href="#">
  1581. next <!-- Download SVG icon from http://tabler-icons.io/i/chevron-right -->
  1582. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>
  1583. </a>
  1584. </li>
  1585. </ul>
  1586. </div>
  1587. </div>
  1588. </div>
  1589. </div>
  1590. </div>
  1591. </div>
  1592. <footer class="footer footer-transparent d-print-none">
  1593. <div class="container-xl">
  1594. <div class="row text-center align-items-center flex-row-reverse">
  1595. <div class="col-lg-auto ms-lg-auto">
  1596. <ul class="list-inline list-inline-dots mb-0">
  1597. <li class="list-inline-item"><a href="https://tabler.io/docs" class="link-secondary">Documentation</a></li>
  1598. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  1599. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  1600. <li class="list-inline-item">
  1601. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  1602. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1603. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1604. Sponsor
  1605. </a>
  1606. </li>
  1607. </ul>
  1608. </div>
  1609. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  1610. <ul class="list-inline list-inline-dots mb-0">
  1611. <li class="list-inline-item">
  1612. Copyright &copy; 2023
  1613. <a href="." class="link-secondary">Tabler</a>.
  1614. All rights reserved.
  1615. </li>
  1616. <li class="list-inline-item">
  1617. <a href="./changelog.html" class="link-secondary" rel="noopener">
  1618. v1.0.0-beta18
  1619. </a>
  1620. </li>
  1621. </ul>
  1622. </div>
  1623. </div>
  1624. </div>
  1625. </footer>
  1626. </div>
  1627. </div>
  1628. <!-- Libs JS -->
  1629. <!-- Tabler Core -->
  1630. <script src="./dist/js/tabler.min.js?1684072869" defer></script>
  1631. <script src="./dist/js/demo.min.js?1684072869" defer></script>
  1632. </body>
  1633. </html>