Viewing file: v_searchResultCompsExam.php (1.58 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <div align="center"> <?php echo form_open($this->config->item("rg_folder")."graduate/addResultCompsExam", array("name" => "myform", "id" => "myform"));?> <table width="100%" border="0" cellspacing="1" cellpadding="1" align="center"> <tr> <td align="center"><span class="h error">บันทึกผลการสอบรวบยอดของสถาบันพระบรมราชชนก</span></td> </tr> <tr> <td><br /></td> </tr> <tr> <td><table class="szone"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2"><b>หลักสูตร</b></font></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"><font size="2"><b>ชั้นปี</b></font></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="2" align="center"> <input type="submit" name="submit" id="submit" value="ตกลง" /> <input type="reset" name="cancel" id="cancel" value="เคลียร์ข้อมูล" /></td> </tr> </table></td> </tr> </table><?php echo form_error();?></div> <br></td> </tr> </table>
|