Viewing file: v_showCalFeeCurriculum.php (3.64 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%">
<tr>
<td>
<div align="center">
<?php echo form_open($this->config->item("rg_folder")."regis/processCalFeeCur", 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" size="70" class="input2" value="<?php echo set_value('curName');?>" readonly />
<span class="hand" onClick="sendPost('hidform', {}, '<?php echo site_url($this->config->item('rg_folder').'popup/curAndStdAdY_popup');?>', {})"><img src="<?php echo base_url().$this->config->item("rg_search");?>" width="15" height="19" align="abmiddle" border="0" /></span>
<input type="hidden" name="curId" id="curId" value="<?php echo set_value('curId');?>" class="required" />
<span class="error">* <?php echo form_error('curId');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ปีการศึกษาที่เข้า</td>
<td><input type="text" name="adY" id="adY" class="input2" value="<?php echo set_value('adY');?>" readonly />
<input type="hidden" name="tmIdAdmit" id="tmIdAdmit" class="input2" value="<?php echo set_value('tmIdAdmit');?>" />
<span class="error"><?php echo form_error('stdTmIdAdmit');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ชั้นปีนักศึกษา</td>
<td><input type="text" name="syId" id="syId" size="2" maxlength="1" value="<?php echo set_value('syId');?>" />
<span class="error"><?php echo form_error('syId');?></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" />
<span class="error">* <?php echo form_error('acY');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ภาคการศึกษาที่ลงทะเบียน</td>
<td>
<?php
$js = "id=\"tmId\" class=\"required\"";
echo form_dropdown('tmId', $rs_tm, set_value('tmId', $tmId), $js);
?>
<span class="error">* <?php echo form_error('tmId');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ชั้นปีที่ลงทะเบียน</td>
<td><input type="text" name="syId2" id="syId2" value="<?php echo set_value('syId2');?>" size="2" maxlength="1" class="required-int" />
<span class="error">* <?php echo form_error('syId2');?></span></td>
</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="เคลียร์ข้อมูล" /></td>
</tr>
</table></td>
</tr>
</table><?php echo form_close();?></div>
<div class="error"><strong>หมายเหตุ : </strong>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</div>
</td>
</tr>
</table>
|