Viewing file:      v_searchRptRis128.php (1.67 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
     <tr>
         <td>
             <div align="center">
                 <table width="100%" align="center" border="0" cellpadding="0" cellspacing="1">
                 <tr>
                     <td colspan="2" align="center"><span class="h error">ข้อมูลส่วนตัวนักศึกษา</span></td>
                 </tr>
                 <tr>
                     <td><br /></td>
                 </tr>
                 <tr>
                     <td>
 <?php
                     echo form_open($this->config->item("rg_folder")."rpt_pi/rptRis128",array("name" => "myform", "id" => "myform"));
 ?>
                     <table class="szone">
                     <tr bgcolor="<?php echo $tr_color_even;?>">
                     <td colspan="2">
                     <table width="100%" border="0" cellspacing="1" cellpadding="1" bordercolor="<?php echo $table_color_even;?>" align="center">
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone">ชื่อหลักสูตร</td>
                             <td>
 <?php
                             echo form_dropdown('curId', $rs_cur, setValue('curId', $rs_cur));
 ?>
                             <span class="error">* <?php echo form_error('curId');?></span></td>                
                         </tr>                                                            
                     </table></td>
                     </tr>
                     <tr bgcolor="<?php echo $tr_color_even;?>">
                         <td align="center" colspan="2">
                         <input type="submit" name="add" value="ตกลง" onClick="return checkFormat()">
                         <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>
  |