=$k1+1?>、=$rs1['itemname']?>
=$rs1['itemcont']?>
number(($rs1['daan'.$xzm.'']/$rs1['zong'])*100);
$str .= '
'.$rs1['item'.$xzm.''].' '.$rs1['daan'.$xzm.''].'票('.$bili.'%)
';
$str .= '
';
}
}
}else{
$str = $rs1['showcont'];
}
}else{
if($rs1['itemtype']<='1'){
$typess = 'radio';
if($rs1['itemtype']=='1'){
$typess = 'checkbox';
$tyname.= '[]';
}
foreach($xuan as $xzm){
if(!isempt(arrvalue($rs1,'item'.$xzm.''))){
$chek = '';
if(contain(','.$rs1['daan'].',',','.$xzm.','))$chek='checked';
if($da['arr']['tjcount']>0)$chek.=' disabled';
$str .= '
';
}
}
}
if($rs1['itemtype']=='2'){
$disa = ($da['arr']['tjcount']>0) ? 'disabled' : '';
$str .= '
';
}
}
echo $str;
?>