Viewing file:      v_addDiscipline.php (5.71 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<?php $row_dcp = (isset($qu_dcp) && $qu_dcp!=NULL) ? $qu_dcp->row() : NULL; ?> <table width="100%" align="center">     <tr>         <td>             <div align="center"><table width="100%" border="0">                 <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/dcp_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/dcp_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="dcpName" id="dcpName" value="<?php echo setValue('dcpName',$row_dcp);?>" size="70" class="required" />                             <span class="error">* <?php echo form_error("dcpName");?></span></td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone"><font size="2">ระดับ</font></td>                             <td> <?php                             $js = "id=\"dcpLevelNo\" class=\"required\"";                             echo form_dropdown("dcpLevelNo", $rs_dcpLevelNo, setValue('dcpLevelNo',$row_dcp), $js); ?>                             <span class="error">* <?php echo form_error("dcpLevelNo");?></span></td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone"><font size="2">คะแนนต่ำสุดที่จะตัด</font></td>                             <td><input type="text" name="dcpMinPoint" id="dcpMinPoint" value="<?php echo setValue('dcpMinPoint',$row_dcp);?>" size="3" maxlength="2" class="required-int" />                             <span class="error">* <?php echo form_error("dcpMinPoint");?></span></td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td class="coltd_szone"><font size="2">คะแนนสูงสุดที่จะตัด</font></td>                             <td><input type="text" name="dcpMaxPoint" id="dcpMaxPoint" value="<?php echo setValue('dcpMaxPoint',$row_dcp);?>" size="3" maxlength="2" class="required-int" />                             <span class="error">* <?php echo form_error("dcpMaxPoint");?></span></td>                         </tr>                         <tr bgcolor="<?php echo $tr_color_even;?>">                             <td colspan="3" align="center">                             <input type="submit" name="add" id="add" value="บันทึก" />                             <input type="reset" name="clear" value="เคลียร์ข้อมูล" />                             <input type="hidden" name="dcpId" id="dcpId" value="<?php echo setValue('dcpId',$row_dcp);?>" /></td>                         </tr>                     </table><?php echo form_close();?></td>                 </tr> <?php                 if (isset($rs_dcp) && $rs_dcp->num_rows() > $this->config->item("rg_max_row")) { ?>                     <tr>                         <td colspan="3"><div class="boxBlock leftBox"><font size="2">                         แสดง <?php echo $rs_dcp->num_rows();?> รายการจาก <?php echo $this->config->item("rg_max_row");?> รายการ</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;?>">ลำดับที่</font></th>                             <th><font color="<?php echo $font_color_table;?>" size="2">ชื่อวินัย</font></th>                             <th class="seqCol"><font size="2" color="<?php echo $font_color_table;?>">ระดับ</font></th>                             <th><font size="2" color="<?php echo $font_color_table;?>">คะแนนที่จะตัด</font></th>                             <th class="editCol"><font color="<?php echo $font_color_table;?>" size="2">แก้ไข</font></th>                             <th class="deleteCol"><font color="<?php echo $font_color_table;?>" size="2">ลบ</font></th>                         </tr> <?php                 $i = 0;                 if (isset($rs_dcp) &&  $rs_dcp->num_rows()) {                     foreach ($rs_dcp->result() as $row) {                         echo "<tr onmouseover=\"bgColor='".$tr_color_even."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">"; ?>                             <td class="indent" align="center"><font size="2"><?php echo $i+1;?></font></td>                             <td class="indent"><font size="2"><?php echo $row->dcpName;?></font></td>                             <td class="indent" align="center"><font size="2"><?php echo $row->dcpLevelNo;?></font></td>                             <td class="indent" align="center"><font size="2"><?php echo $row->dcpMinPoint.'-'.$row->dcpMaxPoint;?></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',                             {'dcpId':<?php echo $row->dcpId;?>},                              '<?php echo site_url($this->config->item('rg_folder').'bdpbri/dcp_input');?>')" /></td>                             <td align="center"><span onClick="confirmDel2({dcpId:<?php echo $row->dcpId;?>}, 'm_form1','<?php echo site_url($this->config->item('rg_folder').'bdpbri/dcp_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"><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>         </fieldset><br><span class="error"><strong>หมายเหตุ : </strong>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>     </tr> </table>
  |