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

<?php $__env->startSection('page_sub_title'); ?>
    Division <?php echo $activity_name; ?> Sub-Header
<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>
    determine_scroll ("#large_content .main_content", 630);
<?php $__env->stopSection(); ?>

<?php $__env->startSection('activity_name'); ?>
    <?php echo $activity_name; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('sub_navigation_links'); ?>
    <ul>
        <li><a href="#">Information</a></li>
        <li><a href="#">Management</a></li>
        <li><a href="#">Teams &amp; Leagues</a></li>
        <li><a href="#">Schedules &amp; Scores</a></li>
        <li><a href="#">Rankings</a></li>
        <li><a href="#">Playoff Qualification</a></li>
        <li><a href="#">Brackets</a></li>
        <li><a href="#">Tickets</a></li>                            
    </ul>                                                
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
    <a href="#"><img src="<?php echo asset('images/icons/bookmark_24px.png'); ?>" alt="[B]" title="Bookmark this page" width="24" height="24" /></a>
    <a href="#"><img src="<?php echo asset('images/icons/pdf_24px.png'); ?>" alt="[E]" title="Export as PDF file" width="24" height="24" /></a>
    <a href="#"><img src="<?php echo asset('images/icons/ap_listing_24px.png'); ?>" alt="[A]" title="AP listing" width="24" height="24" /></a>
    <a href="#"><img src="<?php echo asset('images/icons/print_24px.png'); ?>" alt="[P]" title="Print this page" width="24" height="24" /></a>
    <a href="#"><img src="<?php echo asset('images/icons/help_24px.png'); ?>" alt="[H]" title="Help" width="24" height="24" /></a>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('division_selector'); ?>
    <div class="division_select">
        <ul>
            <li><a href="#">6A</a></li>
            <li><a href="#">5A</a></li>
            <li><a href="#">4A</a></li>
            <li class="selected"><a href="#">3A</a></li>
            <li><a href="#">2A</a></li>
            <li><a href="#">1A</a></li>
        </ul>
    </div>                    
<?php $__env->stopSection(); ?>

<?php $__env->startSection('main_content'); ?>
    <div class="activity_highlights demo"></div>                        
    
    <p>
       This is a paragraph.  It contains text in a P tag.  Nothing important here, just a nice container for information.
       Text wraps around.  Pretty neat, I'm already finding it difficutl to come up with something to type in here.  I could put
       some more in here, but I don't really know why.  OK, I'm done here.
    </p>
    
    <h1>Headline #1</h1>
    <p>Another paragraph looks like this.</p>
    
    <h2>Headline #2</h2>
    <p>Another paragraph looks like this.</p>
    
    <h3>Headline #3</h3>
    <p>Another paragraph looks like this.</p>
    
    <ul>
        <li>asgs</li>
        <li>shgd</li>
    </ul>                                                                   
<?php $__env->stopSection(); ?>