<div class="help_dialog">

	<?php if (Helpers::strEqual($info['topic'], 'new-form')): ?>
		<h1>Welcome To the New Seasonal School Form</h1>

		<span class="ui-icon ui-icon-info" style="vertical-align: middle; display: inline-block;"></span> This new Seasonal form replaces the old Participation and Preselection forms.
		
		<br />

	  	<h2>Using This Form</h2>
		<img src="<?php echo asset('images/icons/autosave_32px.png'); ?>" alt="" title="" style="float: left; margin: 0 10px 0 0;" />
	  	<b>Auto-Save:</b> Changes to your form are automatically saved after a field's value is confirmed (i.e. clicking outside of a text box or tabbing to another field.)

	  	<br /><br />

	  	<img src="<?php echo asset('images/icons/refresh_32px.png'); ?>" alt="" title="" style="float: left; margin: 0 10px 0 0;" />
	  	<b>Auto-Refresh:</b> Some fields will trigger your form to reload.  You will see your page refreshed with updated information.

	  	<br /><br />	  	

	  	<img src="<?php echo asset('images/icons/help_32px.png'); ?>" alt="" title="" style="float: left; margin: 0 10px 0 0;" />
	  	<b>More Help:</b> Click the "Help" button anytime for detailed instructions.  For assistance, contact <?php echo $info['staff']->first_name; ?> <?php echo $info['staff']->last_name; ?> (503) 682-6722 x<?php echo Helpers::getStaffExt($info['staff']->id); ?> or <?php echo Helpers::obfuscateEmailLink ($info['staff']->email); ?>.

	  	<h2>Instructions and Directions</h2>
	  	All OSAA sanctioned sports and activities for this season will be listed in the <b>Activity Programs</b> table, regardless if your school is offering that program or not.

	  	<br /><br />

	  	You will need to select if your school will continue to offer that sport/activity in the next school year by checking its respective <b>Preselect</b> check-box.

	  	<br /><br />

	  	For each sport/activity, provide the number of students that represented your school, <b>Boys</b> and/or <b>Girls</b>.  Some sports are gender specific, in which case you can leave the other gender's number as zero.

	  	<br /><br />

	  	Enter the total number of boys and girls including all levels (varsity, sub-varsity, freshman, etc.).

	  	<br /><br />

	  	If your team is part of a cooperative sponsorship, only enter the number of participants that attend your school.

	  	<div style="width: 100%; text-align: center; padding-top: 1.5em; position: relative;">

        	<div class="close_first_view_button">Got it, let's get started</div>
        	<img src="<?php echo asset('/images/icons/waiver_action_icon_48px.png'); ?>" class="action_item" alt="" title="" style="position: absolute; left: 0; top: 0; width: 32px; height: 32px;" data-direction="left" />

        </div>

	<?php elseif (Helpers::strEqual($info['topic'], 'general-help')): ?>		

		<h1>Seasonal School Form Help</h1>		

	  	<h2>Auto-Save</h2>
		<img src="<?php echo asset('images/icons/autosave_32px.png'); ?>" alt="" title="" style="float: left; margin: 0 10px 0 0;" />
	  	<b>Auto-Save:</b> Changes to your form are automatically saved after a field's value is confirmed (i.e. clicking outside of a text box or tabbing to another field.)

	  	<br /><br />

	  	Your form exists in the OSAA database so you can close your internet browser without worry.  You can return to this form from your "My Account" page at any time.

	  	<h2>Don't Forget To Submit</h2>
	  	Please note, you must <b>Submit</b> this form for your entries to be counted.  You can submit the form as many times as you wish up until the deadline of the form.

	  	<h2>Detailed Instructions and Directions</h2>
	  	All OSAA sanctioned sports and activities for this season will be listed in the <b>Activity Programs</b> table, regardless if your school is offering that program or not.  Each row requires your attention.

	  	<br /><br />

	  	The <b>Offered This Year</b> column is for your informational purposes only.  The value in this column indicates if your school has offered that particular sport or activity.  This may be helpful to determine if you want to offer that same sport or activity in the next school year.

	  	<h3>Preselections</h3>

	  	For each row, you will need to select if your school will continue to offer that sport or activity in the next school year.  Check the <b>Preselect</b> check-box in the respective <b>Offering Next Year</b> column.

	  	<h3>Participations</h3>

	  	For each sport and/or activity your school did offer, please provide the number of students that represented your school, <b>Boys</b> and/or <b>Girls</b>.  This value must be a whole number.  Some sports are gender specific and are represented with two separate sports, like Boys Basketball and Girls Basketball.  In those cases, feel free to leave the other obsolete gender's number of participants as zero.

	  	<br /><br />

	  	When entering in the number of participants for <b>Boys</b> and <b>Girls</b>, please enter in the total number of boys and girls that include all levels (varsity, sub-varsity, freshman, etc.).

	  	<br /><br />

	  	If your team is part of a cooperative sponsorship, only enter the number of participants that attend your school.
		
		
	<?php else: ?>

		<div style="text-align: center;"><br />No help is available for the given topic "<?php echo $info['topic']; ?>".</div>

	<?php endif; ?>



</div>