{include file="header.htm"} {if $article.sec==1 && $sectid==0}
{$article.title}
你浏览的内容已加密,请输入密码
作者:{$author.username} | 发表时间:{$time}
{elseif $sectid==1}
{$article.title}
{$article.content}
作者:{$author.username} | 发表时间:{$time}
{else}
{$article.title}
{$article.content}
作者:{$author.username} | 发表时间:{$time}
{/if} {section name=s loop=$comment} {if $comment[s].uid>0}
昵称:{$comuser[s].username} | 评论时间:{$comtime[s]}
{$comment[s].content}
{else}
昵称:{$comguest[s].guest} | 评论时间:{$comtime[s]}
{$comment[s].content}
{/if} {/section}
{$compage}
要不要说点什么呢?
{if $FUser.uid>0} 昵称: {$FUser.username}
{else} 昵称:
{/if} 内容:
最近发表
{section name=s loop=$late}
{$late[s].title}
{/section}
最新评论
{section name=s loop=$usercomlatist}
{$usercomlatist[s].content}
{/section}
最新留言
{section name=s loop=$usermesrow}
{$usermesrow[s].content}
{/section}
友好链接
{$site.link}
{include file="footer.htm"}