<{if $item.head}>

<{$item.head.blog_name}>

<{$item.head.ex}>
<{/if}>
<{if $moduleConfig.rss_mode==1}> <{elseif $moduleConfig.rss_mode==2}> <{/if}>
<{include file="db:xixiblog_item.html"}>
<{if $item.head.blog_name}> <{$item.head.blog_name}> <{else}> <{$item.blog_name}> <{/if}>

<{foreach name=parent item=i from=$trackbacks}> <{/foreach}>
<{$smarty.const._MD_XIXIBLOG_LANG_TRACKBACK_URL}>: <{$smarty.const.XOOPS_URL}>/modules/xixiBlog/tb.php/<{$item.id}>
<{$i.receive_date|date_format:"%Y/%m/%d(%a)"}>
<{$i.receive_date|date_format:"%H:%M"}>
<{$i.title}> from <{$i.blog_name}>
<{$i.excerpt}> <{if ($item.uid==$xoopsUser.uid and $perm.delete_trackback_myblog) or $perm.delete_trackback_otherblog }> [DELETE] <{/if}>

<{if $comments}>
<{foreach name=parent item=i from=$comments}> <{/foreach}>
<{$i.input_date|date_format:"%Y/%m/%d(%a)"}>
<{$i.input_date|date_format:"%H:%M"}>
<{if $i.uid}> <{if $i.user.name}> <{$i.user.name}> <{else}> <{$i.user.uname}> <{/if}> <{else}> <{$i.name}> <{/if}>
<{$i.message}> <{if ($item.uid==$xoopsUser.uid and $perm.edit_comment_myblog) or $perm.edit_comment_otherblog }> [EDIT] <{/if}> <{if ($item.uid==$xoopsUser.uid and $perm.delete_comment_myblog) or $perm.delete_comment_otherblog or ($perm.delete_comment_mine and $i.uid==$xoopsUser.uid) }> [DELETE] <{/if}>

<{/if}>
<{else}> <{$xoopsUser.uname}> <{/if}> <{else}> <{/if}>
NAME <{if $xoopsUser.uid}> <{if $xoopsUser.name}> <{$xoopsUser.name}>
MESSAGE
SUBMIT
GO TOP