Viewing file:      v_searchRptRis102.php (1.65 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<table width="100%" align="center">     <tr>         <td><div align="center"><table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">                 <tr>                     <td align="center"><span class="h error">รายชื่อนักศึกษาที่คาดว่าจะมารายงานตัว</font></td>                 </tr>                 <tr>                     <td><br /></td>                 </tr>                 <tr>                     <td> <?php                     echo form_open($this->config->item("rg_folder")."rpt_student/rptRis102"); ?>                     <table class="szone">                     <tr bgcolor="<?php echo $tr_color_even;?>">                         <td class="coltd_szone">ชื่อหลักสูตร</td>                         <td> <?php                         echo form_dropdown('curId', $rs_cur, setValue('curId', $rs_cur)); ?>                         <span class="error">* <?php echo form_error('curId');?></span></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 colspan="2" align="center">                         <input type="submit" name="submit" value="ตกลง">                         <input type="reset" name="clear" value="เคลียร์ข้อมูล"></td>                     </tr>                     </table><?php echo form_close();?></td>                 </tr>             </table></div>         <br><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>     </tr> </table>
  |