110 lines
5.0 KiB
HTML
110 lines
5.0 KiB
HTML
|
|
title = "Halanlarym"
|
||
|
|
url = "/wishlist"
|
||
|
|
layout = "default"
|
||
|
|
description = "Wishlist description"
|
||
|
|
is_hidden = 0
|
||
|
|
|
||
|
|
[session]
|
||
|
|
security = "user"
|
||
|
|
redirect = "login"
|
||
|
|
==
|
||
|
|
<!-- Breadcumb Area -->
|
||
|
|
<div class="breadcumb_area">
|
||
|
|
<div class="container h-100">
|
||
|
|
<div class="row h-100 align-items-center">
|
||
|
|
<div class="col-12">
|
||
|
|
<h5>Halanlarym</h5>
|
||
|
|
<ol class="breadcrumb">
|
||
|
|
<li class="breadcrumb-item"><a href="index.html">Esasy sahypa</a></li>
|
||
|
|
<li class="breadcrumb-item active">Halanlarym</li>
|
||
|
|
</ol>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- Breadcumb Area -->
|
||
|
|
|
||
|
|
<!-- Wishlist Table Area -->
|
||
|
|
<div class="wishlist-table section_padding_100 clearfix">
|
||
|
|
<div class="container">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-12">
|
||
|
|
<div class="cart-table wishlist-table">
|
||
|
|
<div class="table-responsive">
|
||
|
|
<table class="table table-bordered mb-30">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<th scope="col"><i class="icofont-ui-delete"></i></th>
|
||
|
|
<th scope="col">Surat</th>
|
||
|
|
<th scope="col">Haryt ady</th>
|
||
|
|
<th scope="col">Bahasy</th>
|
||
|
|
<th scope="col">Mukdary</th>
|
||
|
|
<th scope="col"></th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<th scope="row">
|
||
|
|
<i class="icofont-close"></i>
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<img src="{{ 'assets/img/product-img/onsale-1.png'|theme }}" alt="Product">
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<a href="#">Haryt ady</a>
|
||
|
|
</td>
|
||
|
|
<td>100.00 TMT</td>
|
||
|
|
<td>
|
||
|
|
<div class="quantity">
|
||
|
|
<input type="number" class="qty-text" id="qty2" step="1" min="1" max="99" name="quantity" value="1">
|
||
|
|
</div>
|
||
|
|
</td>
|
||
|
|
<td><a href="#" class="btn btn-primary btn-sm">Sebede goş</a></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th scope="row">
|
||
|
|
<i class="icofont-close"></i>
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<img src="{{ 'assets/img/product-img/onsale-2.png'|theme }}" alt="Product">
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<a href="#">Haryt ady</a>
|
||
|
|
</td>
|
||
|
|
<td>50.00 TMT</td>
|
||
|
|
<td>
|
||
|
|
<div class="quantity">
|
||
|
|
<input type="number" class="qty-text" id="qty3" step="1" min="1" max="99" name="quantity" value="1">
|
||
|
|
</div>
|
||
|
|
</td>
|
||
|
|
<td><a href="#" class="btn btn-primary btn-sm">Sebede goş</a></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th scope="row">
|
||
|
|
<i class="icofont-close"></i>
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<img src="{{ 'assets/img/product-img/onsale-6.png'|theme }}" alt="Product">
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<a href="#">Haryt ady</a>
|
||
|
|
</td>
|
||
|
|
<td>40.00 TMT</td>
|
||
|
|
<td>
|
||
|
|
<div class="quantity">
|
||
|
|
<input type="number" class="qty-text" id="qty4" step="1" min="1" max="99" name="quantity" value="1">
|
||
|
|
</div>
|
||
|
|
</td>
|
||
|
|
<td><a href="#" class="btn btn-primary btn-sm">Sebede goş</a></td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|