Viewing file: v_addScholarOwner.php (6.62 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php ini_set("memory_limit", $this->config->item('rg_memory_limit')); $row_so = (isset($qu_so) && $qu_so!=NULL) ? $qu_so->row() : NULL; ?> <script language="JavaScript1.2"> function changeVal() { var character = document.getElementById('character').value;
if(character) { document.f_search.nameSearch.disabled=true; } else { document.f_search.nameSearch.disabled=false; } } function changeVal2() { var nameSearch = document.getElementById('nameSearch').value;
if(nameSearch) { document.f_search.character.disabled=true; } else { document.f_search.character.disabled=false; } } </script> <table width="100%" align="center"> <tr> <td> <div align="center"><table width="100%"> <tr> <td colspan="2" align="center" class="h error">ข้อมูลเจ้าของทุน</td> </tr> <tr> <td align="right"> <?php echo anchor_popup($this->config->item("rg_folder")."bdpbri/so_print", "<img src=\"".base_url().$this->config->item("rg_print")."\" width=\"15\" height=\"14\" align=\"absmiddle\" border=\"0\" />"); ?> </td> </tr> <tr> <td><?php echo form_open($this->config->item("rg_folder")."bdpbri/so_insert_update");?><table class="szone"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2">เจ้าของทุน</font></td> <td><input type="text" name="soName" id="soName" value="<?php echo set_value('soName',setValue("soName",$row_so));?>" size="40" class="required" /> <span class="error">* <?php echo form_error("soName");?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2">จังหวัดเจ้าของทุน</font></td> <td> <?php $js = "id=\"soPrvId\" class=\"required\""; echo form_dropdown("soPrvId", $rs_prv, set_value('soPrvId',setValue('soPrvId',$row_so)), $js); ?> <span class="error">* <?php echo form_error("soPrvId");?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td colspan="2" align="center"> <input type="submit" name="add" id="add" value="บันทึก" /> <input type="reset" name="clear" value="เคลียร์ข้อมูล"> <input type="hidden" name="soId" id="soId" value="<?php echo setValue("soId",$row_so);?>" /></td> </tr> </table><?php echo form_close();?></td> </tr> <?php echo form_open($this->config->item("rg_folder")."bdpbri/so_search", array("name" => "f_search", "id" => "f_search"));?> <tr> <td align="right"><b>ข้อมูลเจ้าของทุน ขึ้นต้นด้วย</b> <?php $js1 = 'id="character" onchange="changeVal()"'; ?> <?php echo form_dropdown('character',$character,set_value('character'),$js1);?> <b>เจ้าของทุน</b> <input type="text" name="nameSearch" id="nameSearch" value="<?php echo set_value('nameSearch');?>" onblur="changeVal2()" /> <b>จังหวัดเจ้าของทุน</b> <?php echo form_dropdown('prv',$rs_prv,set_value('prv'));?> <input type="submit" name="search" value="ค้นหา" /> <input type="button" name="reset" id="reset" value="เคลียร์ข้อมูล" onClick="location.href = '<?php echo site_url($this->config->item("rg_folder"))."/bdpbri/so_input";?>'" /> <br /><span class="error"> <?php echo isset($str_fault) ? $str_fault : "";?></span> </td> <!-- <td align="right"> <font size="2"><b>เจ้าของทุน</b></font> <input type="text" name="soNameSearch" value="<?php echo set_value('soNameSearch','');?>"> <input type="submit" name="search" value="ค้นหา" /> <br /><?php echo form_error("soNameSearch");?></td> --> </tr><?php echo form_close();?> <?php //if(isset($rs_so) && $rs_so->num_rows() > $this->config->item("rg_max_row")) { ?> <!-- <tr> <td colspan="3"><div class="boxBlock leftBox"><font size="2"><b> แสดง <?php //echo $this->config->item('rg_max_row');?> รายการจาก <?php //echo (isset($rs_so)) ? $rs_so->num_rows() : "";?> รายการ</b></font> </div></td> <tr> --> <?php //} ?> <tr> <td><table width="100%" align="center" class="headCol"> <tr> <th class="seqCol"><font size="2" color="<?php echo $font_color_table;?>"><b>ลำดับที่</b></font></th> <th><font size="2" color="<?php echo $font_color_table;?>"><b>เจ้าของทุน</strong></font></th> <th><font size="2" color="<?php echo $font_color_table;?>"><b>จังหวัดเจ้าของทุน</b></font></th> <th class="editCol"><font size="2" color="<?php echo $font_color_table;?>"><b>แก้ไข</b></font></th> <th class="deleteCol"><font size="2" color="<?php echo $font_color_table;?>"><b>ลบ</b></font></th> </tr> <?php $i = 0; if(isset($rs_so) && $rs_so->num_rows()) { foreach($rs_so->result() as $row) { //if($i >= $this->config->item("rg_max_row")) //break; echo "<tr onmouseover=\"bgColor='".$tr_color_even."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">"; ?> <td align="center"><font size="2"><?php echo $i+1;?></font></td> <td class="indent"><font size="2"><?php echo $row->soName;?></font></td> <td class="indent"><font size="2"><?php echo $row->provinceName;?></font></td> <td align="center"> <img class="hand" src="<?php echo base_url().$this->config->item("rg_edit");?>" align="absmiddle" border="0" onClick="sendPost('hidform', {'soId':<?php echo $row->soId;?>}, '<?php echo site_url($this->config->item('rg_folder').'bdpbri/so_input');?>')" /></td> <td align="center"><span onClick="confirmDel2({soId:<?php echo $row->soId;?>}, 'm_form1','<?php echo site_url($this->config->item('rg_folder').'bdpbri/so_delete');?>')" /><img src="<?php echo base_url().$this->config->item("rg_delete");?>" align="absmiddle" border="0" width="16" height="19" class="hand" /></span></td> </tr> <?php $i++; } } else { ?> <tr> <td colspan="5" height="22" align="center"><span class="error">** ไม่ปรากฏรายการในฐานข้อมูล **</span></td> </tr> <?php } ?> </table></td> </tr> <tr> <td align="right"><font size="2">รวม <?php echo $i;?> รายการ</font></td> </tr> </table></div> <div class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</div></td> </tr> </table>
|