<div class="ui-corner-all" style="border: 1px solid #cccccc; height: 132px; padding: 4px 8px; font-size: 9pt; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
">

    <?php if (Auth::check()): ?>

        <div style="text-align: center; font-weight: bold; font-size: 11pt; margin: 0.5em 0 1em 0;">
            Hello, <?php echo Auth::user()->getDisplayFullName(); ?>
        </div>

        <div class="columns">
            <div class="half" style="font-size: 10pt; width: 60%;">
                <a href="<?php echo url('/account/missing-scores'); ?>">&raquo; Submit Scores</a><br />
                <a href="<?php echo url('/help'); ?>">&raquo; Get Help</a><br />
                <a href="<?php echo url('/governance/handbooks'); ?>">&raquo; Handbooks &amp; Rules</a><br />
                <a href="<?php echo url('/governance/forms'); ?>">&raquo; Forms</a><br />
                <a href="<?php echo url('/contact'); ?>">&raquo; Contact Information</a><br />
            </div>

            <div class="half text_center" style="width: 35%;">
                <b>OSAA for...</b><br />
                <a href="<?php echo url('/administrators'); ?>">Administrators</a><br />
                <a href="<?php echo url('/coaches'); ?>">Coaches</a><br />
                <a href="<?php echo url('/officials'); ?>">Officials</a><br />
                <a href="<?php echo url('/media'); ?>">Media</a><br />
            </div>
        </div>

    <?php else: ?>

        <div style="text-align: center; font-weight: bold; font-size: 11pt; margin: 0.5em 0 1em 0;">
            Welcome to the OSAA Website
        </div>

        <div class="columns">
            <div class="half" style="font-size: 10pt; width: 60%;">
                <a href="<?php echo url('/account/login'); ?>">&raquo; OSAA Account Login</a><br />
                <a href="<?php echo url('/help'); ?>">&raquo; Get Help</a><br />
                <a href="<?php echo url('/governance/handbooks'); ?>">&raquo; Handbooks &amp; Rules</a><br />
                <a href="<?php echo url('/governance/forms'); ?>">&raquo; Forms</a><br />
                <a href="<?php echo url('/contact'); ?>">&raquo; Contact Information</a><br />
            </div>

            <div class="half text_center" style="width: 35%;">
                <b>OSAA for...</b><br />
                <a href="<?php echo url('/administrators'); ?>">Administrators</a><br />
                <a href="<?php echo url('/coaches'); ?>">Coaches</a><br />
                <a href="<?php echo url('/officials'); ?>">Officials</a><br />
                <a href="<?php echo url('/media'); ?>">Media</a><br />
            </div>
        </div>

    <?php endif; ?>

</div>


<?php /* 
<div class="item">
    <ul>
        <li>6A</li>
        <li>FBL</li>
        <li>Sat</li>
        <li>8/20</li>
        <li>7:30p</li>                                     
    </ul>

    <div class="info">
        Reymonic @ Quinzel
    </div>                            

    <div class="live" title="Live"></div>          
</div>    

<div class="item">
    <ul>
        <li>6A</li>
        <li>BSC</li>
        <li>Fri</li>
        <li>8/19</li>
        <li>6:00p</li>                                     
    </ul>                          
    
    <div class="info">
        Fort Van Der Hoof @ Hillplot
    </div>                                                                         
</div>    


<div class="item">
    <ul>
        <li>6A</li>
        <li>GSC</li>
        <li>Tues</li>
        <li>8/18</li>
        <li>4:30p</li>                                     
    </ul>
    
    <div class="info">
        South Somehwere @ Love Christian
    </div>                            
</div>      

<br />

<div class="text_center ui-state-highlight ui-corner-all">
    <?php if (time() > strtotime('2014-02-07 00:00:00') and time() < strtotime('2014-02-07 16:00:00')): ?>
        <div style="height: 8em;">
            <img src="<?php echo asset('/images/icons/alert_bar.gif'); ?>" alt="" title="" class="ui-corner-all" style="margin: 0.5em 0 0.5em 0;"/><br />
            <h3>The OSAA office is closed today, Fri 2/7, due to weather</h3>
            <br />
            <a href="<?php echo url('/account'); ?>" class="button text_center" style="font-size:10pt;">Login</a>
            <a href="<?php echo url('/account/missing-scores'); ?>" class="button text_center" style="font-size:10pt; margin-left:10px;">Submit Scores</a>
        </div>
    <?php else: ?>
        <br />
        <h3>Welcome to the OSAA website</h3>
        <br />
        <a href="<?php echo url('/account'); ?>" class="button text_center" style="font-size:10pt;">Login</a>
        <a href="<?php echo url('/account/missing-scores'); ?>" class="button text_center" style="font-size:10pt; margin-left:10px;">Submit Scores</a>
        <br /><br />
    <?php endif; ?>
</div>  


 */ ?>