Viewing file: v_checkOutSst.php (3.39 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%"> <tr> <td> <div align="center"> <?php echo form_open($this->config->item("rg_folder")."payment/showOutSst", array("name" => "myform", "id" => "myform"));?> <table width="100%"> <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" class="input2" size="60" value="<?php echo set_value('curName');?>" readonly /> <?php echo anchor_popup($this->config->item("rg_folder")."popup/searchCurHaveStd_popup", "<img src=\"".base_url().$this->config->item("rg_search")."\" width=\"15\" height=\"19\" align=\"abmiddle\" border=\"0\" />", array("width" => "500", "height" => "250")); ?> <span class='error'>*</span> <input type="hidden" name="curId" id="curId" class="input2" value="<?php echo set_value('curId');?>" readonly /> <input type="hidden" name="stdTmIdAdmit" id="stdTmIdAdmit" class="input2" value="<?php echo set_value('stdTmIdAdmit');?>" readonly /> <br /><?php echo form_error('curId');?></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2" ><b>ปีการศึกษาที่เข้า</b></font></td> <td><input type="text" name="adY" id="adY" size="4" value="<?php echo set_value('adY');?>" maxlength="4" class="input2" readonly /> <span class='error'><?php echo form_error('adY');?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone">ปีการศึกษา</td> <td><input type="text" name="acY" id="acY" value="<?php echo set_value('acY',$acY);?>" size="4" maxlength="4" class="required-int" onKeyDown="document.myform.acY.onkeydown=check_number" /> <span class='error'>*</span> <span class="error" style="display:inline;"></span> <br /><?php echo form_error('acY');?></td> </tr> <tr bgcolor="<?php echo $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="<?php echo $tr_color_even;?>"> <td class="coltd_szone"><font size="2" ><b>ชั้นปี</b></font></td> <td><input type="text" name="syCode" id="syCode" size="3" maxlength="1" class="required-int" onKeyDown="document.myform.syCode.onkeydown=check_number" value="<?php echo set_value('syCode');?>" /> <span class='error'>* <?php echo form_error('syCode');?></span></td> </tr> <tr> <td colspan="2" align="center"><input type="submit" name="submit" value="ตกลง"> <input type="reset" name="cancel" value="เคลียร์ข้อมูล" /></td> </tr> </table></td> </tr> </table><?php echo form_error();?></div> <br><span class='error'><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td> </tr> </table>
|