466 lines
26 KiB
HTML
466 lines
26 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">Accordian</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">Accordian</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">
|
|
<!-- ---------------------------------------------- -->
|
|
<!-- 1. Accordian -->
|
|
<!-- ---------------------------------------------- -->
|
|
<div class="col-lg-6 d-flex align-items-stretch">
|
|
<div class="card w-100">
|
|
<div class="card-body">
|
|
<div class="mb-4">
|
|
<h4 class="card-title mb-0">Accordian</h4>
|
|
</div>
|
|
<div class="accordion" id="accordionExample">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingOne">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
|
Accordion Item #1
|
|
</button>
|
|
</h2>
|
|
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
|
|
<div class="accordion-body">
|
|
<strong>This is the first item's accordion body.</strong>
|
|
It is hidden by default, until the collapse plugin
|
|
adds the appropriate classes that we use to style
|
|
each element. These classes control the overall
|
|
appearance, as well as the showing and hiding via
|
|
CSS transitions. You can modify any of this with
|
|
custom CSS or overriding our default variables. It's
|
|
also worth noting that just about any HTML can go
|
|
within the
|
|
<code>.accordion-body</code>, though the transition
|
|
does limit overflow.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingTwo">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
|
Accordion Item #2
|
|
</button>
|
|
</h2>
|
|
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
|
|
<div class="accordion-body">
|
|
<strong>This is the second item's accordion body.</strong>
|
|
It is hidden by default, until the collapse plugin
|
|
adds the appropriate classes that we use to style
|
|
each element. These classes control the overall
|
|
appearance, as well as the showing and hiding via
|
|
CSS transitions. You can modify any of this with
|
|
custom CSS or overriding our default variables. It's
|
|
also worth noting that just about any HTML can go
|
|
within the
|
|
<code>.accordion-body</code>, though the transition
|
|
does limit overflow.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingThree">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
|
Accordion Item #3
|
|
</button>
|
|
</h2>
|
|
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
|
|
<div class="accordion-body">
|
|
<strong>This is the third item's accordion body.</strong>
|
|
It is hidden by default, until the collapse plugin
|
|
adds the appropriate classes that we use to style
|
|
each element. These classes control the overall
|
|
appearance, as well as the showing and hiding via
|
|
CSS transitions. You can modify any of this with
|
|
custom CSS or overriding our default variables. It's
|
|
also worth noting that just about any HTML can go
|
|
within the
|
|
<code>.accordion-body</code>, though the transition
|
|
does limit overflow.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- ---------------------------------------------- -->
|
|
<!-- 2. Accordian Flush -->
|
|
<!-- ---------------------------------------------- -->
|
|
<div class="col-lg-6 d-flex align-items-stretch">
|
|
<div class="card w-100">
|
|
<div class="card-body">
|
|
<div class="mb-4">
|
|
<h4 class="card-title mb-0">Accordian Flush</h4>
|
|
</div>
|
|
<div class="accordion accordion-flush" id="accordionFlushExample">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="flush-headingOne">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
|
|
Accordion Item #1
|
|
</button>
|
|
</h2>
|
|
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
|
|
<div class="accordion-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod
|
|
high life accusamus terry richardson ad squid. 3
|
|
wolf moon officia aute, non cupidatat skateboard
|
|
dolor brunch. Food truck quinoa nesciunt laborum
|
|
eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put
|
|
a bird on it squid single-origin coffee nulla
|
|
assumenda shoreditch et. Nihil anim keffiyeh
|
|
helvetica, craft beer labore wes anderson cred
|
|
nesciunt sapiente ea proident. Ad vegan excepteur
|
|
butcher vice lomo. Leggings occaecat craft beer
|
|
farm-to-table, raw denim aesthetic synth nesciunt
|
|
you probably haven't heard of them accusamus labore
|
|
sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="flush-headingTwo">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
|
|
Accordion Item #2
|
|
</button>
|
|
</h2>
|
|
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
|
|
<div class="accordion-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod
|
|
high life accusamus terry richardson ad squid. 3
|
|
wolf moon officia aute, non cupidatat skateboard
|
|
dolor brunch. Food truck quinoa nesciunt laborum
|
|
eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put
|
|
a bird on it squid single-origin coffee nulla
|
|
assumenda shoreditch et. Nihil anim keffiyeh
|
|
helvetica, craft beer labore wes anderson cred
|
|
nesciunt sapiente ea proident. Ad vegan excepteur
|
|
butcher vice lomo. Leggings occaecat craft beer
|
|
farm-to-table, raw denim aesthetic synth nesciunt
|
|
you probably haven't heard of them accusamus labore
|
|
sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="flush-headingThree">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
|
|
Accordion Item #3
|
|
</button>
|
|
</h2>
|
|
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
|
|
<div class="accordion-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod
|
|
high life accusamus terry richardson ad squid. 3
|
|
wolf moon officia aute, non cupidatat skateboard
|
|
dolor brunch. Food truck quinoa nesciunt laborum
|
|
eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put
|
|
a bird on it squid single-origin coffee nulla
|
|
assumenda shoreditch et. Nihil anim keffiyeh
|
|
helvetica, craft beer labore wes anderson cred
|
|
nesciunt sapiente ea proident. Ad vegan excepteur
|
|
butcher vice lomo. Leggings occaecat craft beer
|
|
farm-to-table, raw denim aesthetic synth nesciunt
|
|
you probably haven't heard of them accusamus labore
|
|
sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- ---------------------------------------------- -->
|
|
<!-- 3. Collapse -->
|
|
<!-- ---------------------------------------------- -->
|
|
<div class="col-lg-5 d-flex align-items-stretch">
|
|
<div class="card w-100">
|
|
<div class="card-body">
|
|
<div class="mb-4">
|
|
<h4 class="card-title mb-0">Collapse</h4>
|
|
</div>
|
|
<p class="button-group">
|
|
<a class="btn bg-info-subtle mb-2 text-info" data-bs-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
|
|
Link with href
|
|
</a>
|
|
<button class="btn bg-warning-subtle text-warning" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
|
|
Button with data-bs-target
|
|
</button>
|
|
</p>
|
|
<div class="collapse" id="collapseExample">
|
|
<div class="card card-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high
|
|
life accusamus terry richardson ad squid. Nihil anim
|
|
keffiyeh helvetica, craft beer labore wes anderson cred
|
|
nesciunt sapiente ea proident.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- ---------------------------------------------- -->
|
|
<!-- 4. Collapse with multiple targets -->
|
|
<!-- ---------------------------------------------- -->
|
|
<div class="col-lg-7 d-flex align-items-stretch">
|
|
<div class="card w-100">
|
|
<div class="card-body">
|
|
<div class="mb-4">
|
|
<h4 class="card-title mb-0">Collapse with multiple targets</h4>
|
|
</div>
|
|
<div class="button-group">
|
|
<a class="btn bg-primary-subtle mb-2 text-primary " data-bs-toggle="collapse" href="#multiCollapseExample1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">Toggle 1st obejct</a>
|
|
<button class="btn bg-success-subtle mb-2 text-success " type="button" data-bs-toggle="collapse" data-bs-target="#multiCollapseExample2" aria-expanded="false" aria-controls="multiCollapseExample2">
|
|
Toggle 2nd obejct
|
|
</button>
|
|
<button class="btn bg-danger-subtle mb-2 text-danger " type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">
|
|
Toggle both elements
|
|
</button>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="collapse multi-collapse" id="multiCollapseExample1">
|
|
<div class="card card-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod
|
|
high life accusamus terry richardson ad squid. Nihil
|
|
anim keffiyeh helvetica, craft beer labore wes
|
|
anderson cred nesciunt sapiente ea proident.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="collapse multi-collapse" id="multiCollapseExample2">
|
|
<div class="card card-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod
|
|
high life accusamus terry richardson ad squid. Nihil
|
|
anim keffiyeh helvetica, craft beer labore wes
|
|
anderson cred nesciunt sapiente ea proident.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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" .}}
|
|
|
|
|