@section('page_title') OSAA - Music Large Ensemble Contest Report @stop @section('page_sub_title') OSAA Music Large Ensemble Contest Report @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); }) }); // Placeholder functionality $('[data-placeholder]').focus(function() { var input = $(this); if (input.val() == input.attr('data-placeholder')) { input.val(''); input.removeClass('placeholder'); } }).blur(function() { var input = $(this); if (input.val() == '' || input.val() == input.attr('data-placeholder')) { input.addClass('placeholder'); input.val(input.attr('data-placeholder')); } }).blur(); $('[data-placeholder]').parents('form').submit(function() { $(this).find('[data-placeholder]').each(function() { var input = $(this); if (input.val() == input.attr('data-placeholder')) { input.val(''); } }) }); // Required field marker $('[data-required]').after('*'); // Name fields (do not allow any special characters) $('[data-name-field]').bind('input', function() { $(this).val($(this).val().replace(/[^A-Za-z \-'\.,]/gi, '')); }); // Phone field $('[data-phone-field]').mask("(999) 999-9999"); // Date picker $('[data-date-picker]').datepicker({'dateFormat':'mm/dd/yy', 'maxDate':'+0d'}); // Auto-complete fields $('input[type="text"][data-auto-complete]').each(function() { $(this).autocomplete({'source' : '{{ url('/forms/music/') }}/get-' + $(this).attr('data-auto-complete'), 'minLength' : 3}); }); // Admin button $('.admin_button') .button({'icons':{'primary':'ui-icon-star'}}) .css({'font-size':'9pt', 'margin-right':'10px'}); // Reset button $('.reset_button') .button({'icons':{'primary':'ui-icon-arrowreturnthick-1-w'}}) .css({'font-size':'9pt'}) .click(function(event) { event.preventDefault(); var link = $(this); var href = link.attr('href'); $('
') .appendTo('body') .dialog( { draggable : true, resizable : false, modal : true, height : 250, width : 400, title : 'Confirmation', buttons: [ { text : "Yes", 'class' : "float_left", icons : { primary : 'ui-icon-check'}, click : function() { window.location = href; } }, { text : "No", 'class' : "float_right", 'data-autofocus' : "true", icons : { primary : 'ui-icon-close'}, click : function() { // Close the dialog box $(this).dialog("close"); } } ], open : function () { var dialog_object = $(this); dialog_object.html('To create a new OSAA Music Large Ensemble Contest Report Form, begin by providing your information as the Event Organizer. If you are not an event organizer, but a school looking to register to state, please click here.
Thanks, , for completing Step 1. For Step 2, you'll need to provide information about the event or festival. It is important to provide accurate information. If you are unsure about an option, check out the Help button for more details. If you want to start over, click the Reset/Clear button to start a new form from scratch.