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

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

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


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

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

  $('.nav_button').button({ icons : {primary : 'ui-icon-arrowthick-1-w'}});
<?php $__env->stopSection(); ?>

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

    <a class="nav_button" href="<?php echo url('/activities/spe'); ?>" style="font-size:9pt;">Back</a>
    
<?php $__env->stopSection(); ?>

<?php $__env->startSection('main_content'); ?>    	
    
<iframe src="https://docs.google.com/forms/d/1KJroXlSKnqUEKNSZZLeaO2Xc6OkuP77XncRqmKcHvyE/viewform?embedded=true#start=embed" width="100%" height="900" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
  
<?php $__env->stopSection(); ?>
