Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.21.12.122
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul style='height:20px;'>
<li > </li>
</ul>
<script>
$('#candidate_list_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy', buttonImage: 'images/date.gif', buttonImageOnly: true});
</script>
<script>
// $('#fdate').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
// $('#tdate').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
$("#fdate").datepicker({
changeMonth: true,
changeYear: true,
dateFormat: "dd/mm/yy"
});
$("#tdate").datepicker({
changeMonth: true,
changeYear: true,
dateFormat: "dd/mm/yy"
});
$('textarea').keydown(function(event) {
if (event.keyCode === 13) {
event.stopPropagation();
}
});
</script>
<div align="left" id="candidate_list" style="min-height:220px; overflow:auto" >
<table id ="tbl_menu" name ="tbl_menu" align="left" cellpadding="2" cellspacing="0" border="0" style="padding-top:2px;width:auto;;">
<tr>
<td style = "font-size:15px "> Module </td> <td>: </td>
<td>
<select id="fmodule" style="width:100%;height:23px;" onchange = 'display()'>
<option value = ''>Select Value</option>
<option value = '1'>College Notice Board</option>
<option value = '0'>College Message Board</option>
</select>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<br>
<div style="clear:both;">
<h4><b style="color: red;">Do not use &, \ symbol in file name or message</b></h4>
</div>
<div id = 'mess_details' style="min-height:220px; clear:both; overflow:auto">
<textarea style = "width:500px; height:300px;white-space: pre-wrap;" id = "messagetext">
</textarea>
<table>
<tr>
<td style = "font-size:15px ">Date Range </td> <td>: </td>
<td>
<input type = "text" id = "fdate" onblur = "validateDate(this.value)" style = "width:100px;height:18px;"/> -
<input type = "text" id = "tdate" onblur = "validateDate(this.value)" style = "width:100px;height:18px;" />
</td>
</tr>
</table>
</div>
</div>
|