Viewing file: v_searchRptRis206.php (1.86 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align="center">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="1">
<tr>
<td colspan="2" align="center"><span class="h error">รายชื่อนักศึกษาเข้าร่วมโครงการ/กิจกรรม</span></td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td>
<?php
echo form_open($this->config->item("rg_folder")."rpt_pi/rptRis206");
?>
<table class="szone">
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ปีการศึกษา</td>
<td><input type="text" name="acY" id="acY" size="4" maxlength="4" onKeyPress="if(event.keyCode < 48 || event.keyCode > 57) return false;" value="<?php echo $acY;?>"/>
<span class="error">* <?php echo form_error('acY');?></span></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ตั้งแต่วันที่</td>
<td><script>DateInput('dateFrom', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td class="coltd_szone">ถึงวันที่</td>
<td><script>DateInput('dateTo', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td>
</tr>
<tr bgcolor="<?php echo $tr_color_even;?>">
<td colspan="2" align="center">
<input type="submit" name="submit" value="ตกลง" onClick="return checkFormat(new Array(this.form.dateFrom.value), new Array(this.form.dateTo.value))">
<input type="reset" name="clear" value="เคลียร์ข้อมูล"></td>
</tr>
</table><?php echo form_close();?></td>
</tr>
</table></div>
<br></td>
</tr>
</table>
|