{{* $Id: fix-1.htm 5310 2009-01-10 07:57:56Z hami $ *}} {{foreach from=$arr_a item=data}} {{if $smarty.get.act eq "edit" && $smarty.get.student_sn eq $data.student_sn }} 學  號:
姓  名:
性  別:
就學狀態:
入 學 年:
目前年班:



{{else}} {{$data.stud_id}} 編修{{$data.student_sn}} {{$data.stud_name}} {{$data.stud_sex}} {{$data.stud_study_cond}} {{$data.stud_study_year}} {{$data.curr_class_num}} {{/if}} {{/foreach}}