{{$arr.student_sn}} |
{{$arr.seme_num}} |
{{if $arr.stud_sex=='1' }}
{{$arr.stud_name}}
{{else}}
{{$arr.stud_name}}
{{/if}} |
{{$this->Cond.A[$arr.stud_study_cond]}} |
{{$arr.stud_id}} |
{{foreach item=OO from=$this->Option.txt key=OK}}
{{if $this->Option.type[$OK]=='selectbox'}}
{{elseif $this->Option.type[$OK]=='radio'}}
{{foreach item=Rvalue from=$this->Option.ary[$OK] key=Rkey}}
{{if $Rkey==$arr.$OK}}
{{$Rvalue}}
{{else}}
{{$Rvalue}}
{{/if}}
{{/foreach}}
{{else}}
{{/if}}
|
{{/foreach}}
{{/foreach}}