@section('page_title') OSAA - Records of Champions @stop @section('page_sub_title') OSAA Records of Champions @stop @section('scripts') @parent @stop @section('jquery_init') $('.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'}); {{-- $('
') .attr('data-loading', 1) .addClass('ui-widget-overlay ui-front') .appendTo('body'); $('
').appendTo('body') .attr('data-loading', 1) .css('width', '225px') .css('height', '170px') .css('text-align', 'center') .css('padding', '0.5em') .position({my : "center center", at : "center center", of : window}) .addClass('ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-di buttons') .html('
Loading...

Please wait, this may take a while to process...
'); --}} $('#entries') .DataTable({ 'paging' : true, 'pageLength' : 25, 'order' : [[0, 'asc']], 'preDrawCallback' : function() { $('div[data-loading="2"]').position({my : "center center", at : "center center", of : window}); }, 'initComplete' : function() { $('#entries').show(); $('div[data-loading]').remove(); } }); @stop @section('page_functions') @if (!is_null($info['download_file'])) Download @endif Records & Archives @stop @section('main_content')

Loading...

Please wait, this may take a while to process...
@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
@stop