Viewing file:      v_searchRptRis106.php (3.48 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>         <td colspan="2">             <div align="center"> <?php             echo form_open($this->config->item("rg_folder")."rpt_regis/showRptRis106", array("name" => "myform", "id" => "myform")); ?>             <table width="100%" align="center" border="0" cellpadding="0" cellspacing="1">                 <tr>                     <td align="center"><span class="h error">ใบลงทะเบียนเรียน/แจ้งค่าใช้จ่าย</span></td>                 </tr>                 <tr>                     <td><br /></td>                 </tr>                 <tr>                     <td>                     <table width="100%" align="center" cellpadding="0" cellspacing="1" border="0">                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone">ชื่อหลักสูตร</td>                             <td colspan="2"><input type="text" name="curName" id="curName" value="<?php echo set_value('curName');?>" size="75" class="input2" readonly />                             <?php                              echo anchor_popup($this->config->item("rg_folder")."popup/curAndStdAdY_popup", "<img src=\"".base_url().$this->config->item("rg_search")."\" width=\"15\" height=\"19\" align=\"abmiddle\" border=\"0\" />", array("width" => "500", "height" => "500"));                             ?>                             <input type="hidden" name="curId" id="curId" value="<?php echo set_value('curId');?>" readonly />                             <span class="error">* <?php echo form_error('curId');?></span>                             </td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone">ปีการศึกษาที่เข้า</td>                             <td colspan="2"><input type="text" name="adY" id="adY" size="4" maxlength="4" class="input2" value="<?php echo set_value('adY');?>" readonly />                             <span class="error"><?php echo form_error('adY');?></span></td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone">ปีการศึกษา</td>                             <td colspan="2"><input type="text" name="acY" id="acY" size="4" maxlength="4" value="<?php echo set_value('acY',$acY);?>" 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 colspan="2"> <?php                              echo form_dropdown('tmId', $rs_tm, set_value('tmId',$tmId)); ?>                             </td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone">ชั้นปีที่ลงทะเบียน</td>                             <td colspan="2"> <?php                             echo form_dropdown('studentYear', $rs_sy, setValue('studentYear', $rs_sy)); ?>                             <span class="error"><?php echo form_error('studentYear');?></span></td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td colspan="3" align="center">                             <input type="submit" name="submit" value="ตกลง"/>                             <input type="hidden" name="tmIdAdmit" id="tmIdAdmit" value="<?php echo set_value('tmIdAdmit');?>" class="input2" readonly />                             <input type="hidden" name="syId" id="syId" value="<?php echo set_value('syId');?>" class="input2" readonly />                             <input type="reset" name="cancel" value="เคลียร์ข้อมูล" />                              <input type="hidden" name="method" value="edit" /></td>                         </tr>                     </table></td>                 </tr>             </table><?php echo form_close();?></div>         <br><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>     </tr> </table>
  |