Просмотр файла smarty_template/web/changegroup.tpl

Размер файла: 995B
{include file="head.tpl"}
{include file="left.tpl"}


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


{if !$act}
<div class="upsss">
Текущая стоимость вступления в групу: <b>{$sysconf.changegroup}</b>
</div>
<form class="xfields" action="changegroup.php?act=gotogroup" method="post">
Вступить в групу:<br/>
<select size="1" name="gid">
{section name=key loop=$DATA}
<option value="{$DATA[key].id}">{$DATA[key].gname}</option>
{/section}
</select><br/>
<input type="submit" value="Вступить"/>
</form>
{/if}


{if $act==gotogroup}
<div class="content"><h3 align="center">
Вы успешно вступили в групу: <b>{$group}</b>
</h3></div>
{/if}

<div class="komm" align="center">
<a href="group.php">Групы</a><br/>
</div>
{/if}
{include file="right.tpl"}
{include file="foot.tpl"}