Viewing file:      v_showExpectGDCurriculum.php (3.37 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<script language="JavaScript" type="text/JavaScript">
 function confirmExpectGD(tm, acY) {
     if(confirm("คุณต้องการประมวลผลการสำเร็จการศึกษา ภาคการศึกษา "+tm+" ปีการศึกษา "+acY+" !!\n\nเมื่อกดปุ่ม OK แล้ว จะทำการประมวลผลทันที โดยที่จะไม่สามารถเปลี่ยนแปลงได้อีก\nถ้ายืนยัน ให้กดปุ่ม OK"))
         return true;
     else
         return false;
 }
 </script>
 <table width="100 %" border="0" align="center" cellpadding="0" cellspacing="0">
     <tr>
         <td colspan="2">
             <div align="center">
             <?php echo form_open($this->config->item("rg_folder")."graduate/processExpectGDCur", array("name" => "myform", "id" => "myform"));?>
             <table width="100%" align="center" border="0" cellpadding="0" cellspacing="1">
                 <tr>
                     <td align="center"><span class="h error">ประมวลผลการสำเร็จการศึกษาตามหลักสูตร</span></td>
                 </tr>
                 <tr>
                     <td><br /></td>
                 </tr>
                 <tr>
                     <td>
                     <table class="szone">
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone">ชื่อหลักสูตร</td>
                             <td><input type="text" name="curName"  id="curName" value="<?php echo set_value('curName');?>" size="70" class="input2" readonly />
 <?php
                             echo anchor_popup($this->config->item("rg_folder")."popup/curAndStdAdY_popup", "<img src=\"".base_url().$this->config->item("rg_search")."\" width=\"15\" height=\"19\" align=\"abmiddle\" border=\"0\" />", array("width" => "550", "height" => "250"));
 ?>
                             <font size="2" color="<?php echo $font_color_err;?>">*</font>
                             <input type="hidden" name="curId" id="curId" value="<?php echo set_value('curId');?>" class="input2" readonly />
                             <br /><?php echo form_error('curId');?></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td class="coltd_szone">ปีการศึกษาที่เข้า</td>
                             <td><input type="text" name="adY" id="adY" value="<?php echo set_value('adY');?>" size="4" maxlength="4" class="input2" readonly />
                             <input type="hidden" name="tmIdAdtmit" id="tmIdAdmit" value="<?php echo set_value('tmIdAdmit');?>" readonly />
                             <input type="hidden" name="syId" id="syId" value="<?php echo set_value('syId');?>" readonly />
                             <br /><?php echo form_error('adY');?></td>
                         </tr>
                         <tr bgcolor="<?php echo $tr_color_even;?>">
                             <td colspan="3" align="center">
                             <input type="submit" name="submit" id="submit"  value="ตกลง" onClick="return confirmExpectGD(<?php echo $this->session->userdata('tmId');?>,<?php echo $this->session->userdata('acY');?>)" />
                             <input type="reset" name="cancel" id="cancel" value="เคลียร์ข้อมูล" />
                         </tr>
                         <tr align="center">
                             <td colspan="3"><span class="error"><?php echo $this->session->flashdata('success_msg');?></span></td>
                         </tr>
                     </table></td>
                 </tr>
             </table><?php echo form_close();?></div>
         <br /><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>
     </tr>
 </table>
  |