Viewing file:      v_searchRptRis118.php (1.76 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>
                     <th colspan="3" align="center"><span class="h error">รายงานสถานะการเลื่อนชั้นปี</span></th>
                 </tr>
                 <tr>
                     <td><br /></td>
                 </tr>
                 <tr>
                     <td>
 <?php
                     echo form_open($this->config->item("rg_folder")."rpt_level/rptRis118");
 ?>
                     <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'));
 ?>
                         <font color="<?php echo $font_color_err;?>" size="2">* <?php echo form_error('curId');?></font></td>                                                        
                     </tr>                        
                     <tr bgcolor="<?php echo $tr_color_even;?>">
                         <td class="coltd_szone">ปีการศึกษาที่เข้า</td>
                         <td><input type="text" name="adY" id="adY" value="<?php echo set_value('acY',$acY);?>" size="4" maxlength="5" />
                         <span class="error">* <?php echo form_error('acY');?></span></td>                
                     </tr>
                     <tr bgcolor="<?php echo $tr_color_even;?>">
                         <td align="center" colspan="3">
                         <input type="submit" name="add" id="add" value="ตกลง"/>
                         <input type="reset" name="clear" id="clear" value="เคลียร์ข้อมูล" />
                         </td>
                     </tr>
                     </table><?php echo form_close();?></td>
                 </tr>
             </table></div>
         <br><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>
     </tr>
 </table>
  |