@section('page_title') @if ($info['publish']) OSAA - Music Performers @else @if (!$info['closed']) OSAA - Music Registration @else OSAA - Music Registrations @endif @endif @stop @section('page_sub_title') @if ($info['publish']) OSAA Music State Championships Performers @else @if (!$info['closed']) Application to Participate in the OSAA Music State Championships @else List of Applications to Participate in the OSAA Music State Championships @endif @endif @stop @section('scripts') @parent @stop @section('jquery_init') // Success bar $('.success_bar').animate({ 'top' : 32, 'background-color' : 'rgba(176, 255, 190, 1.0)'}, 1600, 'easeOutQuad', function () { $(this).delay(6000).fadeOut(4000); $(this).hover(function () { $(this).stop(true).css('opacity', '1.0'); }, function () { $(this).fadeOut(4000); }) }); // Apply Buttons $('.apply_button') .button() .css({'font-size' : '10pt', 'margin' : '0.5em 0'}); @if (!Auth::check()) $('.apply_button').button('disable'); @else @if (!Auth::user()->isOsaaUser() or true) @if (strtotime($info['due_dates']['concert-band']) < time()) $('.apply_button[data-division="concert-band"]').button('disable'); @endif @if (strtotime($info['due_dates']['concert-choir']) < time()) $('.apply_button[data-division="concert-choir"]').button('disable'); @endif @if (strtotime($info['due_dates']['string-orchestra']) < time()) $('.apply_button[data-division="string-orchestra"]').button('disable'); @endif @if (strtotime($info['due_dates']['full-orchestra']) < time()) $('.apply_button[data-division="full-orchestra"]').button('disable'); @endif @endif @endif @if ($info['publish']) $('table.applications tbody tr[data-excluded="true"]').css({'text-decoration' : 'line-through'}); @endif $('table.applications tbody tr td[data-preview="true"]:odd') .css({'background-color' : '#F0E68C'}); $('table.applications tbody tr td[data-preview="true"]:even') .css({'background-color' : '#FFFACD'}); @if (Auth::check() and Auth::user()->isOsaaUser()) $('#download_list') .css({'position' : 'relative', 'width' : '400px', 'top' : '10px', 'left' : '274px'}); // Download drop-down menu $('#grabber_list') .menu() .css({'display' : 'none', 'z-index' : '200', 'position' : 'absolute', 'right' : '-103px', 'top' : '23px', 'margin' : '0', 'padding' : '0', 'font-size' : '9pt', 'width' : '192px'}); $('#grabber_list a').on('click', function(event) { event.stopPropagation(); }); $('#grabber_list li ul') .css({'margin' : '0', 'padding' : '0', 'width' : '190px'}); $('#grabber_list img') .css({'position' : 'relative', 'top' : '2px', 'margin-right' : '6px'}); $('#grabber_button') .button({ icons : { secondary : 'ui-icon-triangle-1-s'}}) .css({'float':'right', 'font-size':'8pt'}) .click(function (event) { if ($('#grabber_list').is(':visible')) { $('#grabber_list').slideUp(400); $(this).button({icons : { secondary : 'ui-icon-triangle-1-s'}}); } else { $('#grabber_list').slideDown(400); $(this).button({icons : { secondary : 'ui-icon-triangle-1-n'}}); } event.stopPropagation(); }); $(document).on('click', function() { if ($('#grabber_list').is(':visible')) { $('#grabber_list').slideUp(400); $('#grabber_button').button({icons : { secondary : 'ui-icon-triangle-1-s'}}); } }); @endif // Help button $('.help_button') .button({'icons':{'primary':'ui-icon-help'}}) .css({'font-size':'9pt'}) .click(function(event) { event.preventDefault(); var topic = 'registration_landing'; $('
') .appendTo('body') .dialog( { draggable : true, resizable : true, height : 725, minHeight : 400, width : 615, minWidth : 330, modal : false, title : 'Help', open : function () { var dialog_object = $(this); dialog_object.html(""); var jqxhr = $.ajax( { type : 'GET', url : '{{ url('forms/music/help') }}?topic=' + topic, dataType : 'html' }) .done(function (returned_data) { dialog_object.html(returned_data); }) .fail(function (jqXHR, status, error) { var response = jqXHR.responseText; var errorData = $.parseJSON(response); console.log(errorData); alert ("There was an error looking up help information.\n\nThis page will be reloaded."); location.reload(); }) .complete(function () { }); }, close : function () { var dialog_object = $(this); $(dialog_object).remove(); } }); }); 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(); @if (Auth::check() and Auth::user()->isOsaaUser()) $('.applications tbody tr') .hover(function () { $(this).addClass('row_hover'); }, function () { $(this).removeClass('row_hover'); }) .click(function () { var row = $(this); var form_id = row.attr('data-form-id'); row.css({'background-color':'#b0ffbe'}); $('') .appendTo('body') .dialog({ autoOpen: true, draggable: true, resizable: false, minheight: 375, width: 625, title: 'Music Application Editor', modal: true, buttons: [ { text : "Save", 'class' : "float_left", icons : { primary : 'ui-icon-disk'}, click : function() { $('To submit an application to participate in the OSAA Music State Championships, you must use one of the following registration forms below. For assistance, click the Help button.
@if (!Auth::check())You must have an OSAA website account that is also associated with your school's corresponding activity in order to proceed with the application process. You have to login first.
@elseYour account must be associated with your school's corresponding activity in order to proceed with the application process. Click the Apply button below a division to begin the registration process.
@endif » OSAA Band/Orchestra Handbook | » OSAA Choir HandbookYour school's activity group must have performed in a state qualifying music contest. The contest/event director is responsible for submitting a large ensemble report after the event. Only schools that have been included on a large ensemble report and qualified for state will be allowed to register.
Due: {{ date('g:ia, D F j, Y', strtotime($info['due_dates']['concert-band'])) }}
There are five subdivisions: 6A, 5A, 4A, 3A, 2A/1A. There are no restrictions on group size.
Due: {{ date('g:ia, D F j, Y', strtotime($info['due_dates']['concert-choir'])) }}
There are five subdivisions: 6A, 5A, 4A, 3A, 2A/1A. There are no restrictions on group size for 4A, 3A, 2A/1A subdivisions. 6A and 5A schools must qualify and compete with their large concert ensemble; chamber choirs are not permitted.
Due: {{ date('g:ia, D F j, Y', strtotime($info['due_dates']['string-orchestra'])) }}
There is one combined subdivision of 6A/5A/4A/3A/2A/1A. There are no restrictions on group size.
Due: {{ date('g:ia, D F j, Y', strtotime($info['due_dates']['full-orchestra'])) }}
There is one combined subdivision of 6A/5A/4A/3A/2A/1A. There are no restrictions on group size.
The online application form to participate in the OSAA Music State Championships is closed. Additional materials must be submitted by the listed deadline. After the deadline, tape pool qualifiers will be judged and ranked in order. For additional information, please refer to the OSAA Choir and Band/Orchestra Handbooks.
The online application form to participate in the OSAA Music State Championships is closed. The deadline to submit additional materials has also passed. Recordings from tape pool qualifiers have been sent to out-of-state adjudicators and the list of selected groups is pending. For additional information, please refer to the OSAA Choir and Band/Orchestra Handbooks.
OSAA Staff: Status is in preview mode. Click a group's row to to toggle selection status that only staff can see while still unpublished.
@endif @endifThe following is a list of schools that have been selected to perform in the OSAA Music State Championships, listed by school. This is not the performance schedule.
If a school's group has been selected, the status icon will show a green check-mark,
. Groups that have not been selected to perform will have their row's text with a strike-through line and their status icon will appear red,
.