Просмотр файла smarty_template/lite/foto.tpl

Размер файла: 1Kb
{include file="head.tpl"}

{if $ERROR}
<div class="d1">
{$ERROR}
<br/>
<a href="#" onclick="history.back(); return false;">Назад</a>
</div>
{else}


{if $act==addfoto}
<div class="d1">
<form class="login" action="foto.php?act=savefoto" method="post" enctype="multipart/form-data">
Выберите фото для загрузки:<br/>
<input class="logput" name="foto" type="file"/><br/>
<input class="logput" type="submit" value="Добавить"/>
</form>
</div>
{/if}

{if $act==savefoto}
<div class="d1">
Фото успешно загружено!
</div>
{/if}


{if $act==delfoto}
<div class="d1">
Фото удалено!
</div>
{/if}

{if $act==see}
<div class="d1">
<img src="{$BASE}foto/{$id}"/><br/>
</div>
{/if}


<div class="d2"> Меню раздела</div>
<div class="d1">
{if $act==savefoto || $act==delfoto}
<a href="umenu.php">Моё меню</a><br/>
{/if}
<a href="../index.php">На главную</a>
</div>
{/if}
{include file="foot.tpl"}