View file sys/tpl/user.page.tpl

File size: 11.43Kb
{block index}
Статус на форуме : <b>{$user.status}</b><br />
Зарегистрирован : <b>{$user.reg}</b><br />
{if ~$user.last}Последний раз был : <b>{$user.last}</b><br />{/if ~$user.last}
{if $user.online}<span class="msg">Пользователь в данный момент на сайте</span><br />{/if $user.online}
{if !$user.active}<span class="err">Пользователь деактивирован</span><br />{/if !$user.active}
{if $punish}
<br />
<span class="err">Пользователь {if $punish_ban}забанен{/if $punish_ban}{if !$punish_ban}предупрежден{/if !$punish_ban}</span><br />
{if ~$punish_rule}В связи с пунктом правил : <a href="{$path}index.php?mode=rules&id={$punish_rule.cid}&rid={$punish_rule.id}#rule-{$punish_rule.id}">{$punish_rule.title}</a><br />{/if ~$punish_rule}
До автоматического снятия {if $punish_ban}бана{/if $punish_ban}{if !$punish_ban}предупреждения{/if !$punish_ban} осталось : {$punish_time}<br />
{if ~$punish_post}Наказание за <a href="{$path}post{$punish_post}/">этот</a> пост<br />{/if ~$punish_post}
{if ~$punish_all}Просмотреть все наказания : <a href="{$path}user{$user.id}/punishes/">{$punish_all}</a><br />{/if ~$punish_all}
{/if $punish}
<br />
Количество тем : <a href="{$path}user{$user.id}/topics/">{$user.count_topics}</a><br />
Количество сообщений : <a href="{$path}user{$user.id}/posts/">{$user.count_posts}</a><br />
{if ~$user.info_name}Имя : <b>{$user.info_name}</b><br />{/if ~$user.info_name}
{if ~$user.info_city}Проживает в : {$user.info_city}<br />{/if ~$user.info_city}
{if ~$user.info_icq}ICQ : <b>{$user.info_icq}</b><img src="http://web.icq.com/whitepages/online?icq={$user.info_icq}&amp;img=5" alt="icq" /><br />{/if ~$user.info_icq}
Пол : {$user.info_sex}<br />
<br />
{if $user_id == $user.id}&raquo; <a href="{$path}umenu.php?mode=info">Редактировать анкету</a><br />{/if $user_id == $user.id}
{if $user_id != $user.id}&raquo; <a href="{$path}umenu.php?mode=private&act=user&id={$user.id}">Написать письмо</a><br />{/if $user_id != $user.id}
{if $manage_moderator}
&raquo; <a href="{$path}user{$user.id}/edit/">Изменить профиль</a><br />
{if $user_id != $user.id}
&raquo; <a href="{$path}user{$user.id}/punish/">Наказать</a><br />
{if $manage_admin}
&raquo; <a href="{$path}user{$user.id}/{if $user.active}de{/if $user.active}active/">{if $user.active}Де{/if $user.active}Активировать профиль</a><br />
{/if $manage_admin}
{/if $user_id != $user.id}
{/if $manage_moderator}
{/block index}

{block edit}
<form action="{$path}user{$user.id}/edit/{$rand}/" method="post"><input type="hidden" name="edit" value="1"/>
Ник : <br />
<input type="text" name="nick" value="{$user.nick}"/><br />
{if $user_level >= $user_admin}
{if $user_id != $user.id}
Пароль (если не хотите менять, оставьте поле пустым) : <br />
<input type="text" name="password"/><br />
Уровень доступа : <br />
<select name="level">
<option value="0"{if $user.level == 0} selected="selected"{/if $user.level == 0}>Типа Пользователь</option>
<option value="1"{if $user.level == 1} selected="selected"{/if $user.level == 1}>Пользователь</option>
<option value="2"{if $user.level == 2} selected="selected"{/if $user.level == 2}>Модератор</option>
<option value="3"{if $user.level == 3} selected="selected"{/if $user.level == 3}>Админ</option>
</select><br />
<label><input type="checkbox" name="active" value="1"{if $user.active} checked="checked"{/if $user.active}/>Пользователь активирован</label><br />
{/if $user_id != $user.id}
{/if $user_level >= $user_admin}
<hr/>
Тем на страницу : <br />
<input type="text" name="set_onpage_topics" value="{$user.set_onpage_topics}" size="4" maxlength="4"/><br />
Сообщений на страницу : <br />
<input type="text" name="set_onpage_posts" value="{$user.set_onpage_posts}" size="4" maxlength="4"/><br />
Текущее время : <br />
<select name="set_time_shift">
{foreach $times}
<option value="{$times.shift}"{$times.selected}>{$times.time} ({$times.shift})</option>
{/foreach $times}
</select><br />
<label><input type="checkbox" name="set_fast_post" value="1"{if $user.set_fast_post} checked="checked"{/if $user.set_fast_post}/>Показывать поле быстрого ответа</label><br />
<hr/>
Имя : <br />
<input type="text" name="info_name" value="{$user.info_name}"/><br />
Проживает в : <br />
<input type="text" name="info_city" value="{$user.info_city}"/><br />
ICQ : <br />
<input type="text" name="info_icq" value="{$user.info_icq}" maxlength="9" size="9"/><br />
Пол : <br />
<select name="info_sex">
<option value="0"{if $user.info_sex == 0} selected="selected"{/if $user.info_sex == 0}>Жен</option>
<option value="1"{if $user.info_sex == 1} selected="selected"{/if $user.info_sex == 1}>Муж</option>
</select><br />
<input type="submit" value="Сохранить"/><br />
</form>
{/block edit}

{block punish}
<form action="{$path}user{$user.id}/punish/{$rand}/" method="post" class="unit"><input type="hidden" name="punish" value="1"/>
Наказание в соответствии с правилом : <br />
<select name="rule">
<option value="0">---</option>
{foreach $rules}
<option value="{$rules.id}">{$rules.title}</option>
{/foreach $rules}
</select><br />
На срок : <br />
<input type="text" name="time1" value="1" size="3" maxlength="3"/>
<select name="time2">
<option value="60">минуту</option>
<option value="3600">час</option>
<option value="86400">день</option>
<option value="604800">неделя</option>
<option value="2592000">месяц</option>
</select><br />
Комментарий : <br />
<input type="text" name="comment" maxlength="500"/><br />
<label><input type="checkbox" name="ban" value="1">Запретить писать сообщения и создавать темы</label><br />
<label><input type="checkbox" name="close_private" value="1">Запретить читать и слать личные сообщения</label><br />
<input type="submit" value="Наказать"/>
</form>
{/block punish}

{block punishes}
{foreach $punishes}
<div class="unit"><i>#{$punishes.i}.</i> <a href="{$path}user{$punishes.punished_user_id}/"><b>{$punishes.punished_user}</b></a> / {$punishes.date}<br />
<span class="err">Пользователь{if $punishes.was} был{/if $punishes.was} {if $punishes.ban}забанен{/if $punishes.ban}{if !$punishes.ban}предупрежден{/if !$punishes.ban}</span><br />
{if $punishes.was}Снято : {/if $punishes.was}{if !$punishes.was}Осталось : {/if !$punishes.was}{$punishes.time}<br />
{if ~$punishes.rule_title}В связи с пунктом правил : <a href="{$path}index.php?mode=rules&id={$punishes.rule_cid}&rid={$punishes.rule}#rule-{$punishes.rule}">{$punishes.rule_title}</a><br />{/if ~$punishes.rule_title}
{if ~$punishes.post}<a href="{$path}post{$punishes.pid}/">Пост</a> : {$punishes.post}<br />{/if ~$punishes.post}
{if ~$punishes.comment}Комментарий : {$punishes.comment}<br />{/if ~$punishes.comment}
{if $punishes.close_private}Пользователю закрыт доступ к личной почте<br />{/if $punishes.close_private}
{if $punishes.manage}<a href="{$path}user{$user.id}/punishes/edit{$punishes.id}/">Изменить</a> <a href="{$path}user{$user.id}/punishes/del{$punishes.id}/">Удалить</a><br />{/if $punishes.manage}
{if $punishes.manage_info}<div class="manage">{$punishes.ip} - {$punishes.ua}</div>{/if $punishes.manage_info}
</div>
{/foreach $punishes}
{$pagebar}
{if !~$punishes}
У пользователя нет предупреждений.<br />
{/if !~$punishes}
{/block punishes}

{block punish_edit}
<form action="{$path}user{$user.id}/punishes/edit{$punish.id}/{$rand}/" method="post" class="unit"><input type="hidden" name="edit" value="1"/>
Наказание в соответствии с правилом : <br />
<select name="rule">
<option value="0">---</option>
{foreach $rules}
<option value="{$rules.id}"{$rules.selected}>{$rules.title}</option>
{/foreach $rules}
</select><br />
На срок : <br />
<input type="text" name="time1" value="{$punish.time}" size="3" maxlength="3"/>
<select name="time2">
<option value="60"{if $punish.time_limit == 60} selected="selected"{/if $punish.time_limit == 60}>минуту</option>
<option value="3600"{if $punish.time_limit == 3600} selected="selected"{/if $punish.time_limit == 3600}>час</option>
<option value="86400"{if $punish.time_limit == 86400} selected="selected"{/if $punish.time_limit == 86400}>день</option>
<option value="604800"{if $punish.time_limit == 604800} selected="selected"{/if $punish.time_limit == 604800}>неделя</option>
<option value="2592000"{if $punish.time_limit == 2592000} selected="selected"{/if $punish.time_limit == 2592000}>месяц</option>
</select><br />
Комментарий : <br />
<input type="text" name="comment" value="{$punish.comment}" maxlength="500"/><br />
<label><input type="checkbox" name="ban" value="1"{if $punish.ban} checked="checked"{/if $punish.ban}>Запретить писать сообщения и создавать темы</label><br />
<label><input type="checkbox" name="close_private" value="1"{if $punish.close_private} checked="checked"{/if $punish.close_private}>Запретить читать и слать личные сообщения</label><br />
{if $punish.is_pid}<label><input type="checkbox" name="clean_pid" value="1">Убрать привязку к посту</label><br />{/if $punish.is_pid}
<input type="submit" value="Изменить наказание"/>
</form>
{/block punish_edit}

{block punish_del}
<form action="{$path}user{$user.id}/punishes/del{$punish_id}/{$rand}/" method="post" class="unit"><input type="hidden" name="del" value="1"/>
Вы хотите удалить наказание<br />
Репутация пользователя будет восстановлена.<br />
<input type="submit" value="Удалить"/>
</form>
{/block punish_del}

{block topics}
{foreach $topics}
<div class="unit"><i>#{$topics.i}.</i> <a href="{$path}topic{$topics.id}/">{$topics.name}</a> ({$topics.count_posts})<br />
{$topics.user} / {$topics.date}
</div>
{/foreach $topics}
{$pagebar}
{if !~$topics}
Пользователь не создал ни одной темы.<br />
{/if !~$topics}
{if ~$topics}
<div class="menu">Созданных тем : {$count_topics}</div>
{/if ~$topics}
{/block topics}

{block posts}
{foreach $posts}
<div class="unit"><i>#{$posts.i}.</i> <a href="{$path}topic{$posts.tid}/">{$posts.topic_name}</a> ({$posts.topic_count_posts})<br />
<a href="{$path}post{$posts.id}/">{$posts.date}</a> : {$posts.text}
</div>
{/foreach $posts}
{$pagebar}
{if !~$posts}
Пользователь не написал ни одного сообщения.<br />
{/if !~$posts}
{if ~$posts}
<div class="menu">Написано сообщений : {$count_posts}</div>
{/if ~$posts}
{/block posts}


{block !index}<a href="{$path}user{$user.id}/">К пользователю &quot;{$user.nick}&quot;</a><br />{/block !index}