?>
</a> 的<br>美丽们
</div>
<ul class="fl clearfix"><?php 
                $user_index = 0;
                if (is_array($citem['user'])) {
                    foreach ($citem['user'] as $uid => $user) {
                        if ($uid > 0) {
                            ?>
<li>
<?php 
                            if ($user_index > 4) {
                                break;
                            }
                            $user_index++;
                            echo setTplUserFormat($uid, 1, 0, 's', 32, '', 'r3 icard lazyload', '');
                            ?>
<a href="<?php 
                            echo FU('u/index', array("uid" => $uid));
                            ?>
" target="blank" class="fl"><span class="name" title="<?php 
                            echo $user;
                            ?>
"><?php 
                            echo cutStr($user, 8, '...');
                            ?>
</span></a>
<div class="follow fl">
<?php 
                            $is_follow = FS('User')->getIsFollowUId($uid);
                            if ($is_follow) {
    ?>
加入杂志社<a target="_blank" title="<?php 
    echo $share_item['title'];
    ?>
" href="<?php 
    echo FU('album/show', array("id" => $share_item['rec_id']));
    ?>
">《<?php 
    echo cutStr($share_item['title'], 30, '...');
    ?>
》</a>
<?php 
    if ($share_item['rec_uid'] > 0) {
        ?>
收入自 @<?php 
        echo setTplUserFormat($share_item['rec_uid'], 0, 0, '', 0, '', '', '');
    }
}
if ($share_item['is_rec_best'] == 1) {
    ?>
<img style="vertical-align:-3px; _vertical-align:-2px;" src="./tpl/images/topic_tj.png" />
<?php 
}
?>
</span>
</div>
<p class="sms"><?php 
echo $share_item['content'];
?>
</p>
<?php 
            ?>
)</a>
<a w="f" href="javascript:;" class="cmt ed" shareID="<?php 
            echo $share_item['share_id'];
            ?>
" onclick="$.Get_Share_Comment_List(this);">评论(<?php 
            echo $share_item['comment_count'];
            ?>
)</a>
</div>
<ul class="SHARE_FAV_LIST u_like"><?php 
            if (is_array($share_item['collects'])) {
                foreach ($share_item['collects'] as $collect_uid) {
                    ?>
<li><?php 
                    echo setTplUserFormat($collect_uid, 1, 0, 'm', 0, '', 'icard r3', '');
                    ?>
</li>
<?php 
                }
            }
            ?>
</ul>
<ul class="t_m_l_h SHARE_MANAGE_LIST">
<?php 
            if ($self_share['authoritys'] > 0) {
                ?>
<li><a class="del" onclick="$.Tweet_Delete(<?php 
                echo $self_share['share_id'];
                ?>
)" href="javascript:void(0);">删除</a></li>
<a target="_blank" href="<?php 
                echo $share['url'];
                ?>
" class="creply"><b><?php 
                echo $share['comment_count'];
                ?>
</b>评论</a>
</div>
</div>
<div class="who_share">
<div class="ws_bd clearfix"><?php 
                echo setTplUserFormat($share['uid'], 1, 0, 's', 24, '', 'icard avt fl lazyload', '');
                ?>
<p class="fr clearfix">
<span class="t fl"><?php 
                echo setTplUserFormat($share['uid'], 0, 0, '', 0, 'n icard', '', '');
                ?>
</span>
<span class="t fr"><?php 
                echo $share['time'];
                ?>
</span>
<span class="tkinfo clearfix"><?php 
                echo cutStr($share['content'], 200, '...');
                ?>
</span>
</p>
</div>
<div class="ws_ft"></div>
</div>
</div>
</div>
<div class="list clearfix">
<ul><?php 
if (is_array($daren_list)) {
    foreach ($daren_list as $daren) {
        ?>
<li>
<a target="_blank" href="<?php 
        echo FU('u/index', array("uid" => $daren['uid']));
        ?>
" class="uimg"><img height="260" original="<?php 
        echo $daren['img'];
        ?>
" src="./tpl/images/lazyload.gif" class="lazyload" /></a>
<div class="uuser"><?php 
        echo setTplUserFormat($daren['uid'], 0, 0, '', 0, 'uname', '', '');
        ?>
<!--getfollow <?php 
        echo $daren['uid'];
        ?>
 inc/getfollow/best_daren--></div>
<div class="inf"><?php 
        echo $daren['reason'];
        ?>
</div>
</li>
<?php 
    }
}
?>
</ul>