{{$this->sel_year}}{{$this->sel_grade}} ==> 先選學期,再選年級,再選領域
{{if $smarty.get.Y!='' && $smarty.get.G!=''}} {{foreach from=$this->scope item=ii key=KK}} {{if $smarty.get.S==$KK}} {{else}} {{/if}} {{/foreach}}
{{/if}} {{if $this->stu_data!=''}} {{foreach from=$this->stu_data item=stu_data}} {{/foreach}}
學號 班級 座號 姓名 性別 原始成績 補考成績 採計成績
{{$stu_data.stud_id}} {{$stu_data.seme_class}} {{$stu_data.seme_num}} {{$stu_data.stud_name}} {{if $stu_data.stud_sex==1}}男{{else}}女{{/if}} {{$stu_data.score_src|string_format:"%.2f"}} {{$stu_data.score_test}} {{$stu_data.score_end}}
{{/if}}
註:
◎By 彰化縣學務系統開發小組 於 103.10