@section('page_title') OSAA - Solo Music Entries & Schedule @stop @section('page_sub_title') OSAA Solo Music Championships Entries & Schedule @stop @section('scripts') @parent @stop @section('jquery_init') {{-- // Table row highlighter function colorRows () { $('table').each(function () { var i = 0; $('tbody tr:visible', $(this)).each(function () { if (i % 2 == 1) { $(this).addClass('odd'); } else { $(this).removeClass('odd'); } i = i + 1; }); }); } colorRows(); --}} $('#entries').DataTable({ 'paging' : false, 'order' : [[3, 'asc'], [2, 'asc']], 'columnDefs' : [{'target' : 5, 'type' : 'date'}] }); $('.back_button') .button({'icons' : {'primary':'ui-icon-arrowthick-1-w'}}) .css({'font-size':'9pt'}); $('.download_button') .button({'icons' : {'primary':'ui-icon-document'}}) .css({'font-size':'9pt','margin-right':'10px'}); $('input[type="search"]') .css({'margin-left' : '5px'}); @stop @section('page_functions') @if (!is_null($info['download_file'])) Download @endif Solo Music @stop @section('main_content') @if (!is_null($info['file_stats']))
Updated {{ date('n/j/Y g:ia', $info['file_stats']['mtime'])}}
@endif
@if (count($info['entries']) > 0) @foreach ($info['entries'] as $entry) @endforeach @endif
ID # Participant School Category Room Time Accompanist
{{ $entry['id'] }} {{ $entry['student_first'] }} {{ $entry['student_last'] }} {{ $entry['school'] }} {{ $entry['category'] }} {{ $entry['room'] }} {{ $entry['time'] }} {{ $entry['accompanist'] }}

@stop