if($content){ foreach($content as $data){ $data['user_name']=$data['user_name']; if ($data['pinbi']) { $data['content_body']=''.L('pinbimsg').''; $data['retbody']=''; } else { $data['content_body']=$Actent->ubb(stripslashes($data['content_body'])); $data['retbody']=$Actent->ubb(stripslashes($data['retbody'])); }
  1. if($type=='new') { <{$data['nickname']}> }else if ($type=='retwit'){

    <{$data['zftimes']}>

    <{:L('forwarding')}>

    }else if ($type=='praise'){

    <{$data['praisetimes']}>

    <{:L('zan')}>

    }else{

    <{$data['replytimes']}>

    <{:L('comment')}>

    }
    usercard="<{$data['user_name']}>"><{$data['nickname']}> if ($data['retid']) {
    <{:L('contret')}>:
    <{$data['content_body']}>
    <{$data['retbody']}>
    } else {
    :
    <{$data['content_body']}>
    } <{:timeop($data['posttime'])}> <{:L('tfrom')}><{:contentfrom($data)}> if ($my['isadmin']>0) { if(!$data['pinbi']){  <{:L('pingbi')}> }else{  <{:L('cancelpingbi')}> } } if ($my['isadmin']>0) { <{:L('delete')}>  |   } <{:L('zan')}>if ($data['praisetimes']>0) {(<{$data['praisetimes']}>)}  |   <{:L('contret')}>if ($data['zftimes']>0) {(<{$data['zftimes']}>)}  |   <{:L('reply')}>if ($data['replytimes']>0) {(<{$data['replytimes']}>)}  |  <{:L('favor')}>
  2. } }else{
  3. <{:L('nothing_here')}>
  4. }
if($page>1){ <{:L('vote_pre')}> } if(count($content)==20){ <{:L('vote_next')}> }