{template "header.html"}

空间简介

{$space.introduction}

会员信息

{if $space.levelid} {/if}
{$space.username}
{dr_show_stars($space.level.stars)}
会员组:{$space.group.name}
会员等级:{$space.level.name}
空间人气:{$space.hits}
创建时间:{dr_date($space.regtime, 'Y年m月d日')}
{php $i=0;} {loop $category $c} {if $c.modelid && !$c.pid && $c.showid == 3 && $i<3}

{$c.name} 更多>>

    {list action=model modelid=$c.modelid space=$spaceid field=id,title,updatetime IN_catid=$c.childids order=updatetime num=5}
  1. {$t.updatetime}{dr_strcut($t.title,30)}
  2. {/list}{$error}
{php $i++;} {/if} {/loop}

相册展示

    {list action=model modelid=4 space=$spaceid field=id,title,image order=updatetime num=10} {loop $t.image $i $img} {php if ($i>5) break;}
  1. {$img.title}

  2. {/loop} {/list}{$error}
{template "footer.html"}