71 lines
2.7 KiB
HTML
71 lines
2.7 KiB
HTML
{include file=$header h1="Корзина" title="Корзина"} {*
|
||
<section class="container">
|
||
|
||
<button type="button" class="btn btn-outline-dark" data-link="/foto_add_album/"><i class="fas fa-plus"></i> Добавить альбом</button>
|
||
|
||
|
||
</section>
|
||
*}
|
||
<!-- gallery-section class="image-popup"
|
||
================================================== -->
|
||
<section class="gallery-section">
|
||
<div class="container">
|
||
|
||
<table class="table">
|
||
{section name=customer loop=$p} {if $p[customer].id}
|
||
<tr id="{$p[customer].id}">
|
||
|
||
<td style="width: 250px;">
|
||
<img class="lazy" src="" data-original="/img/albums/{$p[customer].user_id}/{$p[customer].album_id}/250/{$p[customer].img}.jpg">
|
||
</td>
|
||
|
||
|
||
<td>
|
||
<button type="button" class="btn btn-danger otmena" data-id="{$p[customer].id}">Отменить</button>
|
||
|
||
<!--select class="form-control razmer_foto" name="h1_page" data-fotoid="{$p[customer].id}" data-razmer="1">
|
||
|
||
<option value='0'>Выбрать размер</option>
|
||
<option value='1'>6016px - 100 р.</option>
|
||
<option value='2'>2560px - 55 р.</option>
|
||
<option value='3'>1080px - 30 р.</option>
|
||
<option value='4'>RAW файл (исходник) - 150 р.</option>
|
||
</select -->
|
||
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
{/if} {/section}
|
||
</table>
|
||
|
||
|
||
<div class="gallery-box iso-call col3">
|
||
{section name=customer loop=$albums} {if $albums[customer].id}
|
||
<div class="gallery-post">
|
||
<img src="upload/gallery/g1.jpg" data-original="/img/albums/{$albums[customer].img}.jpg" alt="" class="lazy">
|
||
<div class="hover-box">
|
||
<h2><a href="/foto_show_album/{$albums[customer].id}">{$albums[customer].naim}</a></h2><br><br>
|
||
<!-- div class="clearfix"></div>
|
||
<h4 style="font-size: 10pt; color: #fff; display: block;" class="text-center">Автор</h4 -->
|
||
</div>
|
||
</div>
|
||
{/if} {/section}
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<!-- div class="center-button">
|
||
<a href="#" class="button-one">Prev Gallery</a>
|
||
<a href="#" class="button-one">Next Gallery</a>
|
||
</div -->
|
||
|
||
</div>
|
||
<div class="container">
|
||
<button class="btn btn-success btn-lg" data-link="/robo/">Перейти к оплате <span id="spanItogo"></span></button>
|
||
</div>
|
||
|
||
</section>
|
||
{include file=$footer} |