Viewing file: v_searchRptRis003.php (1.97 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="1"> <tr> <td><label><div align="center"> <?php $attributes = array('target' => '_blank', 'name' => 'myform', 'id' => 'myform'); echo form_open($this->config->item("ea_folder")."rpt_ea/rptRis003",array("name" => "myform", "id" => "myform")); ?> <table width="100%"> <tr> <td align="center" class="h">รายงานแสดงการได้รับรางวัลของศิษย์เก่า</td> </tr> <tr> <td><br /></td> </tr> <tr> <td><table class="easzone"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_easzone"><font size="2"><b>ประเภทรางวัล</b></font></td> <td> <?php echo form_dropdown('taId', $rs_ta,set_value('taId')); ?> <font color="<?php echo $font_color_err;?>" size="2">*</font> <br /><?php echo form_error('taId');?> </td> </tr> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_easzone"><font size="2"><b>ระดับการได้รับรางวัล</b></font></td> <td > <?php echo form_dropdown('laId', $rs_la,set_value('laId')); ?> <br /><?php echo form_error('laId');?> </td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td align="center" colspan="5"> <input type="submit" name="add" value="ตกลง" /> <input type="reset" name="clear" value="ลบข้อมูล" /> <input type="hidden" name="method" value="edit" /> </td> </tr> </table></td> </tr> <tr> <td colspan="2" align="center"></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>
|