View file sys/tpl/post.page.tpl

File size: 4.26Kb
{if ~$page_zag}<div class="menu">{$page_zag}</div>{/if ~$page_zag}

{block edit}
<form action="{$path}post{$post_id}/edit/{$rand}/" method="post" class="unit"><input type="hidden" name="edit" value="1"/>
Сообщение : <br />
<textarea name="post" cols="40" rows="8" wrap="off">{$post_text}</textarea><br />
{if $user_level >= $user_admin}<label><input type="checkbox" name="not_view_edit" value="1"/>Скрыть изменение</label><br />{/if $user_level >= $user_admin}
<input type="submit" value="Изменить"/>
</form>
{if $post_manage}&raquo; <a href="{$path}post{$post_id}/trans/{$rand}/">Перенести</a><br />
&raquo; <a href="{$path}post{$post_id}/del/{$rand}/">Удалить</a><br />
<br />{/if $post_manage}
&raquo; <a href="{$path}index.php?mode=bbcodes">BB коды</a><br />
&raquo; <a href="{$path}index.php?mode=smiles">Смайлы</a><br />
{/block edit}

{block del}
<form action="{$path}post{$post_id}/del/{$rand}/" method="post" class="unit"><input type="hidden" name="del" value="1">
<input type="submit" value="Удалить сообщение"/>
</form>
{/block del}

{block trans}
<form action="{$path}post{$post_id}/trans/{$rand}/" method="post"><input type="hidden" name="yes" value="1"/>
<label><input type="radio" name="create" value="1" checked="checked"/>Создать новую тему</label><br />
Форум : <br />
<select name="into_forum">
{foreach $forums}
<option value="{$forums.id}">{$forums.name}</option>
{/foreach $forums}
</select><br />
Название темы : <br />
<input type="text" name="topic_name" maxlength="100"><br />
<label><input type="checkbox" name="as_first_post" value="1"/>Как первый пост</label><br />
<label><input type="radio" name="create" value="0"/>Переместить в уже существующую тему</label><br />
ID темы : <br />
<input type="text" name="into_topic" size="11"/><br />
<input type="submit" name="trans" value="Переместить"/>
</form>
{/block trans}

{block answer}
<form action="{$path}post{$post_id}/{$mode}/{$rand}/" method="post" class="unit"><input type="hidden" name="add" value="1"/>
{if $mode == 'answer'}Вы отвечаете на сообщение "<i>{$short_post_text}</i>"<br />{/if $mode == 'answer'}
{if $mode == 'answer'}Ваш ответ{/if $mode == 'answer'}{if $mode == 'quote'}Ваше сообщение{/if $mode == 'quote'} : <br />
<textarea name="post" cols="40" rows="8" wrap="off">{$answer_text}</textarea><br />
<input type="submit" value="Ответить"/>
</form>
{if $mode != 'quote'}&raquo; <a href="{$path}post{$post_id}/quote/{$rand}/">Цитировать сообщение</a><br />
<br />{/if $mode != 'quote'}
&raquo; <a href="{$path}index.php?mode=bbcodes">BB коды</a><br />
&raquo; <a href="{$path}index.php?mode=smiles">Смайлы</a><br />
{/block answer}

{block punish}
<form action="{$path}post{$post_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}

<a href="{$path}post{$post_id}/">К сообщению</a><br />
<a href="{$path}topic{$topic_id}/">К топику &quot;{$topic_name}&quot;</a><br />
<a href="{$path}forum{$forum_id}/">К форуму &quot;{$forum_name}&quot;</a><br />