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

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

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

    <style type="text/css">
        .ticket_button_links {
            margin-top: 2em;            
        }

        .ticket_button_links a {
            text-align: center;
            border: 1px solid #d9e1e0;
            width: 90%;
            margin: 0 auto;
            padding: 0.5em 0;
            display: block;
            background-color: #f2f2f2;
        }
        
        .ticket_button_links a:hover {
            text-decoration: none;
            background-color: #ffefb0 !important;
        }

       

        .ticket_button_links a img {
            margin: 0;
        }

        h2 {
            margin-top: 0 !important;
        }

        .ticket_button_links h1 {
            line-height: 1.15em;
            height: 52px;
        }
    </style>

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

<?php $__env->startSection('jquery_init'); ?>
    
    $('.ticket_button_links div.fourth a').css({'height':'300px'});

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

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


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

    <div class="ticket_button_links columns">
        
        <?php if (time() <= strtotime('2016-05-19 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/btf/tickets'); ?>" class="ui-corner-all" />
                    <h1>Track &amp; Field</h1>                
                    <img src="<?php echo asset('/images/sportsu/btf.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2016-06-06 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bbl/tickets'); ?>" class="ui-corner-all" />
                    <h1>Baseball</h1>                
                    <img src="<?php echo asset('/images/sportsu/bbl.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2016-06-06 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/sbl/tickets'); ?>" class="ui-corner-all" />
                    <h1>Softball</h1>                
                    <img src="<?php echo asset('/images/sportsu/sbl.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>




        <?php if (time() <= strtotime('2016-02-13 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/che/tickets'); ?>" class="ui-corner-all" />
                    <h1>Cheerleading</h1>                
                    <img src="<?php echo asset('/images/sportsu/che.png'); ?>" alt="" title="" style="margin: 20px 0 20px 0;" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2016-02-20 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bsw/tickets'); ?>" class="ui-corner-all" />
                    <h1>Swimming</h1>                
                    <img src="<?php echo asset('/images/sportsu/bsw.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2016-02-27 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/wre/tickets'); ?>" class="ui-corner-all" />
                    <h1>Wrestling</h1>                
                    <img src="<?php echo asset('/images/sportsu/wre.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>        

        <?php if (time() <= strtotime('2016-03-05 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bbx/tickets'); ?>#3a_basketball_state_championships" class="ui-corner-all" />
                    <h1>3A, 2A, 1A Basketball</h1>                
                    <img src="<?php echo asset('/images/sportsu/bbx.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>    

        <?php if (time() <= strtotime('2016-03-12 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bbx/tickets'); ?>#6a_basketball_state_championships" class="ui-corner-all" />
                    <h1>6A, 5A, 4A Basketball</h1>                
                    <img src="<?php echo asset('/images/sportsu/bbx.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>    

        <?php if (time() <= strtotime('2016-03-19 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/dnc/tickets'); ?>" class="ui-corner-all" />
                    <h1>Dance/Drill</h1>                
                    <img src="<?php echo asset('/images/sportsu/dnc.png'); ?>" alt="" title="" style="margin: 10.5px 0 10.5px 0;" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?> 

    </div>

    <br class="clear" />

    <div class="ticket_button_links columns">

       

    </div>   





        <?php if (time() <= strtotime('2015-10-31 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bxc/tickets'); ?>" class="ui-corner-all" />
                    <h1>Cross Country</h1>                
                    <img src="<?php echo asset('/images/sportsu/bxc.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2015-11-14 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bsc/tickets'); ?>" class="ui-corner-all" />
                    <h1>Soccer</h1>                
                    <img src="<?php echo asset('/images/sportsu/bsc.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2015-11-07 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/vbl/tickets'); ?>" class="ui-corner-all" />
                    <h1>Volleyball</h1>                
                    <img src="<?php echo asset('/images/sportsu/vbl.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2015-12-05 23:59:59')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/fbl/tickets'); ?>" class="ui-corner-all" />
                    <h1>Football</h1>                
                    <img src="<?php echo asset('/images/sportsu/fbl.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>


        <?php if (time() <= strtotime('2015-05-05 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/cho/tickets'); ?>" class="ui-corner-all" />
                    <h1>Choir</h1>                
                    <img src="<?php echo asset('/images/sportsu/cho.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2015-05-11 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bnd/tickets'); ?>" class="ui-corner-all" />
                    <h1>Band/Orchestra</h1>                
                    <img src="<?php echo asset('/images/sportsu/bnd.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2015-05-19 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/btf/tickets'); ?>" class="ui-corner-all" />
                    <h1>Track &amp; Field</h1>                
                    <img src="<?php echo asset('/images/sportsu/btf.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

    </div>
    <div class="ticket_button_links columns">

        <?php if (time() <= strtotime('2015-06-06 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/bbl/tickets'); ?>" class="ui-corner-all" />
                    <h1>Baseball</h1>                
                    <img src="<?php echo asset('/images/sportsu/bbl.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        <?php if (time() <= strtotime('2015-06-06 10:00:00')): ?>
            <div class="fourth">
                <a href="<?php echo url('/activities/sbl/tickets'); ?>" class="ui-corner-all" />
                    <h1>Softball</h1>                
                    <img src="<?php echo asset('/images/sportsu/sbl.png'); ?>" alt="" title="" style="" />
                    <h2>Ticket Information</h2>               
                </a>
            </div>
        <?php endif; ?>

        

    </div>

    <br class="clear" /><br />
       
        
<?php $__env->stopSection(); ?>