Viewing file:      v_addNoStudyDate.php (6.8 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<?php
 $row_nsd = (isset($qu_nsd) && $qu_nsd->num_rows()) ? $qu_nsd->row() : NULL;
 $frDate = (isset($frDate)) ? $frDate : '';
 $toDate = (isset($toDate)) ? $toDate : '';
 ?>
 <script language="JavaScript1.2">
 function checkSubmit() {
     location.href='<?php echo site_url($this->config->item("rg_folder")."bdcollege/nsd_copy");?>';
 }
 </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")."bdcollege/nsd_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")."bdcollege/nsd_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 colspan="3"><input type="text" name="nsdName" id="nsdName" value="<?php echo setValue('nsdName',$row_nsd);?>" size="50" />
                             <font size="2" color="<?php echo $font_color_err;?>">*</font>
                             <br /><?php echo form_error('nsdName');?></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone"><font size="2">ตั้งแต่วันที่</font></td>
                             <td>
                             <script>DateInput('frDate', true, 'DD/MM/YYYY', '<?php echo (set_value("frDate",$frDate)=="") ? getNowDateFw2() : set_value("frDate",$frDate);?>');</script>
                             <?php echo form_error('frDate');?>
                             </td>
                             <td class="coltd_szone"><font size="2"><b>ถึงวันที่</b></font></td>
                             <td>
                             <script>DateInput('toDate', true, 'DD/MM/YYYY', '<?php echo (set_value("toDate",$toDate)=="") ? getNowDateFw2() : set_value("toDate",$toDate);?>');</script></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone"><font size="2">ตั้งแต่เวลา</font></td>
                             <td>
 <?php
                             echo form_dropdown("nsdPrdFrTime", $rs_prd, setValue('nsdPrdFrTime',$row_nsd));
 ?>
                             <br /><?php echo form_error('nsdPrdFrTime');?></td>
                             <td class="coltd_szone"><font size="2"><b>ถึงเวลา</b></font></td>
                             <td>
 <?php
                             echo form_dropdown("nsdPrdToTime", $rs_prd, setValue('nsdPrdToTime',$row_nsd));    
 ?>
                             </td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone"><font size="2">หมายเหตุ</font></td>
                             <td colspan="3">
 <?php
                             $nsdRemark_data = array('name'    => 'nsdRemark',
                                                     'id'    => 'nsdRemark',
                                                     'value'    => setValue('nsdRemark',$row_nsd),
                                                     'cols'    => 50,
                                                     'rows'    => 3);
                             echo form_textarea($nsdRemark_data);
 ?>
                             </td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td colspan="4" align="center">
 <?php
                             $lnk = "<input type=\"submit\" id=\"add\" name=\"add\" value=\"บันทึก\" />";
                             echo $oCRUD->CRUD($lnk, 'C');
 ?>
                             <input type="reset" name="clear" value="เคลียร์ข้อมูล">
                             <input type="button" name="copy" id="copy" value="คัดลอกจากปีการศึกษา <?php echo $this->session->userdata('acY');?>" onClick="checkSubmit()">
                             <input type="hidden" name="nsdId" id="nsdId" value="<?php echo setValue('nsdId',$row_nsd);?>" /></td>
                     </tr>
                 </table><?php echo form_close();?></td>
             </tr>
             <tr><td><br/></td></tr>
 <?php
             if(isset($arr) && count($arr) > $this->config->item("rg_max_row")) {
             ?>
                 <tr>
                     <td colspan="3"><div class="boxBlock leftBox"><font size="2">
                     แสดง <?php echo count($arr);?> รายการจาก <?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"><b>ชื่อวัน</b></font></th>
                         <th class="date"><font color="<?php echo $font_color_table;?>" size="2"><b>วันที่</b></font></th>
                         <th class="hourCol"><font color="<?php echo $font_color_table;?>" size="2"><b>เวลา</b></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($arr) && count($arr)) {
                 foreach($arr as $key => $val) {
                     echo "<tr onmouseover=\"bgColor='".$tr_color_even."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">";
 
 ?>
                         <td align="center"><font size="1"><?php echo $i+1;?></font></td>
                         <td class="indent"><font size="2"><?php echo $arr[$key]['nsd']->nsdName;?></font></td>
                         <td align="center"><font size="2"><?php echo $arr[$key]['nsdDate'];?></font></td>
                         <td align="center"><font size="2"><?php echo substr($arr[$key]['frPrd'], 0, 5).' - '.substr($arr[$key]['toPrd'], 0, 5);?></font></td>
                         <td align="center">
 <?php
                             $lnk = "<span class=\"hand\" onClick=\"sendPost('hidform', {'nsdId':".$arr[$key]['nsd']->nsdId."}, 'nsd_input')\"><img src=\"".base_url().$this->config->item("rg_edit")."\" align=\"absmiddle\" border=\"0\" /></span>";
                             echo $oCRUD->CRUD($lnk, 'U');
 ?>
                         </td>
                         <td align="center">
 <?php
                             $lnk = "<span class=\"hand\" onClick=\"confirmDel2({'nsdId':".$arr[$key]['nsd']->nsdId."}, 'm_form1', 'nsd_delete')\" /><img src=\"".base_url().$this->config->item("rg_delete")."\" align=\"absmiddle\" border=\"0\" width=\"16\" height=\"19\" /></span>";
                             echo $oCRUD->CRUD($lnk, 'D');
 ?>
                         </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>
         <font size="2" color="<?php echo $font_color_err;?>"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td>
     </tr>
 </table>
  |