Viewing file: v_checkGDSt.php (1.8 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align="center">
<?php echo form_open($this->config->item("rg_folder")."graduate4/showGDSt", array("name" => "myform", "id" => "myform"));?>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1">
<tr>
<td colspan="2">
<table class="szone">
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone"><font size="2">ชื่อหลักสูตร</font></td>
<td>
<?php
echo form_dropdown('curId', $rs_cur, set_value('curId'));
?>
<font size="2" color="<?php echo $font_color_err;?>">*</font>
<br /><?php echo form_error('curId');?></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone"><font size="2">ปีการศึกษาที่เข้า</font></td>
<td><input type="text" name="adY" id="adY" value="<?php echo set_value('adY',$acY);?>" size="5" maxlength="4" class="required-int">
<font size="2" color="<?php echo $font_color_err;?>">*</font>
<span class="error" style="display:inline;"></span>
<br /><?php echo form_error('adY');?></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td align="center" colspan="2">
<input type="submit" name="add" id="add" value="ตกลง" />
<input type="reset" name="clear" id="clear" value="เคลียร์ข้อมูล" /></td>
</tr>
</table></td>
</tr>
</table><?php echo form_close();?></div>
<br><font size="2" color="<?php echo $font_color_err;?>"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></td>
</tr>
</table>
|