老:已标注(后)"; }else{ echo "老:已标注(校)"; } }else{ echo "老:已标注"; } } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 2) { echo "老:已发送未开始"; echo ' '; } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 3) { echo "老:标注中"; echo ' '; } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 4) { echo "老:已取消"; echo ' '; } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 5) { echo "老:补题中"; } else { echo "老:未发送"; echo ' '; } echo '
'; if(isset($cl['is_tagging'])){ if(isset($cl['estimate_time'])){ $txt='预计完成时间:'.$cl['estimate_time'].' 点击可撤回'; }else{ $txt='点击可撤回'; } if($cl['is_tagging']==1){ echo "新:方法宝已标注"; }elseif($cl['is_tagging']==2){ echo "新:已发送未开始"; echo ' '; }elseif($cl['is_tagging']==3){ echo "新:标注中"; echo ' '; }elseif($cl['is_tagging']==4){ echo "新:已取消"; echo ' '; }elseif($cl['is_tagging']==5){ echo "新:方法宝补题中"; }else{ echo "新:未发送"; echo ' '; } } }else{ $labelledStatus=array( 0=>'未发送', 1=>'已标注',2=>'已发送未开始',3=>'标注中', 4=>'已取消',5=>'补题中' ); if(isset($cl['estimate_time'])){ $txt='预计完成时间:'.$cl['estimate_time'].' 点击可撤回'; }else{ $txt='点击可撤回'; } if($cl['is_tagging'] || $paper[$cl['exam_group_id']]){ if($cl['is_tagging']==1 || $paper[$cl['exam_group_id']]==1){ echo "新:方法宝".$labelledStatus[$cl['is_tagging']].",学习宝".$labelledStatus[$paper[$cl['exam_group_id']]]." "; }elseif($cl['is_tagging']==2 || $paper[$cl['exam_group_id']]==2){ echo "新:方法宝".$labelledStatus[$cl['is_tagging']].",学习宝".$labelledStatus[$paper[$cl['exam_group_id']]]." "; echo ' '; }elseif($cl['is_tagging']==3 || $paper[$cl['exam_group_id']]==3){ echo "新:方法宝".$labelledStatus[$cl['is_tagging']].",学习宝".$labelledStatus[$paper[$cl['exam_group_id']]]." "; echo ' '; }elseif($cl['is_tagging']==4 || $paper[$cl['exam_group_id']]==4){ echo "新:方法宝".$labelledStatus[$cl['is_tagging']].",学习宝".$labelledStatus[$paper[$cl['exam_group_id']]]." "; echo ' '; }elseif($cl['is_tagging']==5 || $paper[$cl['exam_group_id']]==5){ echo "新:方法宝".$labelledStatus[$cl['is_tagging']].",学习宝".$labelledStatus[$paper[$cl['exam_group_id']]]." "; } }else{ echo "新:未发送 "; echo ' '; } } ?>