{if $op=="display"} {template 'header'}

{$seritem['title']}

我有话说 返回志愿服务页


看看大家都说了什么{$sermessagetol} 条留言


{template 'footer'} {elseif $op=="getmore"} {loop $list $row}
  • {$row['realname']} 留言于
    {if $row['userid']==$user['id']} {/if}
    {php echo str_replace("\n","
    ",$row['details']);} {if !empty($row['picall'])} {/if}
  • {/loop} {/if}