Viewing file: v_searchRptRis130.php (3.43 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<script language="javascript"> function checkFormat(){ if(document.getElementById("curId_stdAdY").value==""){ alert('กรุณาเลือกหลักสูตร !'); return false; }else if(document.getElementById("acY").value==""){ alert('กรุณากรอกปีการศึกษา !'); document.getElementById("acY").focus(); return false; } } </script> <table width="100%" align="center"> <tr> <td> <div align="center"> <table width="100%"> <tr> <td colspan="2" align="center"><span class="h error">รายชื่อนักศึกษาที่ถูกตัดคะแนนความประพฤติ</span></td> </tr> <tr> <td><br /></td> </tr> <tr> <td> <?php $attributes = array('name' => 'myform', 'id' => 'myform'); echo form_open($this->config->item("rg_folder")."rpt_student/rptRis130",$attributes); ?> <table class="szone"> <tr bgcolor="<?=$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="tmIdAdmit" 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="<?=$tr_color_even;?>"> <td class="coltd_szone">ปีการศึกษา</td> <td><input type="text" name="acY" id="acY" value="<?=set_value('acY',$acY);?>" size="5" maxlength="4" class="required-int"> <span class="error">* <?php echo form_error('acY');?></span></td> </tr> <tr bgcolor="<?=$tr_color_even;?>"> <td class="coltd_szone">ภาคการศึกษา</td> <td><?php echo form_dropdown('tmId', $rs_tm, set_value('tmId',$tmId)); ?> <span class="error">* <?php echo form_error('tmId');?></span></td> </tr> <tr bgcolor="<?=$tr_color_even;?>"> <td colspan="2" align="center"> <input type="hidden" name="tmIdAdmit" id="tmIdAdmit" value="<?php echo set_value('tmIdAdmit');?>" class="input2" readonly /> <input type="submit" name="submit" value="ตกลง"> <input type="reset" name="clear" value="เคลียร์ข้อมูล"> </td> </tr> </table><?php echo form_close();?></td> </tr> </table></div> <br><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td> </tr> </table>
|