'); $(document).on('click',function(){$('#calendar-event-overlay')。remove();}); $('#calendar-event-overlay')。css({'left':($ this.offset()。left + -5)+'px','top':($ this.offset()。top + $ this.outerHeight())+'px'})。bind('mouseleave',function(){$(this).remove();});}函數EditMyEventRegistration(eventDateID,userRegID){// LoadEventRegistrationEdit( userRegID); LoadEventDetail(eventDateID,userRegID,true)}函數RemoveMyEventRegistration(userRegID,EventDateID){// var data =“ {userRegID:” + userRegID +“,EventDateID:” + EventDateID +“}”; swalert('您確定要刪除此註冊嗎?','Remove Registration','critical','yesno',YesRemoveMyEventRegistration,“,”,{userRegID:userRegID,EventDateID:EventDateID}); }函數YesRemoveMyEventRegistration(userData){var data =“ {UserRegistrationID:” + userData.userRegID +“,EventDateID:” + userData.EventDateID +“}”; var StartDate; var EndDate; if($('#myeventslist-txt-startdate')。val()==)){StartDate ='1/1/1900'; }否則{StartDate = $('#myeventslist-txt-startdate')。val(); } if($('#myeventslist-txt-enddate')。val()==”){EndDate ='1/1/1900'; } else {EndDate = $('#myeventslist-txt-enddate')。val(); }如果(StartDate!='1/1/1900'){StartDate + ='0:00:00'; }如果(EndDate!='1/1/1900'){EndDate + ='23:59:59'; } var success ='GetContent(“ http://apsva.us//site/UserControls/Calendar/MyEventsListWrapper.aspx?ModuleInstanceID=24115&StartDate='+ StartDate +'&EndDate ='+ EndDate +'”,“ myeventslist-pnl-詳細信息”,2,“”); ShowNotification(“成功! You have deleted your registration for this event.”);’; var failure = ‘CallControllerFailure(result[0].errormessage);’; CallController(“http://apsva.us//site/UserControls/Calendar/CalendarController.aspx/DeleteRegistration”, data, success, failure); }function LoadEventListView(ModuleInstanceID, Month, Year) {$(‘#calendarview-toggle a’).removeClass(‘active’);$(‘#calendarview-toggle a.list’).addClass(‘active’); $(‘#calendarlist-pnl-specialview’).removeClass(‘ui-helper-hidden’); $(‘#calendar’).addClass(‘ui-helper-hidden’); Month = $(‘#calendarlist-month’).val(); Year = $(‘#calendarlist-year’).val(); GetContent(“http://apsva.us//site/UserControls/Calendar/EventListViewWrapper.aspx?ModuleInstanceID=” + ModuleInstanceID + “&Month=” + Month + “&Year=” + Year, “calendarlist-pnl-specialview”, 2, ”); } function ChangeMonth() {var itemid = $(‘#calendarlist-month’).val(); $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); var gotoDate = new Date($(‘#calendarlist-year’).val(), (itemid – 1), 1); $(‘#calendar’).fullCalendar(‘gotoDate’, gotoDate); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } if (!$(‘#calendar-pnl-smcalendar’).hasClass(‘ui-helper-hidden’)) { $(‘#small-calendar-1’).datepicker(‘setDate’, new Date($(‘#calendarlist-year’).val(), parseInt($(‘#calendarlist-month’).val()-1))); } // remove table header for ADA compliance // add tabindex for table cells fixADA(); } function ChangeYear(itemid) { var itemid = $(‘#calendarlist-year’).val(); $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); var gotoDate = new Date(itemid, ($(‘#calendarlist-month’).val() – 1), 1); $(‘#calendar’).fullCalendar(‘gotoDate’, gotoDate); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } if (!$(‘#calendar-pnl-smcalendar’).hasClass(‘ui-helper-hidden’)) { $(‘#small-calendar-1’).datepicker(‘setDate’, new Date($(‘#calendarlist-year’).val(), parseInt($(‘#calendarlist-month’).val()-1))); } // remove table header for ADA compliance // add tabindex for table cells fixADA(); } function GoToNext() { $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); $(‘#calendar’).fullCalendar(‘next’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {var month = parseInt($(‘#calendarlist-month’).val()) + 1;var year = parseInt($(‘#calendarlist-year’).val());if (month > 12) { month = 1; year = year + 1;}$(‘#calendarlist-month’).val(month).change();ChangeYearDropDown(year);$(‘#calendarlist-year’).val(year).change();if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) { LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’));}if (!$(‘#calendar-pnl-smcalendar’).hasClass(‘ui-helper-hidden’)) {$(‘#small-calendar-1’).datepicker(‘setDate’, new Date($(‘#calendarlist-year’).val(), parseInt($(‘#calendarlist-month’).val())-1));} } // remove table header for ADA compliance // add tabindex for table cells fixADA(); } function GoToPrevious() { $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); $(‘#calendar’).fullCalendar(‘prev’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {var month = $(‘#calendarlist-month’).val() – 1;var year = $(‘#calendarlist-year’).val();if (month new Date(EndDate)) { swalert(‘The start date must come before the end date.’, ‘Attention’, ‘warning’, ‘ok’, ”, ”, ”); return false;} } else if ((EndDate != ‘1/1/1900’) && (StartDate == ‘1/1/1900’)) {var CurrentDate = new Date();StartDate = (parseInt(CurrentDate.getMonth()) + 1) + “/” + CurrentDate.getDate() + “/” + CurrentDate.getFullYear();if (new Date(StartDate) > new Date(EndDate)) { swalert(‘The end date must come after the current date.’, ‘Attention’, ‘warning’, ‘ok’, ”, ”, ”); return false;} } if (StartDate != ‘1/1/1900’) {StartDate += ‘ 0:00:00’; } if (EndDate != ‘1/1/1900’) {EndDate += ‘ 23:59:59’; } GetContent(“http://apsva.us//site/UserControls/Calendar/MyEventsListWrapper.aspx?ModuleInstanceID=24115&StartDate=” + StartDate + “&EndDate=” + EndDate, “myeventslist-pnl-detail”, 2, ”); } function RefreshCalendarFilter() { if ($(‘#calendar-pnl-calendarfilter-closed’).is(‘:visible’)) {GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-calendarfilter-closed”, 2); } else {GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-calendarfilter-open”, 2);} } function ToggleCalendarFilter(expanded) { if (expanded === undefined) {expanded = $(‘#calendar-pnl-calendarfilter-closed’).is(‘:visible’); } if (expanded === true) {var callback = “$(‘#calendar-pnl-calendarfilter-closed’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-calendarfilter-open’).fadeIn(‘fast’);});”;GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-calendarfilter-open”, 3, callback); } else {var callback = “$(‘#calendar-pnl-calendarfilter-open’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-calendarfilter-closed’).fadeIn(‘fast’);});”;GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-calendarfilter-closed”, 3, callback);} } function OpenCalendarFilter() { OpenDialogOverlay(“WindowLargeModal”, { LoadType: “U”, LoadURL: “http://apsva.us//site/UserControls/Calendar/CalendarFilterNewWrapper.aspx?DomainID=1676&ModuleInstanceID=24115” }); } function RefreshCategoryFilter() { if ($(‘#calendar-pnl-categoryfilter-closed’).is(‘:visible’)) {GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-categoryfilter-closed”, 2); } else {GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-categoryfilter-open”, 2);} } function ToggleCategoryFilter(expanded) { if (expanded === undefined) {expanded = $(‘#calendar-pnl-categoryfilter-closed’).is(‘:visible’); } if (expanded === true) {var callback = “$(‘#calendar-pnl-categoryfilter-closed’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-categoryfilter-open’).fadeIn(‘fast’);});”;GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-categoryfilter-open”, 3, callback); } else { var callback = “$(‘#calendar-pnl-categoryfilter-open’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-categoryfilter-closed’).fadeIn(‘fast’);});”; GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-categoryfilter-closed”, 3, callback); } } function OpenCategoryFilter() { OpenDialogOverlay(“WindowLargeModal”, { LoadType: “U”, LoadURL: “http://apsva.us//site/UserControls/Calendar/CategoryFilterNewWrapper.aspx?DomainID=1676&ModuleInstanceID=24115″ }); } function RemoveCalendarFilter(ModuleInstanceID) { $(‘#calendarfilter-ul-list li[itemid=’ + ModuleInstanceID + ‘]’).remove(); var strCalendarFilter = GetCookie(‘CalendarFilter’); strCalendarFilter = strCalendarFilter.replace(ModuleInstanceID + ‘-‘, ”); SetCookie(‘CalendarFilter’, strCalendarFilter, 365); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } } function AddCategoryFilter(EventCategoryMasterID) { $(‘#categoryfilter-ul-list li[itemid=’ + EventCategoryMasterID + ‘]’).remove(); var strCategoryFilter = GetCookie(‘CategoryFilter’); strCategoryFilter = strCategoryFilter + EventCategoryMasterID + ‘-‘; SetCookie(‘CategoryFilter’, strCategoryFilter, 365); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } } function UpdateCalendarFilter(id) { var strCalendarFilter = GetCookie(‘CalendarFilter’); if ($(‘#calendarfilter-chk-calendar’ + id).is(‘:checked’)) {strCalendarFilter = strCalendarFilter + id + ‘-‘; } else {strCalendarFilter = strCalendarFilter.replace(id + ‘-‘, ”); } SetCookie(‘CalendarFilter’, strCalendarFilter, 365); }function LoadCalendarChannelList() { GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarChannelListWrapper.aspx?DomainID=” + $(‘#calendarfilter-hid-siteid’).val(), “calendarfilter-pnl-channellist”, 2); LoadCalendarSearchList(); }function SelectFilteredCalendars() { var arrValues = GetCookie(‘CalendarFilter’).split(‘-‘); $.each(arrValues, function() {$(‘#calendarfilter-chk-calendar’ + this).attr(‘checked’, true); }); } function LoadCalendarSearchList() { var DomainID = $(‘#calendarfilter-hid-channelid’).val(); if (DomainID == 0) {DomainID = $(‘#calendarfilter-hid-siteid’).val(); } GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarSearchListWrapper.aspx?DomainID=” + DomainID + “&ModuleInstanceID=” + “24115” + “&SearchFor=” + $(‘#calendarfilternew-txt-search’).val(), “calendarfilter-pnl-results”, 2, ”); } function CloseCalendarFilter() { CloseDialogOverlay(‘WindowLargeModal’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } RefreshCalendarFilter(); } function CloseCategoryFilter() { CloseDialogOverlay(‘WindowLargeModal’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } RefreshCategoryFilter(); } function SelectFilteredCategories() { var arrValues = GetCookie(‘CategoryFilter’).split(‘-‘); $.each(arrValues, function() {$(‘#categoryfilter-chk-category’ + this).attr(‘checked’, false); }); } function UpdateCategoryFilter(id) { var strCategoryFilter = GetCookie(‘CategoryFilter’); if ($(‘#categoryfilter-chk-category’ + id).is(‘:checked’)) {strCategoryFilter = strCategoryFilter.replace(id + ‘-‘, ”); } else {strCategoryFilter = strCategoryFilter + id + ‘-‘; } SetCookie(‘CategoryFilter’, strCategoryFilter, 365); } function toggleFilters() { if ($(“#calendar-filter-wrapper”).hasClass(“open”)) {$(“#calendar-filter-wrapper”).removeClass(“open”).addClass(“closed”);SlideUpControl(‘calendar-filter-wrapper’);$(“#calendar-pnl-filter-toggle-chevron”).attr(“src”, “/wp-content/uploads/legacy_assets/jefferson/205aaeb791-toggle-closed.png”); } else {$(“#calendar-filter-wrapper”).removeClass(“closed”).addClass(“open”);SlideDownControl(‘calendar-filter-wrapper’);$(“#calendar-pnl-filter-toggle-chevron”).attr(“src”, “http://apsva.us/Static/V2_12_01//GlobalAssets/Images/Icons/16/toggle-open.png”); } } function UpdateCalendarFollow() { var data = “{ModuleInstanceID: 24115}”; var success = ‘ShowNotification(“Success!
自定義日曆視圖
日曆
分類
-
未分配
-
2013-14 SY
-
2014-15 SY
-
2015-16 SY
-
APS 2011-12
-
APS 2012-13學年
-
APS藝術
-
APS早餐菜單
-
APS早餐菜單2
-
APS截止日期
-
APS活動
-
APS指令
-
APS午餐菜單
-
APS午餐菜單2
-
APS會議
-
APS家長學院
-
APS學校董事會
-
APS暑期學校
-
APS主管會議
-
試鏡/排練
-
酒吧間會議
-
巴塔
-
英美學校
-
BAR測試
-
CLA –裝配體
-
CLA-PTA
-
CLA –學校精神
-
CLA –工作坊
-
CLA員工
-
CLA-星期二數據包
-
社區設施研究
-
活動/表演
-
實地考察
-
GMS課後學術支持
-
GMS俱樂部
-
GMS諮詢
-
GMS圖書館圖書結帳
-
GMS圖書館研究
-
GMS圖書館特別活動
-
GMS音樂
-
GMS家長
-
GMS體育
-
GMS體育實踐
-
GMS學生
-
HB學生
-
HB伍德勞恩
-
橡樹嶺實地考察
-
奧克里奇家長會議
-
Oakridge-PTA會議
-
橡樹嶺學校活動
-
橡樹嶺老師工作日(無學生上課)
-
其他
-
P&E-1年級
-
P&E – 3年級
-
P&E評估
-
P&E 4年級
-
P&E 5年級
-
P&E 6年級
-
在線P&E SOLFALL(11至12年級)
-
P&E SOLFALL(11至12年級)紙
-
P&E SOL Summer:課程結束和8年級考試
-
P&E-Grade2
-
P&E級
-
家長會
-
特殊教育
-
工作人員會議
-
學生活動
-
TAB
-
測試
-
測試細節
-
市場培訓
-
WMS活動
-
WMS活動
-
WMS性能
-
WMS報告卡
-
倉庫管理系統
出口
iCal Feed說明
今天
天
週
月
名單
<
一月
二月
遊行
四月
可能
六月
七月
August
九月
十月
十一月
十二月
>