Viewing file:      v_repNameSplitProgram.php (1.98 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<?php  $rowCur = (isset($qu_cur) && $qu_cur!=NULL) ? $qu_cur->row() : NULL; ?> <table width="100%">     <tr>         <td>             <label><div align="center">             <table width="100%">                 <tr>                     <td align="center" class="h"><b>กำหนดหลักสูตรและปีที่จบการศึกษา เพื่อแสดงรายงาน</td>                 </tr>                 <tr>                     <td><br></td>                 </tr>                 <tr>                     <td><?php echo form_open($this->config->item("ea_folder")."rpt_ea/am_search",array("name" => "myform", "id"=>"myform"));?>                     <table class="easzone">                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_easzone"><font size="2"><b>หลักสูตร</b></font></td>                                             <td> <?php                             echo form_dropdown('curId', $rs_cur,set_value('curId',$rowCur)); ?>                             <font color="<?php echo $font_color_err;?>" size="2">*</font>                             <br /><?php echo form_error('curId');?>                             </td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_easzone"><font size="2"><b>ปีที่จบการศึกษา</b></font></td>                                                 <td><input type="text" name="graduateYear" value="<?php echo set_value('graduateYear');?>" size="4">                             <font color="<?php echo $font_color_err;?>" size="2">*</font>                             <br /><?php echo form_error('graduateYear');?>                             </td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td align="center" colspan="4">                             <input type="submit" name="add" id="add" value="ตกลง" onClick="return checkFormat()" />                             <input type="reset" name="clear" id="clear" value="ลบข้อมูล" />                             </td>                         </tr>                     </table></td>                 </tr>                 <tr>                     <td><br /></td>                 </tr>             </table><?php echo form_close();?></div></label>         </fieldset><br><font color="<?php echo $font_color_err;?>" size="2"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td>     </tr> </table>
  |