148 lines
7.4 KiB
HTML
148 lines
7.4 KiB
HTML
|
<!-- :::::: Start Hero Section :::::: -->
|
|||
|
{include file=$header}
|
|||
|
|
|||
|
<!-- :::::: Start Breadcrumb Section :::::: -->
|
|||
|
<div class="page-breadcrumb">
|
|||
|
<div class="container">
|
|||
|
<div class="row">
|
|||
|
<div class="col-12">
|
|||
|
<ul class="page-breadcrumb__menu">
|
|||
|
<li class="page-breadcrumb__nav"><a href="/">Главная</a></li>
|
|||
|
<li class="page-breadcrumb__nav active">{$page_info[0].txt}</li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
{if $smarty.session.dostup=='a'}
|
|||
|
|
|||
|
<div id="drop-area" class="container mt-2">
|
|||
|
<form class="my-form">
|
|||
|
<p>Загрузите фотографии</p>
|
|||
|
<input type="file" id="fileElem" multiple accept="image/*" onchange="handleFiles(this.files)">
|
|||
|
<label class="button" for="fileElem">Выбрать файлы</label>
|
|||
|
</form>
|
|||
|
<progress id="progress-bar" max=100 value=0></progress>
|
|||
|
<div id="gallery"></div>
|
|||
|
</div>
|
|||
|
{/if}
|
|||
|
<!-- :::::: End Breadcrumb Section :::::: -->
|
|||
|
|
|||
|
<!-- :::::: Start Main Container Wrapper :::::: -->
|
|||
|
<main id="main-container" class="main-container">
|
|||
|
<div class="container">
|
|||
|
<div class="row">
|
|||
|
<!-- Start Rightside - Content -->
|
|||
|
<!--div class="img-responsive">
|
|||
|
<img src="assets/img/banner/size-wide/banner-shop-1-img-1-wide.jpg" alt="">
|
|||
|
</div -->
|
|||
|
<!-- :::::: Start Sort Box Section :::::: -->
|
|||
|
<h1 class="text-center">{$page_info[0].txt}</h1>
|
|||
|
{if $list[0].id}
|
|||
|
<!-- категрии -->
|
|||
|
<div class="product-tab-area">
|
|||
|
<div class="tab-content tab-animate-zoom">
|
|||
|
<div class="tab-pane show active shop-grid" id="sort-grid">
|
|||
|
<h3>Категрии</h3>
|
|||
|
<div class="row">
|
|||
|
{section name=customer loop=$list}{if $list[customer].id}
|
|||
|
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12">
|
|||
|
<!-- Start Single Default Product -->
|
|||
|
<div class="product__box product__default--single text-center">
|
|||
|
<!-- Start Product Image -->
|
|||
|
<div class="product__img-box pos-relative">
|
|||
|
<a href="/tovar_cat/{$list[customer].id}" class="product__img--link">
|
|||
|
<img class="product__img img-fluid lazy" src="img/nofoto.jpg" data-original="/img/tovar/{$list[customer].img}.jpg" alt="">
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<!-- End Product Image -->
|
|||
|
<!-- Start Product Content -->
|
|||
|
<div class="product__content m-t-20">
|
|||
|
<a href="/tovar_cat/{$list[customer].id}" class="product__link">{$list[customer].txt}</a>
|
|||
|
</div>
|
|||
|
<!-- End Product Content -->
|
|||
|
</div>
|
|||
|
<!-- End Single Default Product -->
|
|||
|
</div>
|
|||
|
{/if}{/section}
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /категрии -->
|
|||
|
{/if} {if $list2[0].id}
|
|||
|
<!-- товар -->
|
|||
|
<!-- :::::: Start Sort Box Section :::::: -->
|
|||
|
<div class="product-tab-area">
|
|||
|
<div class="tab-content tab-animate-zoom">
|
|||
|
<div class="tab-pane show active shop-grid" id="sort-grid">
|
|||
|
<h3>Продукция</h3>
|
|||
|
<div class="row">
|
|||
|
{section name=customer loop=$list2}{if $list2[customer].id}
|
|||
|
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12">
|
|||
|
|
|||
|
<!-- Start Single Default Product -->
|
|||
|
<div class="product__box product__default--single text-center">
|
|||
|
<!-- Start Product Image -->
|
|||
|
<div class="product__img-box pos-relative" style="height: 400px;">
|
|||
|
<a href="/tovar_show/{$list2[customer].id}" class="product__img--link">
|
|||
|
<img class="product__img img-fluid lazy" src="img/nofoto.jpg" data-original="/img/tovar/{$list2[customer].img}.jpg" alt="">
|
|||
|
</a>
|
|||
|
<!-- Start Procuct Label -->
|
|||
|
<!-- span class="product__label product__label--sale-dis">-34%</span -->
|
|||
|
<!-- End Procuct Label -->
|
|||
|
<!-- Start Product Action Link-->
|
|||
|
<!--ul class="product__action--link pos-absolute" -->
|
|||
|
<!--li><a href="#modalAddCart" data-toggle="modal"><i class="icon-shopping-cart"></i></a></li -->
|
|||
|
<!-- li><a href="compare.html"><i class="icon-sliders"></i></a></li>
|
|||
|
<li><a href="wishlist.html"><i class="icon-heart"></i></a></li>
|
|||
|
<li><a href="#modalQuickView" data-toggle="modal"><i class="icon-eye"></i></a></li -->
|
|||
|
<!-- /ul -->
|
|||
|
<!-- End Product Action Link -->
|
|||
|
</div>
|
|||
|
<!-- End Product Image -->
|
|||
|
<!-- Start Product Content -->
|
|||
|
<div class="product__content m-t-20">
|
|||
|
|
|||
|
<a href="/tovar_show/{$list2[customer].id}" class="product__link">{$list2[customer].txt}</a>
|
|||
|
<div class="product__price m-t-5">
|
|||
|
{if $list2[customer].cena}<span class="product__price">{$list2[customer].cena} руб.<!--del>$29.00</del --></span>{/if}
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- End Product Content -->
|
|||
|
</div>
|
|||
|
<!-- End Single Default Product -->
|
|||
|
|
|||
|
</div>
|
|||
|
{/if}{/section}
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /товар -->
|
|||
|
{/if}
|
|||
|
|
|||
|
<!-- div class="page-pagination">
|
|||
|
<ul class="page-pagination__list">
|
|||
|
<li class="page-pagination__item"><a class="page-pagination__link" href="#">Prev</a>
|
|||
|
<li class="page-pagination__item"><a class="page-pagination__link active" href="#">1</a></li>
|
|||
|
<li class="page-pagination__item"><a class="page-pagination__link" href="#">2</a></li>
|
|||
|
<li class="page-pagination__item"><a class="page-pagination__link" href="#">Next</a></li>
|
|||
|
</ul>
|
|||
|
</div -->
|
|||
|
|
|||
|
<!-- Start Rightside - Content -->
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</main>
|
|||
|
<!-- :::::: End MainContainer Wrapper :::::: -->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
{include file=$footer}
|