2333 lines
98 KiB
HTML
2333 lines
98 KiB
HTML
{{template "components/header.html" .}}
|
|
{{template "components/preloader.html" .}}
|
|
<div id="main-wrapper">
|
|
<!-- Sidebar Start -->
|
|
{{template "components/sidebar.html" .}}
|
|
<!-- Sidebar End -->
|
|
<div class="page-wrapper">
|
|
<!-- Header Start -->
|
|
{{template "components/topbar.html" .}}
|
|
<!-- Header End -->
|
|
<div class="body-wrapper">
|
|
<div class="container-fluid">
|
|
<div class="card bg-info-subtle shadow-none position-relative overflow-hidden mb-4">
|
|
<div class="card-body px-4 py-3">
|
|
<div class="row align-items-center">
|
|
<div class="col-9">
|
|
<h4 class="fw-semibold mb-8">Table Coloured</h4>
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item">
|
|
<a class="text-muted text-decoration-none" href="../main/index.html">Home</a>
|
|
</li>
|
|
<li class="breadcrumb-item" aria-current="page">Table Coloured</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
<div class="col-3">
|
|
<div class="text-center mb-n5">
|
|
<img src="../assets/images/breadcrumb/ChatBc.png" alt="modernize-img" class="img-fluid mb-n4" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-6">
|
|
<!-- start Primary Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Primary Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code1-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code1-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Primary Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead class="bg-primary text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.table-primary</code> in
|
|
the <code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive border rounded-4">
|
|
<table class="table mb-0">
|
|
<thead class="table-primary">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Primary Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Success Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Success Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code2-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code2-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Success Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead class="bg-success text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.table-success</code> in
|
|
the <code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive border rounded-4">
|
|
<table class="table mb-0">
|
|
<thead class="table-success">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Success Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Info Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Info Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code3-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code3-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Info Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead class="bg-info text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.table-info</code> in the
|
|
<code><thead> </code>.
|
|
</p>
|
|
<div class="table-responsive border rounded-4">
|
|
<table class="table mb-0">
|
|
<thead class="table-info">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Info Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Warning Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Warning Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code4-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code4-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Warning Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead class="bg-warning text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.table-warning</code> in
|
|
the <code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive border rounded-4">
|
|
<table class="table mb-0">
|
|
<thead class="table-warning text-white">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Warning Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Danger Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Danger Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code5-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code5-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Danger Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead class="bg-danger text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.table-danger</code> in
|
|
the <code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive border rounded-4">
|
|
<table class="table mb-0">
|
|
<thead class="table-danger">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Danger Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Inverse Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Inverse Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code6-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code6-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Inverse Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead class="bg-inverse text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.table-dark</code> in
|
|
the <code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive border rounded-4">
|
|
<table class="table mb-0">
|
|
<thead class="table-dark">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th class="text-white">#</th>
|
|
<th class="text-white">First Name</th>
|
|
<th class="text-white">Last Name</th>
|
|
<th class="text-white">Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Inverse Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Primary border Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Primary border Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code7-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code7-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Primary border Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered border-primary">
|
|
<thead class="bg-primary text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.bg-primary .text-white</code> in
|
|
the <code><thead></code> and add class
|
|
<code>.border .border-primary</code> in
|
|
<code><tbody></code>
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered mb-0 border-primary">
|
|
<thead class="bg-primary text-white">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Primary border Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Success border Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Success border Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code8-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code8-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Success border Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered border-success">
|
|
<thead class="bg-success text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.bg-success .text-white</code> in
|
|
the <code><thead></code> and add class
|
|
<code>.border .border-success</code> in
|
|
<code><tbody></code>
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered mb-0 border-success">
|
|
<thead class="bg-success text-white">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Success border Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Info border Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Info border Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code9-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code9-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Info border Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table border-info table-bordered">
|
|
<thead class="bg-info text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.bg-info .text-white</code> in the
|
|
<code><thead></code> and add class
|
|
<code>.border .border-info</code>
|
|
in
|
|
<code><tbody></code>
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table border-info table-bordered">
|
|
<thead class="bg-info text-white">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Info border Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Warning border Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Warning border Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code10-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code10-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Warning border Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered border-warning">
|
|
<thead class="bg-warning text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.bg-warning .text-white</code> in
|
|
the <code><thead></code> and add class
|
|
<code>.border .border-warning</code> in
|
|
<code><tbody></code>
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered mb-0 border-warning">
|
|
<thead class="bg-warning text-white">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Warning border Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Danger border Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Danger border Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code11-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code11-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Danger border Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered border-danger">
|
|
<thead class="bg-danger text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.bg-danger .text-white</code> in
|
|
the <code><thead></code> and add class
|
|
<code>.border .border-danger</code>
|
|
in
|
|
<code><tbody></code>
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered mb-0 border-danger">
|
|
<thead class="bg-danger text-white">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Danger border Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Dark border Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Dark border Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code12-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code12-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Dark border Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered border-dark">
|
|
<thead class="bg-inverse text-white">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class <code>.bg-dark .text-white</code> in the
|
|
<code><thead></code> and add class
|
|
<code>.border .border-dark</code>
|
|
in
|
|
<code><tbody></code>
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-bordered mb-0 border-dark">
|
|
<thead class="bg-inverse">
|
|
<!-- start row -->
|
|
<tr>
|
|
<th>#</th>
|
|
<th>First Name</th>
|
|
<th>Last Name</th>
|
|
<th>Username</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>1</td>
|
|
<td>Nigam</td>
|
|
<td>Eichmann</td>
|
|
<td>@Sonu</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>2</td>
|
|
<td>Deshmukh</td>
|
|
<td>Prohaska</td>
|
|
<td>@Genelia</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<td>3</td>
|
|
<td>Roshan</td>
|
|
<td>Rogahn</td>
|
|
<td>@Hritik</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Dark border Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Light Primary Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Light Primary Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code13-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code13-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Light Primary Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-primary">
|
|
<thead class="bg-primary text-white">
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class in the table
|
|
<code>.table-hover .table-primary</code> and add class
|
|
<code>.bg-primary .text-white</code> in the
|
|
<code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-hover mb-0 table-primary text-dark table-borderless">
|
|
<thead>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Light Primary Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Light Success Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Light Success Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code14-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code14-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Light Success Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-success">
|
|
<thead class="bg-success text-white">
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class in the table
|
|
<code>.table-hover .table-success</code> and add class
|
|
<code>.bg-success .text-white</code> in the
|
|
<code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-hover mb-0 table-success text-dark table-borderless">
|
|
<thead>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Light Success Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Light Info Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Light Info Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code15-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code15-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Light Info Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-info">
|
|
<thead class="bg-info text-white">
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class in the table
|
|
<code>.table-hover .table-info</code> and add class
|
|
<code>.bg-info .text-white</code> in the
|
|
<code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-hover mb-0 table-info text-dark table-borderless">
|
|
<thead>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Light Info Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Light Warning Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Light Warning Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code16-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code16-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Light Warning Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-warning">
|
|
<thead class="bg-warning text-white">
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class in the table
|
|
<code>.table-hover .table-warning</code> and add class
|
|
<code>.bg-warning .text-white</code> in the
|
|
<code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-hover mb-0 table-warning text-dark table-borderless">
|
|
<thead>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Light Warning Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Light Danger Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Light Danger Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code17-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code17-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Light Danger Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-danger">
|
|
<thead class="bg-danger text-white">
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class in the table
|
|
<code>.table-hover .table-danger</code> and add class
|
|
<code>.bg-danger .text-white</code> in the
|
|
<code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-hover mb-0 table-danger text-dark table-borderless">
|
|
<thead>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Light Danger Table -->
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<!-- start Dark Table -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-flex mb-1 align-items-center">
|
|
<div>
|
|
<h4 class="card-title mb-0">Dark Table</h4>
|
|
</div>
|
|
<div class="ms-auto flex-shrink-0">
|
|
<button class="btn bg-primary-subtle text-primary btn-sm" title="View Code" data-bs-toggle="modal" data-bs-target="#view-code18-modal">
|
|
<i class="ti ti-code fs-5 d-flex"></i>
|
|
</button>
|
|
<!-- Code Modal -->
|
|
<div id="view-code18-modal" class="modal fade" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header border-bottom">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Dark Table - View Code
|
|
</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body p-4">
|
|
<pre class="language-html scrollable">
|
|
<code>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-dark">
|
|
<thead class="bg-dark text-white">
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|
|
<!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
<p class="card-subtitle mb-3">
|
|
To use add class in the table
|
|
<code>.table-hover .table-dark</code> and add class
|
|
<code>.bg-dark .text-white</code> in the
|
|
<code><thead></code>.
|
|
</p>
|
|
<div class="table-responsive rounded-4">
|
|
<table class="table table-hover mb-0 table-dark table-borderless">
|
|
<thead>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">First</th>
|
|
<th scope="col">Last</th>
|
|
<th scope="col">Handle</th>
|
|
</tr>
|
|
<!-- end row -->
|
|
</thead>
|
|
<tbody>
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>Mark</td>
|
|
<td>Otto</td>
|
|
<td>@mdo</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>Jacob</td>
|
|
<td>Thornton</td>
|
|
<td>@fat</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
<!-- start row -->
|
|
<tr>
|
|
<th scope="row">3</th>
|
|
<td colspan="2">Larry the Bird</td>
|
|
<td>@twitter</td>
|
|
</tr>
|
|
<!-- end row -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end Dark Table -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Search Bar -->
|
|
<div class="modal fade" id="exampleModal" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content rounded-1">
|
|
<div class="modal-header border-bottom">
|
|
<input type="search" class="form-control fs-3" placeholder="Search here" id="search" />
|
|
<a href="javascript:void(0)" data-bs-dismiss="modal" class="lh-1">
|
|
<i class="ti ti-x fs-5 ms-3"></i>
|
|
</a>
|
|
</div>
|
|
<div class="modal-body message-body" data-simplebar="">
|
|
<h5 class="mb-0 fs-5 p-1">Quick Page Links</h5>
|
|
<ul class="list mb-0 py-2">
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Modern</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard1</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Dashboard</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard2</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Contacts</span>
|
|
<span class="text-muted d-block">/apps/contacts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Posts</span>
|
|
<span class="text-muted d-block">/apps/blog/posts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Detail</span>
|
|
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Shop</span>
|
|
<span class="text-muted d-block">/apps/ecommerce/shop</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Modern</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard1</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Dashboard</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard2</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Contacts</span>
|
|
<span class="text-muted d-block">/apps/contacts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Posts</span>
|
|
<span class="text-muted d-block">/apps/blog/posts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Detail</span>
|
|
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Shop</span>
|
|
<span class="text-muted d-block">/apps/ecommerce/shop</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Shopping Cart -->
|
|
<div class="offcanvas offcanvas-end shopping-cart" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
|
|
<div class="offcanvas-header justify-content-between py-4">
|
|
<h5 class="offcanvas-title fs-5 fw-semibold" id="offcanvasRightLabel">
|
|
Shopping Cart
|
|
</h5>
|
|
<span class="badge bg-primary rounded-4 px-3 py-1 lh-sm">5 new</span>
|
|
</div>
|
|
<div class="offcanvas-body h-100 px-4 pt-0" data-simplebar>
|
|
<ul class="mb-0">
|
|
<li class="pb-7">
|
|
<div class="d-flex align-items-center">
|
|
<img src="../assets/images/products/product-1.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
|
|
<div>
|
|
<h6 class="mb-1">Supreme toys cooker</h6>
|
|
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
|
|
<div class="d-flex align-items-center justify-content-between mt-2">
|
|
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
|
|
<div class="input-group input-group-sm w-50">
|
|
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add1">
|
|
-
|
|
</button>
|
|
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add1" value="1" />
|
|
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addo2">
|
|
+
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="pb-7">
|
|
<div class="d-flex align-items-center">
|
|
<img src="../assets/images/products/product-2.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
|
|
<div>
|
|
<h6 class="mb-1">Supreme toys cooker</h6>
|
|
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
|
|
<div class="d-flex align-items-center justify-content-between mt-2">
|
|
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
|
|
<div class="input-group input-group-sm w-50">
|
|
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add2">
|
|
-
|
|
</button>
|
|
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add2" value="1" />
|
|
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon34">
|
|
+
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="pb-7">
|
|
<div class="d-flex align-items-center">
|
|
<img src="../assets/images/products/product-3.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
|
|
<div>
|
|
<h6 class="mb-1">Supreme toys cooker</h6>
|
|
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
|
|
<div class="d-flex align-items-center justify-content-between mt-2">
|
|
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
|
|
<div class="input-group input-group-sm w-50">
|
|
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add3">
|
|
-
|
|
</button>
|
|
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add3" value="1" />
|
|
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon3">
|
|
+
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div class="align-bottom">
|
|
<div class="d-flex align-items-center pb-7">
|
|
<span class="text-dark fs-3">Sub Total</span>
|
|
<div class="ms-auto">
|
|
<span class="text-dark fw-semibold fs-3">$2530</span>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex align-items-center pb-7">
|
|
<span class="text-dark fs-3">Total</span>
|
|
<div class="ms-auto">
|
|
<span class="text-dark fw-semibold fs-3">$6830</span>
|
|
</div>
|
|
</div>
|
|
<a href="../main/eco-checkout.html" class="btn btn-outline-primary w-100">Go to shopping cart</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "components/footer.html" .}}
|
|
|
|
|
|
|