{%link file="public/head.html"%}
{%$type.typename%}
{%$type.content%}
{%get name=bbstype class=isside:1,btid:$type.btid%}
Message classification
{%forlist from=$array key=i%} {%if $array[i].selected=='selected'%}
{%$array[i].typename%}
{%else%}
{%$array[i].typename%}
{%/if%} {%/forlist%}
{%/get%}
{%link file="public/left.html"%}
{%list name=path class=type:bbs,id:$type.btid%}
{%$read.title%}
{%$read.content%}
{%$read.addname%}
Message Time:{%$read.addtime|espcms_gtimeformat(3)%} Click:{%$read.click%}
Reply list
{%if count($array) > 0%}
{%forlist from=$array key=i%}
{%$array[i].title%}
{%if $array[i].adminid>0 %}ADMIN{%else%}{%$array[i].addname%}{%/if%}
Message Time:{%$array[i].addtime|espcms_gtimeformat(3)%}
{%$array[i].content%}
{%/forlist%}
{%$pagebotton%}
{%else%}
No reply
{%/if%}
{%list name=bbssend class=btid:$type.btid,bid:$read.bid,title:$read.title|urlencode%}
{%link file="public/footer.html"%}