{* $Id$ *} {$forum_info.name} {block name=title} {title help="forums" admpage="forums"} {$forum_info.name} {if $prefs.feature_forum_topics_archiving eq 'y' && $thread_info.archived eq 'y'}({tr}Archived{/tr}){/if} {/title} {/block}
{if $tiki_p_admin_forum eq "y"} {button href="tiki-admin_forums.php?forumId=$forumId" _type="link" _icon_name="wrench" _text="{tr}Edit Forum{/tr}"} {/if} {if $tiki_p_admin_forum eq 'y' or (!isset($all_forums) and $tiki_p_forum_read eq "y") or $all_forums|@count > 1} {button href="tiki-forums.php" _type="link" _icon_name="list" _text="{tr}Forum List{/tr}"} {/if} {if $tiki_p_forum_read eq "y"} {button href="tiki-view_forum.php?forumId=$forumId" _type="link" _icon_name="list" _text="{tr}Topic List{/tr}"} {/if}
{if $post_reported eq 'y'} {remarksbox type=warning title="{tr}The post has been reported and will be reviewed by a moderator.{/tr}"}{/remarksbox} {/if}
{/block} {if $openpost eq 'y'} {assign var="postclass" value="forumpostopen"} {else} {assign var="postclass" value="forumpost"} {/if}
{if $prefs.feature_freetags eq 'y' and $tiki_p_view_freetags eq 'y' and $prefs.freetags_show_middle eq 'y' and !$thread_info.topic.threadId} {include file='freetag_list.tpl'}
{wikiplugin _name="addfreetag" object="forum post:$comments_parentId"}{/wikiplugin}
{/if} {include file='comment.tpl' first='y' comment=$thread_info thread_style='commentStyle_plain'}
{include file='comments.tpl'}
{if $prefs.feature_forum_quickjump eq 'y' && $all_forums|@count > 1}
{else}   {/if}
{if isset($view_atts) and $view_atts eq 'y'}

{tr}Attachments{/tr}

{foreach from=$atts.data item=att} {/foreach}
{tr}Type{/tr} {tr}Filename{/tr} {tr}Size{/tr} {tr}Created{/tr} {tr}Action{/tr}
{$att.filename|iconify} {$att.filename|escape} {$att.filesize|kbsize} {$att.created|tiki_short_datetime} {icon name='floppy'}
{pagination_links cant=$atts.cant offset=$atts.offset offset_arg='fa_offset' step=$atts.maxRecords _anchor='attachments'}{/pagination_links} {/if}