{include file="header.html"}
{include file='guest/nav.html'} {if $data.type_id eq 6} {include file="guest/show_6.html"} {else} {if $data.type_id eq 6} {/if}
标题:{if $data.title}{$data.title}{else}无主题{/if}
昵称:{$data.nickname}
邮箱:{$data.email}
电话:{$data.phone2}
手机:{$data.telephone}
qq:{$data.qq}
公司名称:{$data.company}
地址:{$data.address}
邮编:{$data.zipcode}
发布时间:{$data.dateline|date:Y-m-d H:i:s}
内容:{$data.content}
{/if}
{include file="footer.html"}