Viewing file: v_addAmphur.php (7.2 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php ini_set("memory_limit", $this->config->item('rg_memory_limit')); $rowAp = (isset($qu_ap) && $qu_ap!=NULL) ? $qu_ap->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")."bdppc/ap_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")."bdppc/ap_insert_update", array("name" => "myform", "id" => "myform"));?> <table class="szone"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2">ชื่ออำเภอ (ไทย)</font></td> <td><input type="text" name="apName" id="apName" value="<?php echo set_value('apName',setValue('amphurName',$rowAp));?>" size="30" class="required-thai" /> <span class="error"> *</span><?php echo form_error("apName");?></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2">ชื่ออำเภอ (อังกฤษ)</font></td> <td><input type="text" name="apNameE" id="apNameE" value="<?php echo set_value('apNameE',setValue('amphurNameEng',$rowAp));?>" size="30" class="required-eng" /> <span class="error"> *</span><?php echo form_error("apNameE");?></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2">ชื่อจังหวัด</font></td> <td> <?php echo form_dropdown("provinceId", $rs_prv, set_value('provinceId',setValue('provinceId',$rowAp))); ?> <font color="<?php echo $font_color_err;?>">*</font> <br /><?php echo form_error("provinceId");?></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td colspan="2" align="center"> <?php $lnk = "<input type=\"submit\" name=\"add\" value=\"บันทึก\" />"; echo $lnk; //echo $oU->CRUD($lnk, 'C'); ?> <input type="reset" name="clear" value="เคลียร์ข้อมูล" /> <input type="hidden" name="apId" id="apId" value="<?php echo setValue('amphurId',$rowAp);?>" /></td> </tr> </table><?php echo form_close();?></td> </tr> <tr> <?php echo form_open($this->config->item("rg_folder")."bdppc/ap_search", array("name" => "f_search", "id" => "f_search"));?> <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"))."/bdppc/ap_input";?>'" /> <br /><span class="error"> <?php echo isset($str_fault) ? $str_fault : "";?></span> <!-- <font size="2"><b>ชื่อจังหวัด</b></font> <input type="text" name="prvNameSearch" value="<?php echo set_value('prvNameSearch','');?>" /> <font size="2"><b>ชื่ออำเภอ</b></font> <input type="text" name="apNameSearch" value="<?php echo set_value('apNameSearch','');?>" /> <input type="submit" name="search" value="ค้นหา" /> <br /><font size="2" color="red"><?php //echo (isset($str_fault) && $str_fault==1) ? "กรุณาเลือกป้อนข้อมูลลงในช่องใดช่องหนึ่ง" : '';?></font> --> </td><?php echo form_close();?> </tr> <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>ชื่ออำเภอ (ไทย)</b></font></th> <th><font size="2" color="<?php echo $font_color_table;?>"><b>ชื่ออำเภอ (อังกฤษ)</b></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;?>">แก้ไข</font></th> <th class="deleteCol"><font size="2" color="<?php echo $font_color_table;?>">ลบ</font></th> </tr> <?php $i = 0; if(isset($rs_ap) && $rs_ap->num_rows()) { foreach($rs_ap->result() as $row) { 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->amphurName;?></font></td> <td class="indent"><font size="2"><?php echo $row->amphurNameEng;?></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', {'apId':<?php echo $row->amphurId;?>}, '<?php echo site_url($this->config->item('rg_folder').'bdppc/ap_input');?>')" /></td> <td align="center"> <span onClick="confirmDel2({apId:<?php echo $row->amphurId;?>}, 'm_form1','<?php echo site_url($this->config->item('rg_folder').'bdppc/ap_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="6" height="22" align="center"><font size="2" color="<?php echo $font_color_err;?>">** ไม่ปรากฏรายการในฐานข้อมูล **</font></td> </tr> <?php } ?> </table></td> </tr> <tr> <td align="right"><font size="2">รวม <?php echo $i;?> รายการ</font></td> </tr> </table></div> </fieldset><br><font size="2" color="<?php echo $font_color_err;?>"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td> </tr> </table>
|