Viewing file:      v_searchRepRis111.php (2.54 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
     <tr>
         <td><br><fieldset>
             <div align="center"><?php echo form_open($this->config->item("rg_folder")."rpt_misc/search_repRis111", array("name" => "myform", "id" => "myform"));?>
             <table width="70%" align="center" border="0" cellpadding="0" cellspacing="1">
                 <tr>
                     <td colspan="2"><br /></td>
                 </tr>
                 <tr>
                     <td height="22" width="30%"><font size="2"><b>ปีการศึกษา</b></font></td>                        
                     <td height="22" width="70%"><input type="text" name="acY" id="acY" value="<?php echo ($method == "") ? $acY : setValue('acY', $acY);?>" size="4" maxlength="4" onKeyPress="if(event.keyCode < 48 || event.keyCode > 57) return false;" />
                     <font size="2" color="<?php echo $font_color_err;?>">*</font></td>
                 </tr>
                 <tr bgcolor="<?php echo $tr_color_even;?>">
                     <td><font size="2"><b>ภาคการศึกษา</b></font></td>                        
                     <td>
 <?php 
                         echo form_dropdown('tmId', $rs_tm, setValue('tmId', $tmId));
 ?>
                     <font size="2" color="<?php echo $font_color_err;?>">* <?php echo form_error("tmId");?></font></td>
                 </tr>
                 <tr>
                     <td><font size="2"><b>รหัสรายวิชา</b></font></td>
                     <td><input type="text" name="crsCode" id="crsCode" size="10" maxlength="10" value="<?php echo setValue('crsCode','crsCode');?>"/>
                     <font size="2" color="<?php echo $font_color_err;?>">* <?php echo form_error("crsCode");?></font></td>
                 </tr>
                 <!-- <tr bgcolor="<?php echo $tr_color_even;?>">
                     <td><font size="2"><b>กลุ่มเรียน</b></font></td>
                     <td><input type="text" name="crsSection" id="crsSection" size="1" maxlength="2" value="<?php echo setValue('crsSection', 'crsSection');?>" onKeyPress="if(event.keyCode < 48 || event.keyCode > 57) return false;" />
                     <font size="2" color="<?php echo $font_color_err;?>">* <?php echo form_error("crsSection");?></font></td>
                 </tr> -->
                 <tr>
                     <td colspan="2"><br /></td>
                 </tr>
                 <tr>
                     <td align="center" colspan="2">
                         <input type="submit" name="add" id="add" value="ตกลง" onClick="return checkFormat()" />
                         <input type="reset" name="clear" id="clear" value="เคลียร์ข้อมูล" />
                     </td>
                 </tr>
             </table><?php echo form_close();?></div>
         </fieldset><br><font size="2" color="<?php echo $font_color_err;?>"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td>
     </tr>
 </table>
  |