{teval $title = '我的帖子 - {webName}'; $keywords = ''; $description = ''; $title = common::replaceVars($title); $keywords = common::replaceVars($keywords); $description = common::replaceVars($description); $cssList = array(css::getUrl('member', 'member')); echo string::getStaticCode(array('title' => $title, 'keywords' => $keywords, 'description' => $description,'cssList'=>$cssList)); } {sub ../header}
{sub menu}
{if $_showmessage}
$_showmessage
{/if} {if $type=='thread'}
 
{loop $threadList $thread} {/loop}
  标题 时间
    $thread[title] {date $thread[timestamp]}  
{elseif $type=='post'}
 
{loop $postList $post} {/loop}
  标题 时间
    $post[title]
{cutstr $post[message],50}
{date $post[timestamp]}  
{elseif $type=='collection'}
 
{loop $collectionList $collection} {/loop}
  标题 时间 操作
    $collection[title] {date $collection[timestamp]} 删除  
{/if}

总:共$multipage页 当前第$multipage

$multipage
{sub ../footer}