<$tohtm(css2.htm) tohtm$> <$tohtm(head1.htm) tohtm$>
#set($count=0) #foreach($plan in $riglist) #set($id=$ADOTKS_ExamPlan.GetPlanExamStr("$plan.ExamPlan_ExamId")) #foreach($exam in $ADOTKS_ExaminationPaper.GetAll(" and Examination_EpId in ($id) order by Examination_Name asc")) #set($count=$count+1) #end #end
所属考试任务 考试名称 考试时间/分钟 通过分数/总分 有效期 是否已考 操作
$plan.ExamPlan_Name $exam.Examination_Name $exam.Examination_QuestionDate $exam.Examination_PassScore / $exam.Examination_SumScore $ADOTKS_Courseware.DatetimeNull($plan.ExamPlan_PlanStart) 至 $ADOTKS_Courseware.DatetimeNull($plan.ExamPlan_PlanEnd) #if($ADOTKS_Result.GetResultCountByExamPlanEndExam("$plan.ExamPlan_Id","$userid","$exam.Examination_EpId")>0) 是 #else 否 #end 进入考试
<$tohtm(footer2.htm) tohtm$>