<div class="help_dialog">

	<?php if (isset($info['activity_form']) and Helpers::strEqual($info['activity_form']->form, 'REGISTRATION') and Helpers::strEqual($info['activity_form']->activity, 'SPE')): ?>


		<?php if (Helpers::strEqual($topic, 'new-form')): ?>		

			<h1>Your Form Was Successfully Created</h1>

			<h2 style="color: #990000 !important;">Please Read This Information About Your New Form</h2>

			<h2>Online Registration Form</h2>
			This form is for Speech District Directors to input schools and participants that qualified for the OSAA Speech State Championships.  This online form should be fairly self-explanatory.  Here are some highlights about this online form.			

			<br /><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.  These fields have a blue border.

		  	<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 OSAA Support: (503) 682-6722 x228 or <?php echo Helpers::obfuscateEmailLink ("support@osaa.org"); ?>.		

		  	<br /><br />

		  	<h2>Submitting This Form</h2>
		  	<b>This form can only be submitted once.</b>  The form self-checks itself to ensure all of the required information has been provided.  Once this form is submitted, only OSAA Staff can make any changes.

		  	<br /><br />

		  	Changes are saved automatically, you can close this form and return to it whenever you like and your saved entries will be preserved.  

		  	<br />
			
	        <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($topic, 'edit')): ?>		

			<h1>Speech Championship Registration Form</h1>

			<h2>Online Registration Form</h2>
			This form is for Speech District Directors to input schools and participants that qualified for the OSAA Speech State Championships.

			<br /><br />

			<h2>Using This Form</h2>
			<img src="<?php echo asset('images/icons/autosave_32px.png'); ?>" alt="" title="" style="float: left; margin: 0 10px 2em 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).  You can close this form and return to it whenever you like and your saved entries will be preserved.

		  	<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.  These fields have a blue border.

		  	<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 OSAA Support: (503) 682-6722 x228 or <?php echo Helpers::obfuscateEmailLink ("support@osaa.org"); ?>.		

		  	<br /><br />

		  	<h2>Instructions</h2>
		  	All entries must be entered with proper capitalization (e.g. "Title Case" not "UPPER CASE").  Enter names on this form in "First Last" name format.  Do not use all upper-case letters.  Be sure to spell names correctly.  Proofread this form before submitting results.

		  	<br /><br />

		  	To list qualifiers for each speech event, you must first provide the number of speakers that participated in that event.  Depending on the number of competitors, a number of eligible state entry slots will become available for input.  If the event qualifier includes a speech title, you must provide a title in that field.  If the title of the speech is required and not known, enter in "TBD".

		  	<br /><br />

		  	Required fields are indicated with a red asterisk, <span style="color: #990000; font-weight: bold; font-size: 14pt !important; position: relative; top: 6px;">*</span>.  Fields with a blue asterisk, <span style="color: #000099; font-weight: bold; font-size: 14pt !important; position: relative; top: 6px;">*</span>, are required if a qualifier is listed.

		  	<br /><br />

			<h2>Form Actions</h2>
			The "Form Actions" section is the gray area located at the top of the form:
			<ul>
				<li><b>Print</b> - This shows a printable version of the registration form.  Printing your form is recommended so you have a physical record of your entries.</li>

				<li><b>Run Check</b> - Click this button to check if your form meets all of the requirements to be submitted.  If you are missing some required field or other information, you will see a list of corrections that need to be taken care of before you can successfully submit your form.</li>
				
				<li><b>Submit</b> - Click this button when you are ready to submit the form to the OSAA.  <b>This form can only be submitted once.</b>  The form self-checks itself to ensure all of the required information has been provided.  Once this form is submitted, only OSAA Staff can make any changes.  You will receive an e-mail confirmation and each qualifying school with participants will be notified of their state qualifiers.</li>
			</ul>


		
			
	    
		<?php else: ?>

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

		<?php endif; ?>

	<?php else: ?>

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

	<?php endif; ?>


</div>