Размер файла: 859B
{include file="head.tpl"}
{if $ERROR}
<div class="d1">
{$ERROR}
<br/>
<a href="#" onclick="history.back(); return false;">Назад</a>
</div>
{else}
{if !$act}
<div class="d1">
<form class="login" action="changestatus.php?act=change" method="post">
Текущая стоимость смены статуса: <b>{$sysconf.changestatus}</b><br/>
Ваш статус:<br/>
<input class="logput" name="status" type="text" value="{$mystatus}"/><br/>
<input class="logput" type="submit" value="Изменить"/>
</form></div>
{/if}
{if $act==change}
<div class="d1">
Ваш статус успешно изменён!
</div>
{/if}
<div class="d2"> Меню раздела</div>
<div class="d1">
<a href="shop.php">Магазин</a><br/>
<a href="../index.php">На главную</a>
</div>
{/if}
{include file="foot.tpl"}