apsmain

تقويم برامج الإرشاد المدرسي

أضف هذا الحدث إلى الخاص بك مفكرة أضف هذا الحدث إلى الخاص بك iCal اشترك

مارس 2015

') ؛ $ (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 ("هل أنت متأكد من أنك تريد إزالة هذا التسجيل؟" ، "إزالة التسجيل" ، "الحرجة" ، "yesno" ، YesRemoveMyEventRegistration ، "،" ، {userRegID: userRegID ، EventDateID: EventDateID}) ؛ } function YesRemoveMyEventRegistration (userData) {var data = “{UserRegistrationID:” + userData.userRegID + “، EventDateID:” + userData.EventDateID + “}”؛ فار تاريخ البدء ؛ فار EndDate ؛ إذا ($ ('# myeventslist-txt-startdate'). val () == ”) {StartDate = '1/1/1900'؛ } else {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'؛ } if (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 سي
  •  
    2014-15 سي
  •  
    2015-16 سي
  •  
    APS 2011-12
  •  
    APS 2012-13 العام الدراسي
  •  
    الفنون APS
  •  
    قائمة الإفطار APS
  •  
    قائمة الإفطار APS2
  •  
    الموعد النهائي APS
  •  
    أحداث APS
  •  
    تعليمات APS
  •  
    قائمة الغداء APS
  •  
    قائمة الغداء APS 2
  •  
    اجتماعات APS
  •  
    أكاديمية الآباء APS
  •  
    مجلس مدرسة APS
  •  
    مدرسة APS الصيفية
  •  
    اجتماعات مشرف APS
  •  
    الاختبار / البروفة
  •  
    بار- Intersession
  •  
    بار- PTA
  •  
    بار- المدرسة
  •  
    اختبار BAR
  •  
    CLA - الجمعيات
  •  
    CLA - PTA
  •  
    CLA - روح المدرسة
  •  
    CLA - ورش عمل
  •  
    طاقم CLA
  •  
    CLA- حزم الثلاثاء
  •  
    دراسة مرافق المجتمع
  •  
    الأحداث / العروض
  •  
    رحلات ميدانية
  •  
    GMS الدعم الأكاديمي بعد المدرسة
  •  
    نوادي GMS
  •  
    GMS الاستشارة
  •  
    كتاب مكتبة GMS
  •  
    أبحاث مكتبة GMS
  •  
    أحداث مكتبة GMS الخاصة
  •  
    موسيقى GMS
  •  
    آباء GMS
  •  
    GMS Sports
  •  
    ممارسة الرياضة GMS
  •  
    طلاب GMS
  •  
    طلاب HB
  •  
    HB Woodlawn
  •  
    رحلات أوكريدج الميدانية
  •  
    اجتماعات اوكريدج مع أولياء الأمور
  •  
    اجتماع Oakridge-PTA
  •  
    أحداث مدرسة أوكريدج
  •  
    يوم عمل معلم أوكريدج (لا توجد مدرسة للطلاب)
  •  
    أصناف أخرى
  •  
    P&E - الدرجة 1
  •  
    P&E - Grade3
  •  
    تقييم P&E
  •  
    P&E الصف 4
  •  
    P&E الصف 5
  •  
    P&E الصف 6
  •  
    P&E SOL- السقوط (الصفوف 11-12) عبر الإنترنت
  •  
    ورق P&E SOL- السقوط (الصف 11-12)
  •  
    الصيف P&E SOL: نهاية الدورة واختبارات الصف الثامن
  •  
    P & E-Grade2
  •  
    P & E-GradeK
  •  
    اجتماع الوالدين
  •  
    للتربية الخاصة
  •  
    اجتماع الموظفين
  •  
    الأنشطة الطلابية
  •  
    TAB
  •  
    الاختبار
  •  
    تفاصيل الاختبار
  •  
    التدريب
  •  
    أنشطة WMS
  •  
    أحداث WMS
  •  
    عروض WMS
  •  
    بطاقات تقرير WMS
  •  
    WMS سول
  • أحداث التصدير

 

تصدير
تعليمات تغذية iCal

اليوم

يوم

أسبوع

شهر

قائمة
<
January
February
March
ابريل
مي
يونيو
يوليو
August
September
اكتوبر
نوفمبر
December

>