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.149.243.29
Current Path : /var/www/html/kswu/ |
| Current File : /var/www/html/kswu/homepage.html |
<script>
/*$(document).ready(function () {
$('#homedatepicker').datepicker({
onSelect: function(dateText, inst) {
assignPlannerDate(dateText);
},
onChangeMonthYear: function(year_id, month_id, inst) {
month_code=(month_id<10)?"0"+month_id:month_id;
getSavedEventDates(year_id,month_code);
GetDashboardDetails();
},
dateFormat:'yy-mm-dd',changeMonth: true,changeYear: true,showButtonPanel: true
});
});
*/
$(document).ready(function () {
GetDashboardDetails();
});
function getSavedEventDates(year_id,month_code)
{
//var month_id=eval(parseInt($("#homedatepicker .ui-datepicker-month").val())+1);
//month_code=(month_id<10)?"0"+month_id:month_id;
//var year_id=$("#homedatepicker .ui-datepicker-year").val();
/* $.ajax({
type: "POST",
data:"year_month="+year_id+month_code+"&user_id="+getCookie('user_id') ,
url: $host_url+"getSavedEventDates",
success: function getSavedEventDatesResponce($responce)
{
$responce = eval('(' + $responce + ')');
if ($responce.error_code == 0)
{
jQuery.each($responce.data, function(k, v)
{
$("#homedatepicker_"+v['date_id']).addClass("ui-state-highlight");
});
}
}
});
*/
}
</script>
<div class="homepage-maindiv">
<!-- <div class="page-info-header" id="page_info_header"><span id="parent_menu"></span><span id='display_module_name'></span></div> -->
<div class="homepage-leftdiv">
<div class='Dash-board-home ui-widget ui-widget-content ui-corner-all ui-corner-all' style='overflow-y: auto;overflow-x: hidden;height:340px;padding:10px 10px;width:600px;'>
<div class='ui-widget-header ui-corner-all' style="height:15px; padding:2px;">Notice Board</div>
<div id='college_message_board' style='line-height:18px;text-align:justify;font-size:12px;padding:10px 10px;'>
</div>
</div>
<div style='padding:5px 5px;font-size:18px;margin-top:10px;margin-left:20px;'>
<span style='display:none;'><a href='#' onclick='enableUniversityCommunication()' >Communicate with University</a></span>
</div>
<!-- Calender & notes div --
<div class="Calender-notes-div">
<div class='calender-div' style="display:none;">
<div id="homedatepicker"></div>
</div>
<div class='notes-div ui-widget ui-widget-content ui-corner-all' style="display:none;" align='center'>
<div class='ui-widget-header ui-corner-all'>
<table style="width:100%">
<tr>
<td align="left">
Notes
</td>
<td align="right">
<a href="#" class='notes-header-name' onclick="updatePlannerNotes();">
Update | </a>
<a href="#" class='notes-header-name' onclick="getnotesdetails();">
Cancel</a>
</td>
</tr>
</table>
</div>
<textarea id='planner_area' cols="60" rows="11" style="border:0px;"></textarea>
</div> -->
</div>
<!--message board div -->
<div class ='messageboard-div ui-widget ui-widget-content ui-corner-all' style='padding:10px 10px;width:195px;height:340px;'>
<div class='ui-widget-header ui-corner-all' style="height:15px; padding:2px;">Message Board</div>
<div id='message_board_content' style="height:306px;overflow-y: auto;overflow-x: hidden;padding:10px 5px;width:185px;"></div>
</div>
</div>
|