Viewing file: v_addClinicalPractice.php (5.69 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $row_cp = (isset($qu_cp) && $qu_cp!=NULL) ? $qu_cp->row() : NULL ?> <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/cp_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/cp_insert_update", array("name" => "myform", "id" => "myform"));?> <table class="szone"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone2"><font size="2"><b>ลำดับที่</b></font></td> <td ><input type="text" name="cpSeq" id="cpSeq" value="<?php echo setValue('cpSeq',$row_cp);?>" maxlength="3" size="3" class="required-int" /> <span class="error">* <?php echo form_error("cpSeq");?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone2"><font size="2"><b>ชื่อชั่วโมงฝึกปฏิบัติ (ไทย)</b></font></td> <td><input type="text" name="cpName" id="cpName" value="<?php echo setValue('cpName',$row_cp);?>" size="45" class="required-thai" /> <span class="error">* <?php echo form_error("cpName");?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone2"><font size="2"><b>ชื่อชั่วโมงฝึกปฏิบัติ (อังกฤษ)</b></font></td> <td><input type="text" name="cpNameE" id="cpNameE" value="<?php echo setValue('cpNameE',$row_cp);?>" size="45" class="required-eng" /> <span class="error">* <?php echo form_error("cpNameE");?></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="cpId" id="cpId" value="<?php echo setValue('cpId',$row_cp);?>" /></td> </tr> </table><?php echo form_close();?></td> </tr> <?php echo form_open($this->config->item("rg_folder")."bdpbri/cp_search");?> <tr> <td align="right"> <font size="2"><b>ชื่อชั่วโมงฝึกปฏิบัติ (ไทย)</b></font> <input type="text" name="cpNameSearch" value="<?php echo set_value('cpNameSearch','');?>" /> <input type="submit" name="search" value="ค้นหา" /> <br /><?php echo form_error('cpNameSearch');?> </td> </tr><?php echo form_close();?> <?php if(isset($rs_cp) && $rs_cp->num_rows() > $this->config->item("rg_max_row")) { ?> <tr> <td colspan="3"><font size="2"><b> แสดง <?php echo $this->config->item('rg_max_row');?> รายการจาก <?php echo $rs_cp->num_rows();?> รายการ</b></font></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 color="<?php echo $font_color_table;?>" size="2"><b>ชื่อชั่วโมงฝึกปฏิบัติ (ไทย)</b></font></th> <th><font size="2" color="<?php echo $font_color_table;?>"><b>ชื่อชั่วโมงฝึกปฏิบัติ (อังกฤษ)</b></font></th> <th class="editCol"><font color="<?php echo $font_color_table;?>" size="2"><b>แก้ไข</b></font></th> <th class="deleteCol"><font color="<?php echo $font_color_table;?>" size="2"><b>ลบ</b></font></th> </tr> <?php $i = 0; if (isset($rs_cp) && $rs_cp->num_rows()) { foreach ($rs_cp->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 explodeSquare($row->cpName);?></font></td> <td class="indent"><font size="2"><?php echo explodeSquare($row->cpNameE);?></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', {'cpId':<?php echo $row->cpId;?>}, '<?php echo site_url($this->config->item('rg_folder').'bdpbri/cp_input');?>')" /></td> <td align="center"><span onClick="confirmDel2({cpId:<?php echo $row->cpId;?>}, 'm_form1','<?php echo site_url($this->config->item('rg_folder').'bdpbri/cp_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"><strong>หมายเหตุ : </strong>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</div> </td> </tr> </table>
|