Viewing file:      v_showCommonFeeTp.php (2.54 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<table width="100%">
     <tr>
         <td><div align="center"><br />
             <table width="100%" border="0">
                 <tr>
                     <td><table class="szone">
                     <?php echo form_open($this->config->item("rg_folder")."fee/addCommonFeeTp", array("name" => "myform", "id" => "myform"));?>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone">ปีการศึกษา</td>
                             <td><input type="text" name="acY" id="acY" value="<?php echo set_value('acY',$acY);?>" size="5" maxlength="4" class="required-int" />
                             <span class="error">*<?php echo form_error('acY');?></span></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone">ภาคการศึกษา</td>
                             <td>
 <?php
                             echo form_dropdown('tmId', $rs_tm, set_value('tmId',$tm));
 ?>
                             <span class="error"><?php echo form_error('tmId');?></span></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td colspan="2" class="coltd_szone error">สำหรับปีการศึกษา 2552 เป็นต้นไป จำเป็นต้องกรอกปีการศึกษาที่เข้า และชั้นปี</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('adY',$acY);?>" size="5" maxlength="4" class="required-int" />
                             <span class="error"><?php echo form_error('adY');?></span></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone">ชั้นปี</td>
                             <td>
 <?php
                             echo form_dropdown('syId', $rs_sy, set_value('syId'));
 ?>
                             <span><?php echo form_error('syId');?></span></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td align="center" colspan="2">
                             <input type="submit" name="add" id="add" value="ตกลง" />
                             <input type="reset" name="clear" id="clear" value="เคลียร์ข้อมูล" />
                             </td>
                         </tr>
                     <?php echo form_close();?></table></td>
                 </tr>
                 <tr>
                     <td><br /></td>
                 </tr>
             </table>
             <table class="mark">
                 <tr>
                     <td class="coltd_mark"><span class="error"><b>หมายเหตุ :</b></span></td>
                     <td><span class="error">* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>
                 </tr>
             </table></div>
         </td>
     </tr>
 </table>
  |