日期:2014-05-18 浏览次数:20834 次
是不是用js来解析的模板
{#/template ROW}
]]></textarea></p>
<!-- recent posts -->
<p style="display:none"><textarea id="tRecentPost" rows="0" cols="0"><![CDATA[
{#template MAIN}
{#if $T.c.pl.length == 0}
    <div>
    群论坛还没有帖子~~~第一个
    <a href="javascript:void(0)" rel="internal" rev="#{$P.g}/bbs/post" >抢沙发</a>
    ,成为帖子达人。
    </div>
{#else}
    <table class="fixTable" width="100%" cellspacing="0" cellpadding="0" border="0">
    {#foreach $T.c.pl as record}
        {#include ROW root=$T.record}
    {#/for}
    </table>
{#/if}
{#/template MAIN}
{#template ROW}