<{$topic.title}>
<{include file="db:`$mydirname`_inc_topicbar.html"}>
<{include file="db:`$mydirname`_inc_d3comment_summary.html"}>
<{if $pagenav}>
<{foreach from=$pagenav item=nav_}>
- >
<{if $nav_.url}><{$nav_.txt}>
<{else}>
<{$nav_.txt}>
<{/if}>
<{/foreach}>
<{/if}>
<{$smarty.const._MD_D3FORUM_POSTSTREE}>
<{foreach from=$posts item=eachpost}>
<{if ($eachpost.topic_id==$topic.id)}>
<{""}>
<{$eachpost.subject}>
(<{$eachpost.poster_uname}>, <{$eachpost.post_time_formatted}>)
<{if $forum.isadminormod}>
<{/if}>
<{/if}>
<{/foreach}>
<{* $postorder *}>
<{if $topic.external_link_id && ($tree_tp_count>1)}>
<{$smarty.const._MD_D3FORUM_TOPIC}>
<{foreach from=$tree item=eachpost}>
<{if ($eachpost.depth_in_tree==0)}>
- class='d3f_eachbranchitem'<{/if}>>
<{if ($eachpost.topic_id!=$topic.id)}><{/if}>
<{$eachpost.subject}><{if ($eachpost.topic_id==$topic.id)}><{/if}>
(<{$eachpost.poster_uname}>, <{$eachpost.post_time_formatted}>)
<{if $forum.isadminormod}>
<{/if}>
<{if ($eachpost.topic_id==$topic.id) && ($eachpost.depth_in_tree==0)}><{$smarty.const._MD_D3FORUM_THIS_TOPIC}><{/if}>
<{/if}>
<{/foreach}>
<{/if}>
<{include file="db:`$mydirname`_inc_postorder_links.html"}>
<{if $first_post.can_reply && ($postorder==3)}>
<{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$xoops_uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}>
<{/if}>
<{foreach item=post from=$posts}>
<{include file="db:`$mydirname`_inc_eachpost.html" post=$post caller="listposts" inner_link_format="#post_id%s"}>
<{/foreach}>
<{if $pagenav}>
<{foreach from=$pagenav item=nav_}>
- >
<{if $nav_.url}><{$nav_.txt}>
<{else}>
<{$nav_.txt}>
<{/if}>
<{/foreach}>
<{/if}>
<{include file="db:`$mydirname`_inc_postorder_links.html"}>
<{* $postorder *}>
<{if $first_post.can_reply && ($postorder!=3)}>
<{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}>
<{/if}>
<{include file='db:system_notification_select.html'}>