<?php $__env->startSection('page_title'); ?>
    OSAA - Calendar
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Calendar
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>

    $('.calender_download').button ({ icons : { primary : 'ui-icon-document'}});
    $('.page_functions').css('width', '500px');

<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
	<a href="<?php echo asset('docs/osaainfo/NFHSStandardizedCalendar.pdf'); ?>" class="calender_download" target="_blank" style="font-size:9pt;">NFHS Standardized Calendar</a>
	<a href="<?php echo asset('docs/calendar/16-17ActivityCalendar.pdf'); ?>" class="calender_download" target="_blank" style="font-size:9pt;">16-17 Calendar</a>
	<a href="<?php echo asset('docs/calendar/17-18ActivityCalendar.pdf'); ?>" class="calender_download" target="_blank" style="font-size:9pt;">17-18 Calendar</a>
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    	

	<?php /*  Display the shared calendar "Master Calendar" HTML link  */ ?>
	<iframe style="border: none; width: 1030px; height: 900px;" src="https://outlook.office365.com/owa/calendar/eed8b038ff48457ab9c10976d7ce5775@osaa.org/42f42efe35bd48b49f4f87fd637395797292903145954978921/S-1-8-1318613276-766556337-348261267-3940074176/reachcalendar.html"></iframe>
	
<?php $__env->stopSection(); ?>