Viewing file: v_showConfirmCalGrade.php (3.9 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td>
<div align="center">
<?php echo form_open($this->config->item("rg_folder")."grade/confirmCalGrade", 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_szone2">ชื่อหลักสูตร</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"));
?>
<input type="hidden" name="curId" id="curId" class="input1" value="<?php echo set_value('curId');?>" readonly />
<input type="hidden" name="stdTmIdAdmit" id="stdTmIdAdmit" class="input1" value="<?php echo set_value('stdTmIdAdmit');?>" readonly />
<span class="error"> * <?php echo form_error('curId');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone2">ปีการศึกษาที่เข้า</td>
<td><input type="text" name="adY" id="adY" size="4" maxlength="4" class="required-int" value="<?php echo set_value('adY');?>" /><!-- class="input2" readonly -->
<br /><?php echo form_error('adY');?></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone2">ปีการศึกษาที่จะประมวลผล</td>
<td><input type="text" name="acY" id="acY" value="<?php echo set_value('acY',$acY);?>" size="4" maxlength="4" class="required-int"/>
<span class="error"> * <?php echo form_error('acY');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone2">ภาคการศึกษาที่จะประมวลผล</td>
<td><input type="text" name="tmId" id="tmId" value="2" size="3" class="required-int " /><!-- class="input2" readonly -->
<?php
//echo form_dropdown('tmId', $rs_tm, setValue('tmId', $rs_tm));
?>
</td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone2">ชั้นปีนักศึกษา</td>
<td><input type="text" id="syId" name="syId" value="1" size="2" maxlength="1" class="required-int " /><?php echo form_error('syId');?></td><!-- class="input2" readonly -->
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td colspan="2" align="center">
<input type="submit" name="submit" id="submit" value="ตกลง" />
<input type="reset" name="cancel" id="cancel" value="เคลียร์ข้อมูล" />
<input type="hidden" name="method" id="method" value="edit" /></td>
</tr>
</table><?php echo form_close();?></td>
</tr>
</table></div>
<div><table class="mark" border="0">
<tr>
<td class="coltd_mark"><span class="error">หมายเหตุ :</span></td>
<td><span class="error">ทำเมนูนี้ในภาคการศึกษาที่ 2 ของชั้นปี 1 เท่านั้น</span></td>
</tr>
<tr>
<td class="coltd_mark"><span class="error"></span></td>
<td><span class="error">* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>
</tr>
</table></div></td>
</tr>
</table>
|