<$tohtm(css2.htm) tohtm$> <$tohtm(head1.htm) tohtm$> #set($count=0)
#foreach($plist in $ADOTKS_Courseware.GetTrainingPlanListByUser("$userid","")) #set($count=$count+1) #set($cscount=0) #set($cspercied=0) #foreach($plancslist in $ADOTKS_TrainingPlanCS.GetAll(" and PlanID='$plist.PlanID'")) #set($cscount=$cscount+1) #end #end
学习任务名称 考试计划 课程总数 有效期 操作
$plist.PlanName #set($credit=$ADOTKS_Credit.GetCreditByPlan("$userid","$plist.PlanID")) #if($ADOTKS_Courseware.IsInt($plist.PlanAssessment)==true) 暂无考试 #else #if($plist.Plan_ExamCredit>$credit) 暂未达考试要求分数,请先学习 #else #set($isok=$ADOTKS_Credit.GetAllByUser("$userid", "$plist.PlanAssessment")) #if($isok>1) 已通过 #else 考试 #end #end #end $cscount $ADOTKS_Courseware.DatetimeNull($plist.PlanStarData) 至 $ADOTKS_Courseware.DatetimeNull($plist.PlanEndData) 进入
<$tohtm(footer2.htm) tohtm$>