0
|
1 <!DOCTYPE html>
|
|
2 <html lang="en">
|
|
3
|
|
4 <head>
|
|
5 <meta charset="utf-8">
|
|
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
7 <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
|
8 <link rel="icon" type="image/png" sizes="16x16" href="assets/demo/favicon.png">
|
|
9 <link rel="stylesheet" href="assets/css/pace.css">
|
|
10 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
11 <title>Basic Tables</title>
|
|
12 <!-- CSS -->
|
|
13 <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600|Roboto:400" rel="stylesheet" type="text/css">
|
|
14 <link href="assets/vendors/material-icons/material-icons.css" rel="stylesheet" type="text/css">
|
|
15 <link href="assets/vendors/mono-social-icons/monosocialiconsfont.css" rel="stylesheet" type="text/css">
|
|
16 <link href="assets/vendors/feather-icons/feather.css" rel="stylesheet" type="text/css">
|
|
17 <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/css/perfect-scrollbar.min.css" rel="stylesheet" type="text/css">
|
|
18 <link href="assets/css/style.css" rel="stylesheet" type="text/css">
|
|
19 <!-- Head Libs -->
|
|
20 <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
|
|
21 <script data-pace-options='{ "ajax": false, "selectors": [ "img" ]}' src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
|
|
22 </head>
|
|
23
|
|
24 <body class="header-dark sidebar-light sidebar-expand">
|
|
25 <div id="wrapper" class="wrapper">
|
|
26 <!-- HEADER & TOP NAVIGATION -->
|
|
27 <nav class="navbar">
|
|
28 <!-- Logo Area -->
|
|
29 <div class="navbar-header">
|
|
30 <a href="index.html" class="navbar-brand">
|
|
31 <img class="logo-expand" alt="" src="assets/demo/logo-expand.png">
|
|
32 <img class="logo-collapse" alt="" src="assets/demo/logo-collapse.png">
|
|
33 <!-- <p>BonVue</p> -->
|
|
34 </a>
|
|
35 </div>
|
|
36 <!-- /.navbar-header -->
|
|
37 <!-- Left Menu & Sidebar Toggle -->
|
|
38 <ul class="nav navbar-nav">
|
|
39 <li class="sidebar-toggle"><a href="javascript:void(0)" class="ripple"><i class="feather feather-menu list-icon fs-20"></i></a>
|
|
40 </li>
|
|
41 </ul>
|
|
42 <!-- /.navbar-left -->
|
|
43 <!-- Search Form -->
|
|
44 <form class="navbar-search d-none d-sm-block" role="search"><i class="feather feather-search list-icon"></i>
|
|
45 <input type="search" class="search-query" placeholder="Search anything..."> <a href="javascript:void(0);" class="remove-focus"><i class="feather feather-x"></i></a>
|
|
46 </form>
|
|
47 <!-- /.navbar-search -->
|
|
48 <div class="spacer"></div>
|
|
49 <!-- Button: Create New -->
|
|
50 <div class="btn-list dropdown d-none d-md-flex mr-4 mr-0-rtl ml-4-rtl"><a href="javascript:void(0);" class="btn btn-primary dropdown-toggle ripple" data-toggle="dropdown"><i class="feather feather-plus list-icon"></i> Create New</a>
|
|
51 <div class="dropdown-menu dropdown-left animated flipInY"><span class="dropdown-header">Create new ...</span> <a class="dropdown-item" href="#">Projects</a> <a class="dropdown-item" href="#">User Profile</a> <a class="dropdown-item" href="#"><span class="d-flex align-items-end"><span class="flex-1">To-do Item</span> <span class="badge badge-pill bg-primary-contrast">7</span> </span></a>
|
|
52 <a
|
|
53 class="dropdown-item" href="#"><span class="d-flex align-items-end"><span class="flex-1">Mail</span> <span class="badge badge-pill bg-color-scheme-contrast">23</span></span>
|
|
54 </a>
|
|
55 <div class="dropdown-divider"></div><a class="dropdown-item" href="#"><span class="d-flex align-items-center"><span class="flex-1">Settings</span> <i class="feather feather-settings list-icon icon-muted"></i></span></a>
|
|
56 </div>
|
|
57 </div>
|
|
58 <!-- /.btn-list -->
|
|
59 <!-- User Image with Dropdown -->
|
|
60 <ul class="nav navbar-nav">
|
|
61 <li class="dropdown"><a href="javascript:void(0);" class="dropdown-toggle ripple" data-toggle="dropdown"><span class="avatar thumb-xs2"><img src="assets/demo/users/user1.jpg" class="rounded-circle" alt=""> <i class="feather feather-chevron-down list-icon"></i></span></a>
|
|
62 <div
|
|
63 class="dropdown-menu dropdown-left dropdown-card dropdown-card-profile animated flipInY">
|
|
64 <div class="card">
|
|
65 <header class="card-header d-flex mb-0"><a href="javascript:void(0);" class="col-md-4 text-center"><i class="feather feather-user-plus align-middle"></i> </a><a href="javascript:void(0);" class="col-md-4 text-center"><i class="feather feather-settings align-middle"></i> </a>
|
|
66 <a
|
|
67 href="javascript:void(0);" class="col-md-4 text-center"><i class="feather feather-power align-middle"></i>
|
|
68 </a>
|
|
69 </header>
|
|
70 <ul class="list-unstyled card-body">
|
|
71 <li><a href="#"><span><span class="align-middle">Manage Accounts</span></span></a>
|
|
72 </li>
|
|
73 <li><a href="#"><span><span class="align-middle">Change Password</span></span></a>
|
|
74 </li>
|
|
75 <li><a href="#"><span><span class="align-middle">Check Inbox</span></span></a>
|
|
76 </li>
|
|
77 <li><a href="#"><span><span class="align-middle">Sign Out</span></span></a>
|
|
78 </li>
|
|
79 </ul>
|
|
80 </div>
|
|
81 </div>
|
|
82 </li>
|
|
83 </ul>
|
|
84 <!-- /.navbar-right -->
|
|
85 <!-- Right Menu -->
|
|
86 <ul class="nav navbar-nav d-none d-lg-flex ml-2 ml-0-rtl">
|
|
87 <li class="dropdown"><a href="javascript:void(0);" class="dropdown-toggle ripple" data-toggle="dropdown"><i class="feather feather-hash list-icon"></i></a>
|
|
88 <div class="dropdown-menu dropdown-left dropdown-card animated flipInY">
|
|
89 <div class="card">
|
|
90 <header class="card-header d-flex align-items-center mb-0"><a href="javascript:void(0);"><i class="feather feather-bell color-color-scheme" aria-hidden="true"></i></a> <span class="heading-font-family flex-1 text-center fw-400">Notifications</span> <a href="javascript:void(0);"><i class="feather feather-settings color-content"></i></a>
|
|
91 </header>
|
|
92 <ul class="card-body list-unstyled dropdown-list-group">
|
|
93 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user3.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Dany Miles </span><span class="media-content">commented on your photo</span> <span class="user--online float-right my-auto"></span></span></a>
|
|
94 </li>
|
|
95 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user6.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Emily Woodworth </span><span class="media-content">posted a photo on your wall.</span></span></a>
|
|
96 </li>
|
|
97 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user2.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Palmer Kate </span><span class="media-content">just mentioned you in his post</span></span></a>
|
|
98 </li>
|
|
99 </ul>
|
|
100 <!-- /.dropdown-list-group -->
|
|
101 <footer class="card-footer text-center"><a href="javascript:void(0);" class="heading-font-family text-uppercase fs-13">See all activity</a>
|
|
102 </footer>
|
|
103 </div>
|
|
104 <!-- /.card -->
|
|
105 </div>
|
|
106 <!-- /.dropdown-menu -->
|
|
107 </li>
|
|
108 <!-- /.dropdown -->
|
|
109 <li class="dropdown"><a href="#" class="dropdown-toggle ripple" data-toggle="dropdown"><i class="feather feather-settings list-icon"></i></a>
|
|
110 <div class="dropdown-menu dropdown-left dropdown-card animated flipInY">
|
|
111 <div class="card">
|
|
112 <header class="card-header d-flex justify-content-between mb-0"><a href="javascript:void(0);"><i class="feather feather-bell color-color-scheme" aria-hidden="true"></i></a> <span class="heading-font-family flex-1 text-center fw-400">Notifications</span> <a href="javascript:void(0);"><i class="feather feather-settings color-content"></i></a>
|
|
113 </header>
|
|
114 <ul class="card-body list-unstyled dropdown-list-group">
|
|
115 <li><a href="#" class="media"><span class="d-flex"><i class="material-icons list-icon">check</i> </span><span class="media-body"><span class="heading-font-family media-heading">Invitation accepted</span> <span class="media-content">Your have been Invited ...</span></span></a>
|
|
116 </li>
|
|
117 <li><a href="#" class="media"><span class="d-flex thumb-xs"><img src="assets/demo/users/user3.jpg" class="rounded-circle" alt=""> </span><span class="media-body"><span class="heading-font-family media-heading">Steve Smith</span> <span class="media-content">I slowly updated projects</span> <span class="user--online float-right"></span></span></a>
|
|
118 </li>
|
|
119 <li><a href="#" class="media"><span class="d-flex"><i class="material-icons list-icon">event_available</i> </span><span class="media-body"><span class="-heading-font-family media-heading">To Do</span> <span class="media-content">Meeting with Nathan on Friday 8 AM ...</span></span></a>
|
|
120 </li>
|
|
121 </ul>
|
|
122 <!-- /.dropdown-list-group -->
|
|
123 <footer class="card-footer text-center"><a href="javascript:void(0);" class="headings-font-family text-uppercase fs-13">See all activity</a>
|
|
124 </footer>
|
|
125 </div>
|
|
126 <!-- /.card -->
|
|
127 </div>
|
|
128 <!-- /.dropdown-menu -->
|
|
129 </li>
|
|
130 <!-- /.dropdown -->
|
|
131 <li><a href="javascript:void(0);" class="right-sidebar-toggle active ripple ml-3 ml-0-rtl"><i class="feather feather-grid list-icon"></i></a>
|
|
132 </li>
|
|
133 </ul>
|
|
134 <!-- /.navbar-right -->
|
|
135 </nav>
|
|
136 <!-- /.navbar -->
|
|
137 <div class="content-wrapper">
|
|
138 <!-- SIDEBAR -->
|
|
139 <aside class="site-sidebar scrollbar-enabled" data-suppress-scroll-x="true">
|
|
140 <!-- User Details -->
|
|
141 <div class="side-user">
|
|
142 <div class="col-sm-12 text-center p-0 clearfix">
|
|
143 <div class="d-inline-block pos-relative mr-b-10">
|
|
144 <figure class="thumb-sm mr-b-0 user--online">
|
|
145 <img src="assets/demo/users/user1.jpg" class="rounded-circle" alt="">
|
|
146 </figure><a href="page-profile.html" class="text-muted side-user-link"><i class="feather feather-settings list-icon"></i></a>
|
|
147 </div>
|
|
148 <!-- /.d-inline-block -->
|
|
149 <div class="lh-14 mr-t-5"><a href="page-profile.html" class="hide-menu mt-3 mb-0 side-user-heading fw-500">Scott Adams</a>
|
|
150 <br><small class="hide-menu">Developer</small>
|
|
151 </div>
|
|
152 </div>
|
|
153 <!-- /.col-sm-12 -->
|
|
154 </div>
|
|
155 <!-- /.side-user -->
|
|
156 <!-- Sidebar Menu -->
|
|
157 <nav class="sidebar-nav">
|
|
158 <ul class="nav in side-menu">
|
|
159 <li class="current-page menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-command"></i> <span class="hide-menu">Dashboard</span></a>
|
|
160 <ul class="list-unstyled sub-menu">
|
|
161 <li><a href="index.html">Default</a>
|
|
162 </li>
|
|
163 <li><a href="index-real-estate.html">Real Estate</a>
|
|
164 </li>
|
|
165 <li><a href="index-job-board.html">Jobs Board</a>
|
|
166 </li>
|
|
167 <li><a href="index-lms.html">LMS</a>
|
|
168 </li>
|
|
169 <li><a href="index-rtl.html">RTL Demo</a>
|
|
170 </li>
|
|
171 </ul>
|
|
172 </li>
|
|
173 <li class="menu-item-has-children active"><a href="javascript:void(0);"><i class="list-icon feather feather-briefcase"></i> <span class="hide-menu">Apps</span></a>
|
|
174 <ul class="list-unstyled sub-menu">
|
|
175 <li><a href="app-calender.html">Calender</a>
|
|
176 </li>
|
|
177 <li><a href="app-chat.html">Chat</a>
|
|
178 </li>
|
|
179 <li><a href="app-inbox.html">Inbox</a>
|
|
180 </li>
|
|
181 <li><a href="app-inbox-compose.html">Compose mail</a>
|
|
182 </li>
|
|
183 <li><a href="app-contacts.html">Contacts</a>
|
|
184 </li>
|
|
185 <li><a href="app-products.html">Products</a>
|
|
186 </li>
|
|
187 <li><a href="app-blog.html">Blog</a>
|
|
188 </li>
|
|
189 <li><a href="app-blog-single.html">Blog Single</a>
|
|
190 </li>
|
|
191 </ul>
|
|
192 </li>
|
|
193 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-user"></i> <span class="hide-menu">Profile Pages</span></a>
|
|
194 <ul class="list-unstyled sub-menu">
|
|
195 <li><a href="page-profile.html">Profile</a>
|
|
196 </li>
|
|
197 <li><a href="page-login.html">Login Page</a>
|
|
198 </li>
|
|
199 <li><a href="page-login2.html">Login Page 2</a>
|
|
200 </li>
|
|
201 <li><a href="page-register.html">Sign Up</a>
|
|
202 </li>
|
|
203 <li><a href="page-register2.html">Sign Up 2</a>
|
|
204 </li>
|
|
205 <li><a href="page-register-3-step.html">3 Step Sign Up</a>
|
|
206 </li>
|
|
207 <li><a href="page-forgot-pwd.html">Forgot Password</a>
|
|
208 </li>
|
|
209 <li><a href="page-email-confirm.html">Confirm Email</a>
|
|
210 </li>
|
|
211 <li><a href="page-lock-screen.html">Lock Screen</a>
|
|
212 </li>
|
|
213 <li><a href="page-timeline.html">Timeline</a>
|
|
214 </li>
|
|
215 <li class="menu-item-has-children"><a href="javascript:void(0);">Error Pages</a>
|
|
216 <ul class="list-unstyled sub-menu">
|
|
217 <li><a href="page-error-403.html">Error 403</a>
|
|
218 </li>
|
|
219 <li><a href="page-error-404.html">Error 404</a>
|
|
220 </li>
|
|
221 <li><a href="page-error-500.html">Error 500</a>
|
|
222 </li>
|
|
223 <li><a href="page-error-503.html">Error 503</a>
|
|
224 </li>
|
|
225 </ul>
|
|
226 </li>
|
|
227 </ul>
|
|
228 </li>
|
|
229 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-feather"></i> <span class="hide-menu">UI Elements</span></a>
|
|
230 <ul class="list-unstyled sub-menu">
|
|
231 <li><a href="ui-typography.html">Typography</a>
|
|
232 </li>
|
|
233 <li><a href="ui-buttons.html">Buttons</a>
|
|
234 </li>
|
|
235 <li><a href="ui-cards.html">Cards</a>
|
|
236 </li>
|
|
237 <li><a href="ui-tabs.html">Tabs</a>
|
|
238 </li>
|
|
239 <li><a href="ui-accordions.html">Accordions</a>
|
|
240 </li>
|
|
241 <li><a href="ui-modals.html">Modals</a>
|
|
242 </li>
|
|
243 <li><a href="ui-icon-boxes.html">Icon Boxes</a>
|
|
244 </li>
|
|
245 <li><a href="ui-lists.html">Lists & Media Object</a>
|
|
246 </li>
|
|
247 <li><a href="ui-grid.html">Grid</a>
|
|
248 </li>
|
|
249 <li><a href="ui-progress.html">Progress Bars</a>
|
|
250 </li>
|
|
251 <li><a href="ui-notifications.html">Notifications & Alerts</a>
|
|
252 </li>
|
|
253 <li><a href="ui-pagination.html">Pagination</a>
|
|
254 </li>
|
|
255 <li><a href="ui-media.html">Media</a>
|
|
256 </li>
|
|
257 <li><a href="ui-carousel.html">Carousel</a>
|
|
258 </li>
|
|
259 <li><a href="ui-bootstrap.html">Bootstrap Elements</a>
|
|
260 </li>
|
|
261 </ul>
|
|
262 </li>
|
|
263 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-layout"></i> <span class="hide-menu">Forms</span></a>
|
|
264 <ul class="list-unstyled sub-menu">
|
|
265 <li><a href="form-elements.html">Elements</a>
|
|
266 </li>
|
|
267 <li><a href="form-material.html">Material Design</a>
|
|
268 </li>
|
|
269 <li><a href="form-validation.html">Form Validation</a>
|
|
270 </li>
|
|
271 <li><a href="form-dropzone.html">File Upload</a>
|
|
272 </li>
|
|
273 <li><a href="form-pickers.html">Picker</a>
|
|
274 </li>
|
|
275 <li><a href="form-select.html">Select and Multiselect</a>
|
|
276 </li>
|
|
277 <li><a href="form-tags-categories.html">Tags and Categories</a>
|
|
278 </li>
|
|
279 <li><a href="form-addons.html">Addons</a>
|
|
280 </li>
|
|
281 <li><a href="form-editors.html">Editors</a>
|
|
282 </li>
|
|
283 </ul>
|
|
284 </li>
|
|
285 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-folder"></i> <span class="hide-menu">Sample Pages</span></a>
|
|
286 <ul class="list-unstyled sub-menu">
|
|
287 <li><a href="page-blank.html">Blank Page</a>
|
|
288 </li>
|
|
289 <li class="menu-item-has-children"><a href="javascript:void(0);">Email Templates</a>
|
|
290 <ul class="list-unstyled sub-menu">
|
|
291 <li><a href="email-templates/basic.html">Basic</a>
|
|
292 </li>
|
|
293 <li><a href="email-templates/billing.html">Billing</a>
|
|
294 </li>
|
|
295 <li><a href="email-templates/friend-request.html">Friend Request</a>
|
|
296 </li>
|
|
297 </ul>
|
|
298 </li>
|
|
299 <li class="menu-item-has-children"><a href="javascript:void(0);">Maps</a>
|
|
300 <ul class="list-unstyled sub-menu">
|
|
301 <li><a href="maps-google.html">Google Maps</a>
|
|
302 </li>
|
|
303 <li><a href="maps-vector.html">Vector Maps</a>
|
|
304 </li>
|
|
305 </ul>
|
|
306 </li>
|
|
307 <li><a href="page-lightbox.html">Lightbox Popup</a>
|
|
308 </li>
|
|
309 <li><a href="page-sitemap.html">Sitemap</a>
|
|
310 </li>
|
|
311 <li><a href="page-search-results.html">Search Results</a>
|
|
312 </li>
|
|
313 <li><a href="page-custom-scroll.html">Custom Scroll</a>
|
|
314 </li>
|
|
315 <li><a href="page-utility-classes.html">Utility Classes</a>
|
|
316 </li>
|
|
317 <li><a href="page-animations.html">Animations</a>
|
|
318 </li>
|
|
319 <li><a href="page-faq.html">FAQ</a>
|
|
320 </li>
|
|
321 <li><a href="page-pricing-table.html">Pricing</a>
|
|
322 </li>
|
|
323 <li><a href="page-invoice.html">Invoice</a>
|
|
324 </li>
|
|
325 </ul>
|
|
326 </li>
|
|
327 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-clipboard"></i> <span class="hide-menu">Tables</span></a>
|
|
328 <ul class="list-unstyled sub-menu">
|
|
329 <li><a href="tables-basic.html">Basic Tables</a>
|
|
330 </li>
|
|
331 <li><a href="tables-data-table.html">Data Table</a>
|
|
332 </li>
|
|
333 <li><a href="tables-bootstrap.html">Bootstrap Tables</a>
|
|
334 </li>
|
|
335 <li><a href="tables-responsive.html">Responsive Tables</a>
|
|
336 </li>
|
|
337 <li><a href="tables-editable.html">Editable Tables</a>
|
|
338 </li>
|
|
339 </ul>
|
|
340 </li>
|
|
341 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-pie-chart"></i> <span class="hide-menu">Charts</span></a>
|
|
342 <ul class="list-unstyled sub-menu">
|
|
343 <li><a href="charts-flot.html">Flot Charts</a>
|
|
344 </li>
|
|
345 <li><a href="charts-morris.html">Morris Charts</a>
|
|
346 </li>
|
|
347 <li><a href="charts-js.html">Chart-js</a>
|
|
348 </li>
|
|
349 <li><a href="charts-sparkline.html">Sparkline Charts</a>
|
|
350 </li>
|
|
351 <li><a href="charts-knob.html">Knob Charts</a>
|
|
352 </li>
|
|
353 </ul>
|
|
354 </li>
|
|
355 <li class="menu-item-has-children"><a href="javascript:void(0);"><i class="list-icon feather feather-heart"></i> <span class="hide-menu">Icons</span></a>
|
|
356 <ul class="list-unstyled sub-menu">
|
|
357 <li><a href="icons-material-design.html">Material Design</a>
|
|
358 </li>
|
|
359 <li><a href="icons-font-awesome.html">Font Awesome</a>
|
|
360 </li>
|
|
361 <li><a href="icons-mono-social.html">Social Icons</a>
|
|
362 </li>
|
|
363 <li><a href="icons-weather.html">Weather Icons</a>
|
|
364 </li>
|
|
365 <li><a href="icons-linea.html">Linea Icons</a>
|
|
366 </li>
|
|
367 <li><a href="icons-feather.html">Feather Icons</a>
|
|
368 </li>
|
|
369 </ul>
|
|
370 </li>
|
|
371 </ul>
|
|
372 <!-- /.side-menu -->
|
|
373 </nav>
|
|
374 <!-- /.sidebar-nav -->
|
|
375 <div class="sidebar-module nav-contact-info mx-3 mt-4 mb-3">
|
|
376 <div class="d-flex flex-column align-items-center">
|
|
377 <h6 class="mb-2 fs-14">Need Help</h6><i class="feather feather-bell fs-24 color-color-scheme"></i>
|
|
378 </div>
|
|
379 <!-- /.d-flex -->
|
|
380 <div class="contact-info-body bg-content-color-contrast text-center">
|
|
381 <p class="lh-25 headings-font-family">+1 888 543 7432
|
|
382 <br>[email protected]
|
|
383 <br><a href="#">Visit FAQ</a>
|
|
384 </p>
|
|
385 </div>
|
|
386 <!-- /.contact-info-body -->
|
|
387 </div>
|
|
388 <!-- /.nav-contact-info -->
|
|
389 </aside>
|
|
390 <!-- /.site-sidebar -->
|
|
391 <main class="main-wrapper clearfix">
|
|
392 <!-- Page Title Area -->
|
|
393 <div class="row page-title clearfix">
|
|
394 <div class="page-title-left">
|
|
395 <h6 class="page-title-heading mr-0 mr-r-5">Basic Tables</h6>
|
|
396 <p class="page-title-description mr-0 d-none d-md-inline-block">statistics, charts and events</p>
|
|
397 </div>
|
|
398 <!-- /.page-title-left -->
|
|
399 <div class="page-title-right d-none d-sm-inline-flex">
|
|
400 <ol class="breadcrumb">
|
|
401 <li class="breadcrumb-item"><a href="index.html">Dashboard</a>
|
|
402 </li>
|
|
403 <li class="breadcrumb-item active">Basic Tables</li>
|
|
404 </ol>
|
|
405 <div class="d-none d-md-inline-flex justify-center align-items-center"><a href="javascript: void(0);" class="btn btn-color-scheme btn-sm fs-11 fw-400 mr-l-40 pd-lr-10 mr-l-0-rtl mr-r-40-rtl hidden-xs hidden-sm ripple" target="_blank">Buy Now</a>
|
|
406 </div>
|
|
407 </div>
|
|
408 <!-- /.page-title-right -->
|
|
409 </div>
|
|
410 <!-- /.page-title -->
|
|
411 <!-- =================================== -->
|
|
412 <!-- Different data widgets ============ -->
|
|
413 <!-- =================================== -->
|
|
414 <div class="widget-list">
|
|
415 <div class="row">
|
|
416 <div class="widget-holder col-md-6">
|
|
417 <div class="widget-bg">
|
|
418 <div class="widget-body">
|
|
419 <h5 class="box-title">Basic Table</h5>
|
|
420 <p>Use basic bootstrap classes <code>.table</code> to any <code><table></code>
|
|
421 </p>
|
|
422 <table class="table">
|
|
423 <thead>
|
|
424 <tr>
|
|
425 <th>ID</th>
|
|
426 <th>Name</th>
|
|
427 <th>Salary</th>
|
|
428 <th>Country</th>
|
|
429 </tr>
|
|
430 </thead>
|
|
431 <tbody>
|
|
432 <tr>
|
|
433 <td>1</td>
|
|
434 <td>Bob Williams</td>
|
|
435 <td>$23,566</td>
|
|
436 <td>USA</td>
|
|
437 </tr>
|
|
438 <tr>
|
|
439 <td>2</td>
|
|
440 <td>Mike Tyson</td>
|
|
441 <td>$10,200</td>
|
|
442 <td>Canada</td>
|
|
443 </tr>
|
|
444 <tr>
|
|
445 <td>3</td>
|
|
446 <td>Tim Cook</td>
|
|
447 <td>$32,190</td>
|
|
448 <td>Netherlands</td>
|
|
449 </tr>
|
|
450 <tr>
|
|
451 <td>4</td>
|
|
452 <td>Philip Morris</td>
|
|
453 <td>$31,432</td>
|
|
454 <td>UK</td>
|
|
455 </tr>
|
|
456 <tr>
|
|
457 <td>5</td>
|
|
458 <td>Tom Hooper</td>
|
|
459 <td>$28,768</td>
|
|
460 <td>India</td>
|
|
461 </tr>
|
|
462 <tr>
|
|
463 <td>6</td>
|
|
464 <td>Hulk Hogan</td>
|
|
465 <td>$43,201</td>
|
|
466 <td>Netherlands</td>
|
|
467 </tr>
|
|
468 <tr>
|
|
469 <td>7</td>
|
|
470 <td>Angelina Jolie</td>
|
|
471 <td>$12,239</td>
|
|
472 <td>Australia</td>
|
|
473 </tr>
|
|
474 </tbody>
|
|
475 </table>
|
|
476 </div>
|
|
477 <!-- /.widget-body -->
|
|
478 </div>
|
|
479 <!-- /.widget-bg -->
|
|
480 </div>
|
|
481 <!-- /.widget-holder -->
|
|
482 <div class="widget-holder col-md-6">
|
|
483 <div class="widget-bg">
|
|
484 <div class="widget-body">
|
|
485 <h5 class="box-title">Striped Table</h5>
|
|
486 <p>Use <code>.table-striped</code> to add zebra-striping to any table row in <code><tbody></code>.</p>
|
|
487 <table class="table table-striped">
|
|
488 <thead>
|
|
489 <tr>
|
|
490 <th>ID</th>
|
|
491 <th>First Name</th>
|
|
492 <th>Last Name</th>
|
|
493 <th>Username</th>
|
|
494 </tr>
|
|
495 </thead>
|
|
496 <tbody>
|
|
497 <tr>
|
|
498 <td>1</td>
|
|
499 <td>Bob</td>
|
|
500 <td>Williams</td>
|
|
501 <td>@bobw</td>
|
|
502 </tr>
|
|
503 <tr>
|
|
504 <td>2</td>
|
|
505 <td>Mike</td>
|
|
506 <td>Tyson</td>
|
|
507 <td>@miketyson</td>
|
|
508 </tr>
|
|
509 <tr>
|
|
510 <td>3</td>
|
|
511 <td>Tim</td>
|
|
512 <td>Cook</td>
|
|
513 <td>@timck</td>
|
|
514 </tr>
|
|
515 <tr>
|
|
516 <td>4</td>
|
|
517 <td>Philip</td>
|
|
518 <td>Morris</td>
|
|
519 <td>@philmorris</td>
|
|
520 </tr>
|
|
521 <tr>
|
|
522 <td>5</td>
|
|
523 <td>Tom</td>
|
|
524 <td>Hooper</td>
|
|
525 <td>@timhoop</td>
|
|
526 </tr>
|
|
527 <tr>
|
|
528 <td>6</td>
|
|
529 <td>Hulk</td>
|
|
530 <td>Hogan</td>
|
|
531 <td>@hulkhog</td>
|
|
532 </tr>
|
|
533 <tr>
|
|
534 <td>7</td>
|
|
535 <td>Angelina</td>
|
|
536 <td>Jolie</td>
|
|
537 <td>@angel</td>
|
|
538 </tr>
|
|
539 </tbody>
|
|
540 </table>
|
|
541 </div>
|
|
542 <!-- /.widget-body -->
|
|
543 </div>
|
|
544 <!-- /.widget-bg -->
|
|
545 </div>
|
|
546 <!-- /.widget-holder -->
|
|
547 <div class="widget-holder col-md-6">
|
|
548 <div class="widget-bg">
|
|
549 <div class="widget-body">
|
|
550 <h5 class="box-title">Bordered Table</h5>
|
|
551 <p>Add <code>.table-bordered</code> for borders on all sides of the table and cells.</p>
|
|
552 <table class="table table-bordered">
|
|
553 <thead>
|
|
554 <tr>
|
|
555 <th>ID</th>
|
|
556 <th>Title</th>
|
|
557 <th>Progress</th>
|
|
558 <th>Deadline</th>
|
|
559 <th>Actions</th>
|
|
560 </tr>
|
|
561 </thead>
|
|
562 <tbody>
|
|
563 <tr>
|
|
564 <td>1</td>
|
|
565 <td>Probe Project</td>
|
|
566 <td>
|
|
567 <div class="progress" data-toggle="tooltip" title="80%">
|
|
568 <div class="progress-bar bg-success" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"><span class="sr-only">80% Complete</span>
|
|
569 </div>
|
|
570 </div>
|
|
571 </td>
|
|
572 <td>May 15, 2015</td>
|
|
573 <td><a href="#" class="color-content"><i class="material-icons md-18">settings</i> </a><a href="#" class="color-content"><i class="material-icons md-18">clear</i></a>
|
|
574 </td>
|
|
575 </tr>
|
|
576 <tr>
|
|
577 <td>2</td>
|
|
578 <td>Office Automatized</td>
|
|
579 <td>
|
|
580 <div class="progress" data-toggle="tooltip" title="30%">
|
|
581 <div class="progress-bar bg-danger" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100" style="width: 30%"><span class="sr-only">30% Complete</span>
|
|
582 </div>
|
|
583 </div>
|
|
584 </td>
|
|
585 <td>May 15, 2015</td>
|
|
586 <td><a href="#" class="color-content"><i class="material-icons md-18">settings</i> </a><a href="#" class="color-content"><i class="material-icons md-18">clear</i></a>
|
|
587 </td>
|
|
588 </tr>
|
|
589 <tr>
|
|
590 <td>3</td>
|
|
591 <td>Dream successful Project</td>
|
|
592 <td>
|
|
593 <div class="progress" data-toggle="tooltip" title="50%">
|
|
594 <div class="progress-bar bg-info" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%"><span class="sr-only">50% Complete</span>
|
|
595 </div>
|
|
596 </div>
|
|
597 </td>
|
|
598 <td>May 15, 2015</td>
|
|
599 <td><a href="#" class="color-content"><i class="material-icons md-18">settings</i> </a><a href="#" class="color-content"><i class="material-icons md-18">clear</i></a>
|
|
600 </td>
|
|
601 </tr>
|
|
602 <tr>
|
|
603 <td>4</td>
|
|
604 <td>The sunclim bing plain</td>
|
|
605 <td>
|
|
606 <div class="progress" data-toggle="tooltip" title="90%">
|
|
607 <div class="progress-bar bg-success" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%"><span class="sr-only">90% Complete</span>
|
|
608 </div>
|
|
609 </div>
|
|
610 </td>
|
|
611 <td>May 15, 2015</td>
|
|
612 <td><a href="#" class="color-content"><i class="material-icons md-18">settings</i> </a><a href="#" class="color-content"><i class="material-icons md-18">clear</i></a>
|
|
613 </td>
|
|
614 </tr>
|
|
615 <tr>
|
|
616 <td>4</td>
|
|
617 <td>Dream successful Project</td>
|
|
618 <td>
|
|
619 <div class="progress" data-toggle="tooltip" title="40%">
|
|
620 <div class="progress-bar bg-warning" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"><span class="sr-only">40% Complete</span>
|
|
621 </div>
|
|
622 </div>
|
|
623 </td>
|
|
624 <td>May 15, 2015</td>
|
|
625 <td><a href="#" class="color-content"><i class="material-icons md-18">settings</i> </a><a href="#" class="color-content"><i class="material-icons md-18">clear</i></a>
|
|
626 </td>
|
|
627 </tr>
|
|
628 <tr>
|
|
629 <td>6</td>
|
|
630 <td>Open strategy</td>
|
|
631 <td>
|
|
632 <div class="progress" data-toggle="tooltip" title="50%">
|
|
633 <div class="progress-bar bg-info" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%"><span class="sr-only">50% Complete</span>
|
|
634 </div>
|
|
635 </div>
|
|
636 </td>
|
|
637 <td>May 15, 2015</td>
|
|
638 <td><a href="#" class="color-content"><i class="material-icons md-18">settings</i> </a><a href="#" class="color-content"><i class="material-icons md-18">clear</i></a>
|
|
639 </td>
|
|
640 </tr>
|
|
641 </tbody>
|
|
642 </table>
|
|
643 </div>
|
|
644 <!-- /.widget-body -->
|
|
645 </div>
|
|
646 <!-- /.widget-bg -->
|
|
647 </div>
|
|
648 <!-- /.widget-holder -->
|
|
649 <div class="widget-holder col-md-6">
|
|
650 <div class="widget-bg">
|
|
651 <div class="widget-body">
|
|
652 <h5 class="box-title">Hover Table</h5>
|
|
653 <p>Add <code>.table-hover</code> to enable a hover state on table rows within a <code><tbody></code>.</p>
|
|
654 <table class="table table-hover">
|
|
655 <thead>
|
|
656 <tr>
|
|
657 <th>Invoice</th>
|
|
658 <th>User</th>
|
|
659 <th>Amount</th>
|
|
660 <th>Date</th>
|
|
661 <th>Status</th>
|
|
662 </tr>
|
|
663 </thead>
|
|
664 <tbody>
|
|
665 <tr>
|
|
666 <td>Order#21249</td>
|
|
667 <td>Harman Beck</td>
|
|
668 <td>$35.22</td>
|
|
669 <td>May 15, 2015</td>
|
|
670 <td><span class="badge badge-success py-1 px-2">Paid</span>
|
|
671 </td>
|
|
672 </tr>
|
|
673 <tr>
|
|
674 <td>Order#34572</td>
|
|
675 <td>Mary Adams</td>
|
|
676 <td>$75.82</td>
|
|
677 <td>May 12, 2015</td>
|
|
678 <td><span class="badge badge-danger py-1 px-2">Cancel</span>
|
|
679 </td>
|
|
680 </tr>
|
|
681 <tr>
|
|
682 <td>Order#78878</td>
|
|
683 <td>Caleb Richard</td>
|
|
684 <td>$45.22</td>
|
|
685 <td>May 15, 2015</td>
|
|
686 <td><span class="badge badge-info py-1 px-2">Pending</span>
|
|
687 </td>
|
|
688 </tr>
|
|
689 <tr>
|
|
690 <td>Order#67686</td>
|
|
691 <td>June Lane</td>
|
|
692 <td>$90.23</td>
|
|
693 <td>May 19, 2015</td>
|
|
694 <td><span class="badge badge-warning py-1 px-2">Error</span>
|
|
695 </td>
|
|
696 </tr>
|
|
697 <tr>
|
|
698 <td>Order#67378</td>
|
|
699 <td>Lisa Roy</td>
|
|
700 <td>$23.67</td>
|
|
701 <td>April 19, 2015</td>
|
|
702 <td><span class="badge badge-success py-1 px-2">Paid</span>
|
|
703 </td>
|
|
704 </tr>
|
|
705 <tr>
|
|
706 <td>Order#67567</td>
|
|
707 <td>John Doe</td>
|
|
708 <td>$47.12</td>
|
|
709 <td>April 28, 2015</td>
|
|
710 <td><span class="badge badge-info py-1 px-2">Pending</span>
|
|
711 </td>
|
|
712 </tr>
|
|
713 </tbody>
|
|
714 </table>
|
|
715 </div>
|
|
716 <!-- /.widget-body -->
|
|
717 </div>
|
|
718 <!-- /.widget-bg -->
|
|
719 </div>
|
|
720 <!-- /.widget-holder -->
|
|
721 </div>
|
|
722 <!-- /.row -->
|
|
723 <div class="row">
|
|
724 <div class="widget-holder col-md-6">
|
|
725 <div class="widget-bg">
|
|
726 <div class="widget-body">
|
|
727 <h5 class="box-title">Condensed Table</h5>
|
|
728 <p>Add <code>.table-sm</code> to make tables more compact by cutting cell padding in half.</p>
|
|
729 <table class="table table-sm mb-4">
|
|
730 <thead>
|
|
731 <tr>
|
|
732 <th>ID</th>
|
|
733 <th>Name</th>
|
|
734 <th>Salary</th>
|
|
735 <th>Country</th>
|
|
736 </tr>
|
|
737 </thead>
|
|
738 <tbody>
|
|
739 <tr>
|
|
740 <td>1</td>
|
|
741 <td>Bob Williams</td>
|
|
742 <td>$23,566</td>
|
|
743 <td>USA</td>
|
|
744 </tr>
|
|
745 <tr>
|
|
746 <td>2</td>
|
|
747 <td>Mike Tyson</td>
|
|
748 <td>$10,200</td>
|
|
749 <td>Canada</td>
|
|
750 </tr>
|
|
751 <tr>
|
|
752 <td>3</td>
|
|
753 <td>Tim Cook</td>
|
|
754 <td>$32,190</td>
|
|
755 <td>Netherlands</td>
|
|
756 </tr>
|
|
757 <tr>
|
|
758 <td>4</td>
|
|
759 <td>Philip Morris</td>
|
|
760 <td>$31,432</td>
|
|
761 <td>UK</td>
|
|
762 </tr>
|
|
763 <tr>
|
|
764 <td>5</td>
|
|
765 <td>Tom Hooper</td>
|
|
766 <td>$28,768</td>
|
|
767 <td>India</td>
|
|
768 </tr>
|
|
769 <tr>
|
|
770 <td>6</td>
|
|
771 <td>Hulk Hogan</td>
|
|
772 <td>$43,201</td>
|
|
773 <td>Netherlands</td>
|
|
774 </tr>
|
|
775 </tbody>
|
|
776 </table>
|
|
777 </div>
|
|
778 <!-- /.widget-body -->
|
|
779 </div>
|
|
780 <!-- /.widget-bg -->
|
|
781 </div>
|
|
782 <!-- /.widget-holder -->
|
|
783 <div class="widget-holder col-md-6">
|
|
784 <div class="widget-bg">
|
|
785 <div class="widget-body">
|
|
786 <h5 class="box-title">Contextual Classes</h5>
|
|
787 <p>Use contextual classes to color table rows or individual cells.</p>
|
|
788 <table class="table">
|
|
789 <thead>
|
|
790 <tr>
|
|
791 <th>ID</th>
|
|
792 <th>First Name</th>
|
|
793 <th>Last Name</th>
|
|
794 <th>Username</th>
|
|
795 </tr>
|
|
796 </thead>
|
|
797 <tbody>
|
|
798 <tr class="table-danger">
|
|
799 <td>2</td>
|
|
800 <td>Mike</td>
|
|
801 <td>Tyson</td>
|
|
802 <td>@miketyson</td>
|
|
803 </tr>
|
|
804 <tr class="table-warning">
|
|
805 <td>3</td>
|
|
806 <td>Tim</td>
|
|
807 <td>Cook</td>
|
|
808 <td>@timck</td>
|
|
809 </tr>
|
|
810 <tr class="table-info">
|
|
811 <td>4</td>
|
|
812 <td>Philip</td>
|
|
813 <td>Morris</td>
|
|
814 <td>@philmorris</td>
|
|
815 </tr>
|
|
816 <tr class="table-success">
|
|
817 <td>5</td>
|
|
818 <td>Tom</td>
|
|
819 <td>Hooper</td>
|
|
820 <td>@timhoop</td>
|
|
821 </tr>
|
|
822 <tr class="table-active">
|
|
823 <td>1</td>
|
|
824 <td>Bob</td>
|
|
825 <td>Williams</td>
|
|
826 <td>@bobw</td>
|
|
827 </tr>
|
|
828 </tbody>
|
|
829 </table>
|
|
830 </div>
|
|
831 <!-- /.widget-body -->
|
|
832 </div>
|
|
833 <!-- /.widget-bg -->
|
|
834 </div>
|
|
835 <!-- /.widget-holder -->
|
|
836 <div class="col-md-4 widget-holder">
|
|
837 <div class="widget-bg">
|
|
838 <div class="widget-body clearfix">
|
|
839 <h5 class="box-title mr-b-0">Primary Table</h5>
|
|
840 <p class="text-muted">Use bootstrap classes <code>thead</code>
|
|
841 </p>
|
|
842 <table class="table">
|
|
843 <thead>
|
|
844 <tr class="thead-inverse bg-primary">
|
|
845 <th>Name</th>
|
|
846 <th>Salary</th>
|
|
847 <th>Country</th>
|
|
848 </tr>
|
|
849 </thead>
|
|
850 <tbody>
|
|
851 <tr>
|
|
852 <td>Bob Williams</td>
|
|
853 <td>$23,566</td>
|
|
854 <td>USA</td>
|
|
855 </tr>
|
|
856 <tr>
|
|
857 <td>Mike Tyson</td>
|
|
858 <td>$10,200</td>
|
|
859 <td>Canada</td>
|
|
860 </tr>
|
|
861 <tr>
|
|
862 <td>Tim Cook</td>
|
|
863 <td>$32,190</td>
|
|
864 <td>Netherlands</td>
|
|
865 </tr>
|
|
866 </tbody>
|
|
867 </table>
|
|
868 </div>
|
|
869 <!-- /.widget-body -->
|
|
870 </div>
|
|
871 <!-- /.widget-bg -->
|
|
872 </div>
|
|
873 <!-- /.widget-holder -->
|
|
874 <div class="col-md-4 widget-holder">
|
|
875 <div class="widget-bg">
|
|
876 <div class="widget-body clearfix">
|
|
877 <h5 class="box-title mr-b-0">Inverse Background Table</h5>
|
|
878 <p class="text-muted">Add bootstrap background classes to each <code>tr</code>
|
|
879 </p>
|
|
880 <table class="table">
|
|
881 <thead>
|
|
882 <tr>
|
|
883 <th>Name</th>
|
|
884 <th>Salary</th>
|
|
885 <th>Country</th>
|
|
886 </tr>
|
|
887 </thead>
|
|
888 <tbody>
|
|
889 <tr class="bg-info">
|
|
890 <td>Bob Williams</td>
|
|
891 <td>$23,566</td>
|
|
892 <td>USA</td>
|
|
893 </tr>
|
|
894 <tr class="bg-info">
|
|
895 <td>Mike Tyson</td>
|
|
896 <td>$10,200</td>
|
|
897 <td>Canada</td>
|
|
898 </tr>
|
|
899 <tr class="bg-info">
|
|
900 <td>Tim Cook</td>
|
|
901 <td>$32,190</td>
|
|
902 <td>Netherlands</td>
|
|
903 </tr>
|
|
904 </tbody>
|
|
905 </table>
|
|
906 </div>
|
|
907 <!-- /.widget-body -->
|
|
908 </div>
|
|
909 <!-- /.widget-bg -->
|
|
910 </div>
|
|
911 <!-- /.widget-holder -->
|
|
912 <div class="col-md-4 widget-holder">
|
|
913 <div class="widget-bg">
|
|
914 <div class="widget-body clearfix">
|
|
915 <h5 class="box-title mr-b-0">Full Info Table and Hover</h5>
|
|
916 <p class="text-muted">Add <code>.full-color-table.table-hover</code>
|
|
917 </p>
|
|
918 <table class="table table-hover">
|
|
919 <thead>
|
|
920 <tr class="bg-info text-inverse">
|
|
921 <th>Name</th>
|
|
922 <th>Salary</th>
|
|
923 <th>Country</th>
|
|
924 </tr>
|
|
925 </thead>
|
|
926 <tbody>
|
|
927 <tr class="table-info">
|
|
928 <td>Bob Williams</td>
|
|
929 <td>$23,566</td>
|
|
930 <td>USA</td>
|
|
931 </tr>
|
|
932 <tr class="table-info">
|
|
933 <td>Mike Tyson</td>
|
|
934 <td>$10,200</td>
|
|
935 <td>Canada</td>
|
|
936 </tr>
|
|
937 <tr class="table-info">
|
|
938 <td>Tim Cook</td>
|
|
939 <td>$32,190</td>
|
|
940 <td>Netherlands</td>
|
|
941 </tr>
|
|
942 </tbody>
|
|
943 </table>
|
|
944 </div>
|
|
945 <!-- /.widget-body -->
|
|
946 </div>
|
|
947 <!-- /.widget-bg -->
|
|
948 </div>
|
|
949 <!-- /.widget-holder -->
|
|
950 </div>
|
|
951 <!-- /.row -->
|
|
952 </div>
|
|
953 <!-- /.widget-list -->
|
|
954 </main>
|
|
955 <!-- RIGHT SIDEBAR -->
|
|
956 <aside class="right-sidebar scrollbar-enabled suppress-x">
|
|
957 <div class="sidebar-chat" data-plugin="chat-sidebar">
|
|
958 <div class="sidebar-chat-info">
|
|
959 <h6 class="fs-16">Chat List</h6>
|
|
960 <form class="mr-t-10">
|
|
961 <div class="form-group">
|
|
962 <input type="search" class="form-control form-control-rounded fs-13 heading-font-family pd-r-30" placeholder="Search for friends ..."> <i class="feather feather-search post-absolute pos-right vertical-center mr-3 text-muted"></i>
|
|
963 </div>
|
|
964 </form>
|
|
965 </div>
|
|
966 <div class="chat-list">
|
|
967 <div class="list-group row">
|
|
968 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Julein Renvoye">
|
|
969 <figure class="thumb-xs user--online mr-3 mr-0-rtl ml-3-rtl">
|
|
970 <img src="assets/demo/users/user2.jpg" class="rounded-circle" alt="">
|
|
971 </figure><span><span class="name">Gene Newman</span> <span class="username">@gene_newman</span> </span>
|
|
972 </a>
|
|
973 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Eddie Lebanovkiy">
|
|
974 <figure class="thumb-xs user--online mr-3 mr-0-rtl ml-3-rtl">
|
|
975 <img src="assets/demo/users/user3.jpg" class="rounded-circle" alt="">
|
|
976 </figure><span><span class="name">Billy Black</span> <span class="username">@billyblack</span> </span>
|
|
977 </a>
|
|
978 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Cameron Moll">
|
|
979 <figure class="thumb-xs user--online mr-3 mr-0-rtl ml-3-rtl">
|
|
980 <img src="assets/demo/users/user5.jpg" class="rounded-circle" alt="">
|
|
981 </figure><span><span class="name">Herbert Diaz</span> <span class="username">@herbert</span> </span>
|
|
982 </a>
|
|
983 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Bill S Kenny">
|
|
984 <figure class="user--busy thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
985 <img src="assets/demo/users/user4.jpg" class="rounded-circle" alt="">
|
|
986 </figure><span><span class="name">Sylvia Harvey</span> <span class="username">@sylvia</span> </span>
|
|
987 </a>
|
|
988 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Trent Walton">
|
|
989 <figure class="user--busy thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
990 <img src="assets/demo/users/user6.jpg" class="rounded-circle" alt="">
|
|
991 </figure><span><span class="name">Marsha Hoffman</span> <span class="username">@m_hoffman</span> </span>
|
|
992 </a>
|
|
993 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Julien Renvoye">
|
|
994 <figure class="user--offline thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
995 <img src="assets/demo/users/user7.jpg" class="rounded-circle" alt="">
|
|
996 </figure><span><span class="name">Mason Grant</span> <span class="username">@masongrant</span> </span>
|
|
997 </a>
|
|
998 <a href="javascript:void(0)" class="list-group-item" data-chat-user="Eddie Lebaovskiy">
|
|
999 <figure class="user--offline thumb-xs mr-3 mr-0-rtl ml-3-rtl">
|
|
1000 <img src="assets/demo/users/user8.jpg" class="rounded-circle" alt="">
|
|
1001 </figure><span><span class="name">Shelly Sullivan</span> <span class="username">@shelly</span></span>
|
|
1002 </a>
|
|
1003 </div>
|
|
1004 <!-- /.list-group -->
|
|
1005 </div>
|
|
1006 <!-- /.chat-list -->
|
|
1007 </div>
|
|
1008 <!-- /.sidebar-chat -->
|
|
1009 </aside>
|
|
1010 <!-- CHAT PANEL -->
|
|
1011 <div class="chat-panel" hidden>
|
|
1012 <div class="card">
|
|
1013 <div class="card-header d-flex justify-content-between"><a href="javascript:void(0);"><i class="feather feather-message-square text-success"></i></a> <span class="user-name heading-font-family fw-400">John Doe</span>
|
|
1014 <button type="button" class="close" aria-label="Close"><span aria-hidden="true">×</span>
|
|
1015 </button>
|
|
1016 </div>
|
|
1017 <!-- /.card-header -->
|
|
1018 <div class="card-body">
|
|
1019 <div class="widget-chat-activity flex-1">
|
|
1020 <div class="messages scrollbar-enabled suppress-x">
|
|
1021 <div class="message media reply">
|
|
1022 <figure class="thumb-xs2 user--online">
|
|
1023 <a href="#">
|
|
1024 <img src="assets/demo/users/user3.jpg" class="rounded-circle">
|
|
1025 </a>
|
|
1026 </figure>
|
|
1027 <div class="message-body media-body">
|
|
1028 <p>Epic Cheeseburgers come in all kind of styles.</p>
|
|
1029 </div>
|
|
1030 <!-- /.message-body -->
|
|
1031 </div>
|
|
1032 <!-- /.message -->
|
|
1033 <div class="message media">
|
|
1034 <figure class="thumb-xs2 user--online">
|
|
1035 <a href="#">
|
|
1036 <img src="assets/demo/users/user1.jpg" class="rounded-circle">
|
|
1037 </a>
|
|
1038 </figure>
|
|
1039 <div class="message-body media-body">
|
|
1040 <p>Cheeseburgers make your knees weak.</p>
|
|
1041 </div>
|
|
1042 <!-- /.message-body -->
|
|
1043 </div>
|
|
1044 <!-- /.message -->
|
|
1045 <div class="message media reply">
|
|
1046 <figure class="thumb-xs2 user--offline">
|
|
1047 <a href="#">
|
|
1048 <img src="assets/demo/users/user5.jpg" class="rounded-circle">
|
|
1049 </a>
|
|
1050 </figure>
|
|
1051 <div class="message-body media-body">
|
|
1052 <p>Cheeseburgers will never let you down.</p>
|
|
1053 <p>They'll also never run around or desert you.</p>
|
|
1054 </div>
|
|
1055 <!-- /.message-body -->
|
|
1056 </div>
|
|
1057 <!-- /.message -->
|
|
1058 <div class="message media">
|
|
1059 <figure class="thumb-xs2 user--online">
|
|
1060 <a href="#">
|
|
1061 <img src="assets/demo/users/user1.jpg" class="rounded-circle">
|
|
1062 </a>
|
|
1063 </figure>
|
|
1064 <div class="message-body media-body">
|
|
1065 <p>A great cheeseburger is a gastronomical event.</p>
|
|
1066 </div>
|
|
1067 <!-- /.message-body -->
|
|
1068 </div>
|
|
1069 <!-- /.message -->
|
|
1070 <div class="message media reply">
|
|
1071 <figure class="thumb-xs2 user--busy">
|
|
1072 <a href="#">
|
|
1073 <img src="assets/demo/users/user6.jpg" class="rounded-circle">
|
|
1074 </a>
|
|
1075 </figure>
|
|
1076 <div class="message-body media-body">
|
|
1077 <p>There's a cheesy incarnation waiting for you no matter what you palete preferences are.</p>
|
|
1078 </div>
|
|
1079 <!-- /.message-body -->
|
|
1080 </div>
|
|
1081 <!-- /.message -->
|
|
1082 <div class="message media">
|
|
1083 <figure class="thumb-xs2 user--online">
|
|
1084 <a href="#">
|
|
1085 <img src="assets/demo/users/user1.jpg" class="rounded-circle">
|
|
1086 </a>
|
|
1087 </figure>
|
|
1088 <div class="message-body media-body">
|
|
1089 <p>If you are a vegan, we are sorry for you loss.</p>
|
|
1090 </div>
|
|
1091 <!-- /.message-body -->
|
|
1092 </div>
|
|
1093 <!-- /.message -->
|
|
1094 </div>
|
|
1095 <!-- /.messages -->
|
|
1096 </div>
|
|
1097 <!-- /.widget-chat-acitvity -->
|
|
1098 </div>
|
|
1099 <!-- /.card-body -->
|
|
1100 <form action="javascript:void(0)" class="card-footer" method="post">
|
|
1101 <div class="d-flex justify-content-end"><i class="feather feather-plus-circle list-icon my-1 mr-3"></i>
|
|
1102 <textarea class="border-0 flex-1" rows="1" style="resize: none" placeholder="Type your message here" type="text"></textarea>
|
|
1103 <button class="btn btn-sm btn-circle bg-transparent" type="submit"><i class="feather feather-arrow-right list-icon fs-26 text-success"></i>
|
|
1104 </button>
|
|
1105 </div>
|
|
1106 </form>
|
|
1107 </div>
|
|
1108 <!-- /.card -->
|
|
1109 </div>
|
|
1110 <!-- /.chat-panel -->
|
|
1111 </div>
|
|
1112 <!-- /.content-wrapper -->
|
|
1113 <!-- FOOTER -->
|
|
1114 <footer class="footer"><span class="heading-font-family">Copyright @ 2017. All rights reserved BonVue Admin by Unifato</span>
|
|
1115 </footer>
|
|
1116 </div>
|
|
1117 <!--/ #wrapper -->
|
|
1118 <!-- Scripts -->
|
|
1119 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
1120 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.2/umd/popper.min.js"></script>
|
|
1121 <script src="assets/js/bootstrap.min.js"></script>
|
|
1122 <script src="https://cdnjs.cloudflare.com/ajax/libs/metisMenu/2.7.0/metisMenu.min.js"></script>
|
|
1123 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/js/perfect-scrollbar.jquery.js"></script>
|
|
1124 <script src="assets/js/theme.js"></script>
|
|
1125 <script src="assets/js/custom.js"></script>
|
|
1126 <script src="http://localhost:35729/livereload.js"></script>
|
|
1127 </body>
|
|
1128
|
|
1129 </html> |