Viewing file:      v_repAlumniGiveAward.php (1.83 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>         <td>             <label><div align="center">             <table width="100%">                 <tr>                     <td align="center" class="h">รายงานแสดงการได้รับรางวัลของศิษย์เก่า</td>                 </tr>                 <tr>                     <td><br></td>                 </tr>                 <tr>                     <td><?php echo form_open($this->config->item("ea_folder")."search/ha_search", array("name" => "searchform", "id" => "searchform"));?>                     <table class="easzone">                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_easzone">ประเภทรางวัล</td>                                             <td> <?php                             echo form_dropdown('taId', $rs_ta); ?>
                              <font color="<?php echo $font_color_err;?>" size="2">*</font>                             <br /><?php echo form_error('taId');?>                             </td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_easzone">ระดับการได้รับรางวัล</td>                                                 <td> <?php                             echo form_dropdown('laId', $rs_la); ?>                             <font color="<?php echo $font_color_err;?>" size="2">*</font>                             <br /><?php echo form_error('laId');?>                             </td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td align="center" colspan="4"><input type="submit" name="add" id="add" value="ตกลง" onClick="return checkFormat()" />                             <input type="reset" name="clear" id="clear" value="ลบข้อมูล" />                             </td>                         </tr>                     </table></td>                 </tr>                 <tr>                     <td><br /></td>                 </tr>             </table><?php echo form_close();?></div></label>         </fieldset><br><font color="<?php echo $font_color_err;?>" size="2"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td>     </tr> </table>
  |