53 lines
3.3 KiB
HTML
53 lines
3.3 KiB
HTML
|
{include file=$header h1=$album[0].naim title=$album[0].naim}
|
||
|
<section class="container">
|
||
|
<div class="btn-group" role="group" aria-label="Basic example">
|
||
|
<button type="button" class="btn btn-outline-dark" data-link="/foto_my_albums/"><i class="fas fa-chevron-left"></i> Назад</button>
|
||
|
<button type="button" class="btn btn-outline-dark" data-modal="#del-album"><i class="fas fa-trash"></i> Удалить</button>
|
||
|
</div>
|
||
|
<div class="alert alert-dark" role="alert">
|
||
|
<p>Стоимость хранения: 100 рублей в месяц за каждый гигабайт фотографий</p>
|
||
|
<p>Ваш альбом популярен и продолжает приносить деньги - вы можете продлить срок хранения!</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="clearfix"></div>
|
||
|
{*
|
||
|
<form action="/foto_add_album/" method="post" enctype='multipart/form-data' class="mt-3 mb-3"> *}
|
||
|
<div class="mb-3">
|
||
|
<label class="form-label">Название</label>
|
||
|
<input type="text" name="naim" class="form-control update-album" value="{$album[0].naim}" data-t="naim">
|
||
|
<!-- div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div -->
|
||
|
</div>
|
||
|
|
||
|
<div class="mb-3">
|
||
|
<label class="form-label">Цена альбома</label>
|
||
|
<input type="text" name="cena" class="form-control update-album" value="{$album[0].cena}" data-t="cena">
|
||
|
<!-- div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div -->
|
||
|
</div>
|
||
|
<!-- div class="mb-3">
|
||
|
<label class="form-label">Срок размещения</label>
|
||
|
<select class="form-control" name="srok">
|
||
|
<option value="1">1 Месяц</option>
|
||
|
<option value="2">2 Месяца</option>
|
||
|
<option value="3">3 Месяца</option>
|
||
|
</select>
|
||
|
</div -->
|
||
|
<div class="mb-3">
|
||
|
<input type="checkbox" class="form-check-input check-update" id="exampleCheck1" name="roznica" data-t="roznica" {if ($album[0].roznica=='1' )}checked{/if}>
|
||
|
<label class="form-check-label" for="exampleCheck1">Разрешить розничную продажу фото</label><br>
|
||
|
<label class="form-check-label" for="exampleCheck1"><small>Цена за фото = (цена альбома / количество фотографий)</small></label>
|
||
|
</div>
|
||
|
|
||
|
<img src="/api/img/timthumb.php.png" title="Нажмите, чтобы обновить обложку" id="ava" data-original="/img/albums/{$album[0].img}.jpg" alt="{$user[0].fio}" class="lazy" style="width: 200px; cursor: pointer;">
|
||
|
<form action="/act/profile_edit" method="post" enctype='multipart/form-data' id="form-upload">
|
||
|
<input type="file" class="hidden" name="file" id="input-file">
|
||
|
<input type="hidden" name="act" value="ava">
|
||
|
</form>
|
||
|
<div class="alert alert-info mt-3" role="alert">
|
||
|
Изменения сохраняются автоматически
|
||
|
</div>
|
||
|
|
||
|
{* </form> *}
|
||
|
|
||
|
|
||
|
</section>
|
||
|
{include file="api/modules/foto_edit_album/modal.html"} {include file=$footer}
|