Viewing file:      v_beforeCopyCourseOpen.php (2.81 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">
             <?php echo form_open($this->config->item("rg_folder")."preregis/pr_copyCo", array("name" => "myform", "id" => "myform"));?>
             <table width="100%" border="0" cellspacing="1" cellpadding="1" bordercolor="<?php echo $table_color_even;?>" align="center">
                 <tr>
                     <th align="center"><font color="<?php echo $font_color_err;?>" size="3" class="h"><b>คัดลอกรายวิชาที่เปิดสอน จากโปรแกรมการศึกษา</b></font></th>
                 </tr>
                 <tr>
                     <td><br /></td>
                 </tr>
                 <tr>
                     <td><table class="szone">
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone"><font size="2">หลักสูตร</font></td>
                             <td>
 <?php 
                             echo form_dropdown('curId', $rs_cur, setValue('curId', $rs_cur));
 ?>
                             <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_szone"><font size="2">ชั้นปี</font></td>
                             <td><?php echo form_dropdown('syId', $rs_sy, setValue('syId', $rs_sy));?>
                             <font color="<?php echo $font_color_err;?>" size="2">* </font>
                             <br /><?php echo form_error("syId");?></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone"><font size="2">ปีการศึกษา (พ.ศ.)</font></td>
                             <td><input type="text" name="acY" id="acY" value="<?php echo set_value('acY',$acY);?>" size="4" maxlength="4" class="required-int" />
                             <font color="<?php echo $font_color_err;?>" size="2">* </font>
                             <span class="error" style="display:inline;"></span>
                             <br /><?php echo form_error("acY");?></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone"><font size="2">ภาคการศึกษา</font></td>
                             <td>    
 <?php 
                             echo form_dropdown('tmId', $rs_tm, set_value('tmId',$tmId));
 ?>            
                             <font color="<?php echo $font_color_err;?>" size="2">*</font>
                             <br /><?php echo form_error("tmId");?></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="เคลียร์ข้อมูล" />
                         </tr>
                     </table></td>
                 </tr>
             </table><?php echo form_close();?></div>
         <br /><font color="<?php echo $font_color_err;?>" size="2"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td>
     </tr>
 </table>
  |