<?php $__env->startSection('page_title'); ?>
OSAA - Shop
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
OSAA Shop
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
<script>
(function(old) {
  $.fn.attr = function() {
    if(arguments.length === 0) {
      if(this.length === 0) {
        return null;
      }

      var obj = {};
      $.each(this[0].attributes, function() {
        if(this.specified) {
          obj[this.name] = this.value;
        }
      });
      return obj;
    }

    return old.apply(this, arguments);
  };
})($.fn.attr);

</script>
@parent

<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>
	$('.button').button();

	$('.tabs').tabs();

	$( "button" ).click(function() {
	$( "#second-form" ).toggle( "slow" );
	});
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>

<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    


<div class="tabs awards">
	<ul style="padding-left:5px; font-size:9pt;">            
		<li><a href="#tabs-1">Merchandise</a></li>
		<li><a href="#tabs-2">Photos</a></li>
		<li><a href="#tabs-3">DVDs</a></li>            
		<li><a href="#tabs-4">Mini-Replica Trophies</a></li>
		<li><a href="#tabs-5">Championship Rings</a></li>
		<li><a href="#tabs-6">Souvenir Programs</a></li>
		<?php /* 
		<li><a href="#tabs-7">OSAA Radio Network CD's</a></li>
		 */ ?>
	</ul>

	<div id="tabs-1">            


		<h1>Merchandise</h1>
		Support your school on their way to the title with official OSAA State Championship clothing and collectibles from Sports U.  Shop online for
		t-shirts, sweatshirts, letterman patches, lapel pins, hats and much more.  You can even order items from previous years while supplies last. 
		Contact Sports U at 503.227.2051 or via email at erics@sportsu-store.com.	<br>
		<span class="linkList">
			<a href="http://www.osaastore.com" target="_blank">&raquo; Buy State Championship Merchandise at OSAAStore.com</a>
		</span>
		<p align="center"> <h3><a href="http://www.osaastore.com" target="_blank"><img src="<?php echo asset('images/logos/SportsU.jpg'); ?>"></a></h3>

		</p>


	</div>

	<div id="tabs-2">            
		<h1>Photos</h1>
		Relive your state championship moment with official action and awards photography from Northwest Sports Photography (NSP).  NSP is on-site at nearly every OSAA
		State Championship event taking photos and has them available for purchase on their website. Contact NSP at 800.446.5758 or via email at customerservice@4nsp.com. <br>
		<span class="linkList">
			<a href="http://www.4nsp.com/default.aspx" target="_blank">&raquo; Get State Championship Photos from Northwest Sports Photography</a>
		</span>
		<p align="center"> <h3><a href="http://4nsp.com/PhotosAction.aspx" target="_blank"><img src="<?php echo asset('images/logos/NSP.png'); ?>"></a></h3>
		</p>

	</div>

	<div id="tabs-3">            
		<h1>DVDs</h1>
		Beginning with the 2009 Volleyball State Championships, 
		fans can purchase official DVDs of OSAA State Championship events from the NFHS Network.  
		We are working to make past OSAA State Championships available as well.  DVDs will take 3-4 weeks once an order is placed online through NFHSNetwork.com.  
		Contact the NFHS Network at 877.978.2311 or via email at support@playonsports.com. 	<br>
		<span class="linkList">
			<a href="http://www.nfhsnetwork.com/dvds" target="_blank">&raquo; Purchase State Championship DVDs</a>
		</span>
		<p align="center">
			<h3><a href="http://www.nfhsnetwork.com/dvds" target="_blank"><img src="<?php echo asset('images/logos/NFHSNetworkBig.jpg'); ?>"></a></h3>	
		</p> 
	</div>

	<div id="tabs-4">    
		<h1>Mini Replica Trophies</h1>
		<div class="columns">
			<div class="half">  
				<p>Get a mini replica of the trophies presented at the OSAA State Championships from Crown Trophy. Mini replica trophies are 8" tall x 10" wide x 5" deep and make a great gift for coaches, students, parents, etc. Mini replicas can be produced for teams and individuals for any year in any OSAA activity. All orders include shipping.</p>
				<h2 style="font-size: 13pt">Mini Replica State Championship Trophy Order Form</h2>
				<p>You can use this form to purchase a mini replica trophy. Complete the purchase by checking out via PayPal.</p>
				<form class="basic_form" role="form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
					<input type="hidden" name="cmd" value="_s-xclick">
					<input type="hidden" name="hosted_button_id" value="AB54AZDAALXK2">
					<input type="hidden" name="on0" value="year">
					<?php echo Form::label('os0', 'Year', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php

						$years = schoolyear::all();

						$select = array();

						foreach ($years as $year)
						{
							$select[$year->id] = $year->id;
						}

						unset ($years);

					?>
					<?php echo Form::select('os0', $select, Session::get('year'), array('style' => 'width:290px;')); ?>
					<br><br>

					<input type="hidden" name="on2" value="activity">
					<?php echo Form::label('os2', 'Sport or Activity', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php

						$activities = activity::all();

						$select = array();

						foreach ($activities as $activity)
						{
							$select[$activity->name] = $activity->name;
						}

						unset ($activities);

					?>
					<?php echo Form::select('os2', $select, null, array('style' => 'width:290px;')); ?>
					<br><br>
					
					<input type="hidden" name="on1" value="class">
					<?php echo Form::label('os1', 'Classification', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php echo Form::text('os1', null, array('style'=>'width: 290px;', 'placeholder' => 'Enter Classification')); ?>
					<br><br>

					<input type="hidden" name="on3" value="boygirl">
					<?php echo Form::label('os3', 'Boys or Girls', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php echo Form::select('os3', array('Boys'=>'Boys','Girls'=>'Girls'), null, array('style' => 'width:290px;')); ?>
					<br><br>

					<input type="hidden" name="on4" value="place">
					<?php echo Form::label('os4', 'Place', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php echo Form::text('os4', null, array('style'=>'width: 290px;', 'placeholder' => 'Enter Place')); ?>
					<br><br>

					<input type="hidden" name="on5" value="firstline">
					<?php echo Form::label('os5', '1st Line', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php echo Form::text('os5', null, array('style'=>'width: 290px;', 'placeholder' => 'Enter 1st Line (max 35 characters)')); ?>
					<br><br>

					<input type="hidden" name="on6" value="secondline">
					<?php echo Form::label('os6', '2nd Line', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php echo Form::text('os6', null, array('style'=>'width: 290px;', 'placeholder' => 'Enter 2nd Line (max 35 characters)')); ?>
					<br><br>

          <!-- <input type="hidden" name="quantity" value=""> -->
					<input type="hidden" name="quantity" value="quantity">
					<?php echo Form::label('quantity', 'Quantity', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<?php echo Form::text('quantity', 1, array('style'=>'width: 290px;', 'placeholder' => 'Enter Quantity')); ?>
					<br><br>
					
					<!-- </div> -->
					
					<?php echo Form::label('submit', '&nbsp;', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
					<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_paynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
          <!-- Adds new trophy to the form -->
					<!-- <button class="button ui-button ui-widget ui-state-default ui-corner-all" role="button" aria-disabled="false" style="font-size: 13px; margin-top: -18px;" id="addTrophyButton" onClick="addTrophy(); return false;">Order More than One</button> -->
					<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
					<br><br>
					
				</form>
			</div>
			<div class="half">
				<p><b>Product Information</b></p>
				<ul>
					<li> 8"Tall x 10"Wide x 5"Deep</li>
					<li>$50.00 per unit (Price includes personalized nameplate, shipping &amp; handling)</li>
				</ul>
				<a href="mailto:marcim@osaa.org">&raquo; Contact Marci McGillivray (OSAA)</a>
			</div>
			<h3 style="text-align:center"><a href="http://www.crowntrophy.com/store-41" target="_blank"><img src="<?php echo asset('images/logos/Crown.jpg'); ?>"></a></h3>	
		</div>
	</div>

	<div id="tabs-5">            
		<h1>Championship Rings</h1>
		Team and individual champions can now celebrate their hard work, dedication and success with an Official Champion
		Ring from Jostens. Champion rings come in eight stone colors and can be customized with your name, number, school or mascot.  
		You can even order a Champion Ring from previous years. Contact your Jostens representative or call 800.839.7125 to order. <br>
		<span class="linkList">
			<a href="http://www.jostens.com/osaa" target="_blank">&raquo; Order State Championship Rings from Jostens</a>
		</span>
		<p align="center"> <h3><a href="http://www.jostens.com/sports/osaa.html" target="_blank"><img src="<?php echo asset('images/logos/Jostens.jpg'); ?>"></a></h3>	

		</p>

	</div>

	<div id="tabs-6">            
		<h1>Souvenir Programs</h1>
		Forgot to get your official State Championship Souvenir Program at the event?  The OSAA has you covered with extra copies of 
		the programs you want.  Most programs include state championship brackets, information about participating schools, historical 
		state championship records and a color map of all OSAA member schools.  To order contact Amerilyn Rivett at 503.682.6722 x0.<br>


		<h2>Championship Souvenir Program Form</h2>
			<form class="basic_form" role="form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
				<input type="hidden" name="cmd" value="_s-xclick">
				<input type="hidden" name="hosted_button_id" value="EFMZFRG8MNK3A">

				<input type="hidden" name="on0" value="souvenir1year">
				<?php echo Form::label('os0', 'Year', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
				<?php

					$years = schoolyear::all();

					$select = array();

					foreach ($years as $year)
					{
						$select[$year->id] = $year->id;
					}

					unset ($years);

				?>
				<?php echo Form::select('os0', $select, Session::get('year'), array('style' => 'width:290px;')); ?>
				<br><br>

				<input type="hidden" name="on2" value="souvenir1activity">
				<?php echo Form::label('os2', 'Sport or Activity', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
				<?php

					$activities = activity::all();

					$select = array();

					foreach ($activities as $activity)
					{
						$select[$activity->name] = $activity->name;
					}

					unset ($activities);

				?>
				<?php echo Form::select('os2', $select, null, array('style' => 'width:290px;')); ?>
				<br><br>
				
				<input type="hidden" name="on1" value="souvenir1class">
				<?php echo Form::label('os1', 'Classification', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
				<?php echo Form::text('os1', null, array('style'=>'width: 290px;', 'placeholder' => 'Enter Classification')); ?>
				<br><br>

				<input type="hidden" name="quantity" value="quantity">
				<?php echo Form::label('quantity', 'Quantity', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
				<?php echo Form::text('quantity', 1, array('style'=>'width: 290px;', 'placeholder' => 'Enter Quantity')); ?>
				<br><br>
				
				
				<?php echo Form::label('submit', '&nbsp;', array('class' => 'input_label', 'style' => 'width:150px;')); ?>
				<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_paynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">

				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
				<br><br>
				
			</form>
		<a href="mailto:amerilynr@osaa.org">&raquo; Contact Amerilyn Rivett (OSAA)</a><br>
		<p align="center"> <h3><img src="<?php echo asset('images/logos/ProgramCover.png'); ?>"></h3>	
		</p>


	</div>
	<?php /* 
	<div id="tabs-7">            

		<h1>OSAA Radio Network CDs</h1>
		Own a piece of state championship history with a CD copy of any OSAA Radio Network broadcast.  The OSAA Radio Network has copies of 
		past broadcasts in volleyball, soccer, football, wrestling, basketball, baseball and softball.  All orders include shipping.
		<p align="center"> <h3><a href="http://www.osaa.org/media" target="_blank"><img src="<?php echo asset('images/logos/RadioNetwork.jpg'); ?>"></a></h3>	
		</p>
	</p>
</div>
 */ ?>
</div>

<div class="headlines">





</div>

<?php $__env->stopSection(); ?>
