Viewing file: v_searchRptRis119.php (3.22 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" align="center"> <tr> <td> <div align="center"> <table width="100%" border="0"> <tr> <td colspan="3" align="center"><span class="h error">รายงานผลการเรียน</span></td> </tr> <tr> <td colspan="3"><br></td> </tr> <tr> <td> <?php echo form_open($this->config->item("rg_folder")."rpt_misc/rptRis119", array("name" => "myform", "id" => "myform")); ?> <table class="szone"> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone">ชื่อหลักสูตร</td> <td> <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/curAndStdAdY_popup", "<img src=\"".base_url().$this->config->item("rg_search")."\" width=\"15\" height=\"19\" align=\"abmiddle\" border=\"0\" />", array("width" => "500", "height" => "500")); ?> <input type="hidden" name="curId" id="curId" readonly /><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" size="4" maxlength="4" class="input2" readonly /></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone">ปีการศึกษา</td> <td><input type="text" name="tmcAcY" id="tmcAcY" value="<?php echo set_value('tmcAcY',$acY);?>" size="4" maxlength="5" /><span class="error">* <?php echo form_error('tmcAcY');?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td class="coltd_szone">ชั้นปี</td> <td><input type="text" name="studentYear" id="studentYear" value="<?php set_value('studentYear')?>" size="1" maxlength="2" > <span class="error">* <?php echo form_error('studentYear');?></span></td> </tr> <tr bgcolor="<?php echo $tr_color_even;?>"> <td colspan="2" align="center"> <input type="hidden" name="tmIdAdmit" id="tmIdAdmit" value="<?php echo set_value('tmIdAdmit');?>" class="input2" readonly /> <input type="hidden" name="syId" id="syId" value="<?php echo set_value('syId');?>" class="input2" readonly /> <input type="submit" name="submit" value="ตกลง" /> <input type="reset" name="clear" value="เคลียร์ข้อมูล" /> </td> </tr> </table><?php echo form_close();?></td> </tr> </table></div> <?php echo ">> "; echo anchor($this->config->item("rg_folder")."regist2pieis/showGradeByCourse", 'รายงานสรุปผลการศึกษารายวิชาเป็นภาคการศึกษาหรือชั้นปี '); echo "<BR>"; echo ">> "; echo anchor($this->config->item("rg_folder")."regist2pieis/grpPercentGrade", 'รายงานสรุป GPA ของนักศึกษา '); ?> <br><br> <br><span class="error"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td> </tr> </table>
|