Viewing file: v_searchStudentUpStatusCur.php (1.55 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%">
<tr>
<td>
<div align="center"><table width="100%">
<tr>
<td colspan="3" align="center"><span class="h error">ปรับปรุงสถานะนักศึกษาตามหลักสูตร</b></span></td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td><?php echo form_open($this->config->item("rg_folder")."student/editStdUpSstCur", array("name" => "myform", "id" => "myform"));?>
<table class="szone">
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">หลักสูตร</td>
<td>
<?php
echo form_dropdown('curId',$rs_cur,set_value('curId'));
?>
<span class="error">*<?php echo form_error('curId');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ชั้นปี</td>
<td>
<?php
echo form_dropdown('syId',$rs_sy,set_value('syId'));
?>
<span class="error"><?php echo form_error('syId');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td colspan="3" align="center">
<input type="submit" name="submit" value="ตกลง" />
<input type="reset" name="clear" value="เคลียร์ข้อมูล"></td>
</tr>
</table><?php echo form_close();?></td>
</tr>
</table></div>
<br><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>
</tr>
</table>
|