Files
site/res/templates/eco-product-list.html
2025-12-27 21:59:58 +08:00

451 lines
22 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{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">Shop list</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">Shop list</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="product-list">
<div class="card">
<div class="card-body p-3">
<div class="d-flex justify-content-between align-items-center gap-6 mb-9">
<form class="position-relative">
<input type="text" class="form-control search-chat py-2 ps-5" id="text-srh" placeholder="Search Product">
<i class="ti ti-search position-absolute top-50 start-0 translate-middle-y fs-6 text-dark ms-3"></i>
</form>
<a class="fs-6 text-muted" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Filter list">
<i class="ti ti-filter"></i>
</a>
</div>
<div class="table-responsive border rounded">
<table class="table align-middle text-nowrap mb-0">
<thead>
<tr>
<th scope="col">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
</div>
</th>
<th scope="col">Products</th>
<th scope="col">Date</th>
<th scope="col">Status</th>
<th scope="col">Price</th>
<th scope="col">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="form-check mb-0">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault1">
</div>
</td>
<td>
<div class="d-flex align-items-center">
<img src="../assets/images/products/s1.jpg" class="rounded-circle" alt="modernize-img" width="56" height="56">
<div class="ms-3">
<h6 class="mb-0 fs-4">Curology Face wash</h6>
<p class="mb-0">books</p>
</div>
</div>
</td>
<td>
<p class="mb-0">Thu, Jan 12 2024</p>
</td>
<td>
<div class="d-flex align-items-center">
<span class="text-bg-success p-1 rounded-circle"></span>
<p class="mb-0 ms-2">InStock</p>
</div>
</td>
<td>
<h6 class="mb-0 fs-4">$275</h6>
</td>
<td>
<a class="fs-6 text-muted" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Edit">
<i class="ti ti-dots-vertical"></i>
</a>
</td>
</tr>
<tr>
<td>
<div class="form-check mb-0">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault2">
</div>
</td>
<td>
<div class="d-flex align-items-center">
<img src="../assets/images/products/s2.jpg" class="rounded-circle" alt="modernize-img" width="56" height="56">
<div class="ms-3">
<h6 class="mb-0 fs-4">Body Lotion</h6>
<p class="mb-0">books</p>
</div>
</div>
</td>
<td>
<p class="mb-0">Thu, Jan 10 2024</p>
</td>
<td>
<div class="d-flex align-items-center">
<span class="text-bg-danger p-1 rounded-circle"></span>
<p class="mb-0 ms-2">Out of Stock</p>
</div>
</td>
<td>
<h6 class="mb-0 fs-4">$89</h6>
</td>
<td>
<a class="fs-6 text-muted" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Edit">
<i class="ti ti-dots-vertical"></i>
</a>
</td>
</tr>
<tr>
<td>
<div class="form-check mb-0">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault3">
</div>
</td>
<td>
<div class="d-flex align-items-center">
<img src="../assets/images/products/s3.jpg" class="rounded-circle" alt="modernize-img" width="56" height="56">
<div class="ms-3">
<h6 class="mb-0 fs-4">Smart Watch</h6>
<p class="mb-0">fashionbooks</p>
</div>
</div>
</td>
<td>
<p class="mb-0">Thu, Jan 12 2024</p>
</td>
<td>
<div class="d-flex align-items-center">
<span class="text-bg-success p-1 rounded-circle"></span>
<p class="mb-0 ms-2">InStock</p>
</div>
</td>
<td>
<h6 class="mb-0 fs-4">$125</h6>
</td>
<td>
<a class="fs-6 text-muted" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Edit">
<i class="ti ti-dots-vertical"></i>
</a>
</td>
</tr>
<tr>
<td>
<div class="form-check mb-0">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault4">
</div>
</td>
<td>
<div class="d-flex align-items-center">
<img src="../assets/images/products/s4.jpg" class="rounded-circle" alt="modernize-img" width="56" height="56">
<div class="ms-3">
<h6 class="mb-0 fs-4">Glossy Solution</h6>
<p class="mb-0">electronics</p>
</div>
</div>
</td>
<td>
<p class="mb-0">Mon, Jan 16 2024</p>
</td>
<td>
<div class="d-flex align-items-center">
<span class="text-bg-success p-1 rounded-circle"></span>
<p class="mb-0 ms-2">InStock</p>
</div>
</td>
<td>
<h6 class="mb-0 fs-4">$50</h6>
</td>
<td>
<a class="fs-6 text-muted" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Edit">
<i class="ti ti-dots-vertical"></i>
</a>
</td>
</tr>
<tr>
<td class="border-bottom-0">
<div class="form-check mb-0">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault5">
</div>
</td>
<td class="border-bottom-0">
<div class="d-flex align-items-center">
<img src="../assets/images/products/s5.jpg" class="rounded-circle" alt="modernize-img" width="56" height="56">
<div class="ms-3">
<h6 class="mb-0 fs-4">Derma-E</h6>
<p class="mb-0">fashionelectronics</p>
</div>
</div>
</td>
<td class="border-bottom-0">
<p class="mb-0">Wed, Jan 18 2024</p>
</td>
<td class="border-bottom-0">
<div class="d-flex align-items-center">
<span class="text-bg-danger p-1 rounded-circle"></span>
<p class="mb-0 ms-2">Out of Stock</p>
</div>
</td>
<td class="border-bottom-0">
<h6 class="mb-0 fs-4">$650</h6>
</td>
<td class="border-bottom-0">
<a class="fs-6 text-muted" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Edit">
<i class="ti ti-dots-vertical"></i>
</a>
</td>
</tr>
</tbody>
</table>
<div class="d-flex align-items-center justify-content-end py-1">
<p class="mb-0 fs-2">Rows per page:</p>
<select class="form-select w-auto ms-0 ms-sm-2 me-8 me-sm-4 py-1 pe-7 ps-2 border-0" aria-label="Default select example">
<option selected>5</option>
<option value="1">10</option>
<option value="2">25</option>
</select>
<p class="mb-0 fs-2">15 of 12</p>
<nav aria-label="...">
<ul class="pagination justify-content-center mb-0 ms-8 ms-sm-9">
<li class="page-item p-1">
<a class="page-link border-0 rounded-circle text-dark fs-6 round-32 d-flex align-items-center justify-content-center" href="javascript:void(0)">
<i class="ti ti-chevron-left"></i>
</a>
</li>
<li class="page-item p-1">
<a class="page-link border-0 rounded-circle text-dark fs-6 round-32 d-flex align-items-center justify-content-center" href="javascript:void(0)">
<i class="ti ti-chevron-right"></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</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" .}}