Viewing file: v_beforeSetStudentCode_old.php (2.43 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php //$curId = ""; //$tmIdAdmit = ""; //$curName = ""; //$stdAdY = ""; ?> <table width="100%" align="center"> <tr> <td> <div align="center"> <?php echo form_open($this->config->item("rg_folder")."student/std_setStdCode", array("name" => "myform", "id" => "myform"));?><table width="100%"> <tr> <td align="center"><font class="h" color="<?php echo $font_color_err;?>"><b>กำหนดรหัสนักศึกษาเอง</b></font></td> </tr> <tr> <td height="22"></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="1" cellpadding="1" align="center"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td width="25%"><font size="2"><b>หลักสูตร</b></font></td> <td width="75%"><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/cur_popup", "<img src=\"".base_url().$this->config->item("rg_search")."\" width=\"15\" height=\"19\" align=\"abmiddle\" border=\"0\" />", array("width" => "550", "height" => "250")); ?> <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><font size="2"><b>ภาคการศึกษา/ปีการศึกษา</b></font></td> <td><input type="text" name="tmIdAdmit" id="tmIdAdmit" value="<?php echo set_value('tmIdAdmit');?>" size="1" maxlength="1" class="input2" readonly />/ <input type="text" name="stdAdY" id="stdAdY" value="<?php echo set_value('stdAdY');?>" size="4" class="input2" readonly /> <br /><?php echo form_error('tmIdAdmit')." ";?><?php echo form_error('stdAdY');?></td> </tr> <tr> <td height="22" colspan="3"></td> </tr> <tr> <td height="22" colspan="3" align="center"><input type="submit" name="search" id="search" value="ตกลง" /> <input type="reset" name="clear" value="เคลียร์ข้อมูล"></td> </tr> </table></td> </tr></table><?php echo form_close();?></div> <br><font color="<?php echo $font_color_err;?>" size="2"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td> </tr> </table>
|