if(!empty($info['picurl'])) {

{$info.title}

}else{

{$info.title}

}
{$info.description|htmlspecialchars_decode}

投票截止日期:{$info.end_date|time_format}

本次投票为if($info['type']==0) { $type='radio';$style_cls='regular-radio';echo '单选投票
';}else{ $type='checkbox';$style_cls='regular-checkbox';echo '多选投票
';}
if($canJoin) { if($info['result_display']==0) { 已经有{$info.vote_count|intval}人投票,赶紧投下你宝贵的一票吧 :) } }else{ 投票已过期或你已经投过票 :) }

  • if($info['is_img'] && !empty($opt['image'])) {

    }

    if(in_array($opt[id], $joinData)) echo 'checked="checked" '; if(!$canJoin) echo ' disabled'; >{$opt.name}

    if($info['result_display']) { echo $opt[percent].'%'; } else { echo $opt[opt_count]; }

if($canJoin) {
}else if(!empty($info['next_id'])) { $next_url = U('Vote/show','id='.$info['next_id'].'&token='.I('token').'&wecha_id='.I('wecha_id'));
} if(!$canJoin && !empty($event_url)) { }