<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
		<style type="text/css">
			* {margin:0; padding:0;}
			body {font-family:Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 9pt; line-height:120%; color:#151515; background:#ffffff; width:800px;}

			h1 {font-size: 18pt; width: 800px; padding-bottom: 4px; border-bottom: 2px solid #1c43a6; color: #1c43a6;}
			h2 {font-weight: bold; font-size: 14pt; color: #990000;}
			h3 {font-weight: bold; font-size: 12pt; color: #0d2458; margin: 0 0 0.5em 0;}

			table {border-collapse: collapse;}

			.line  {border-bottom: 1px solid #7d7b7d;}			
		</style>
	</head>
	<body>
		
		<h1>OSAA Student Eligibility Request Form Created</h1>	

		<p>
			A new OSAA Student Eligibility Request Form has been created seeking a hardship waiver for <?php echo $info['object']->student->getDisplayName(); ?> to be eligible to participate at <?php echo $info['object']->school->name; ?> for the <?php echo $info['object']->school_year->slug; ?> school year.  Your form's ID # is <?php echo $info['object']->waiver->id; ?>.
		</p>

		<p>
			This <?php echo $info['object']->waiver_type->name; ?> falls under OSAA Rule <?php echo $info['object']->waiver_type->rule; ?>, viewable at <a href="http://www.osaa.org/<?php echo $info['object']->waiver_type->rule_link_path; ?>">www.osaa.org/<?php echo $info['object']->waiver_type->rule_link_path; ?></a>.  The request will be  handled by 
			<?php if (Helpers::strEqual($info['object']->waiver_type->default_handler_type, 'Executive Director')): ?>
				the OSAA Executive Director.
			<?php else: ?>
				your District Athletic Committee.
			<?php endif; ?>			
		</p>	

		<p>
			<?php if (Helpers::strEqual($info['object']->waiver_type->default_handler_type, 'Executive Director')): ?>
				Once you have input all of the required information, you will need to submit the form.  Submitting the online form will automatically notify the OSAA office of your request and you will <u>not</u> have to send in a physical copy of the form.
			<?php else: ?>
				Once you have input all of the required information, you will need to submit the form and <u>print off</u> a copy to send to the District Athletic Committee.
			<?php endif; ?>
			Additional instructions can be found on the online form page.
		</p>				

		<table style="width: 100%;">
			<tr>
				<td style="font-weight: bold; background: #ffefb0; border: 1px solid #e1c146; padding: 8px 16px;">
					View/edit this form at <a href="http://www.osaa.org/forms/eligibility/<?php echo $info['object']->waiver->id; ?>">www.osaa.org/forms/eligibility/<?php echo $info['object']->waiver->id; ?></a>
				</td>
			</tr>
		</table>

		<p>
			This e-mail is for informational purposes only.  Your form was recently created and requires additional information before it can be submitted.  You must be logged in to view, edit, submit, or withdraw your form.
		</p>		
		
		Regards,<br /><br />
		Oregon School Activities Association<br />
		<a href="http://www.osaa.org">www.osaa.org</a>

		<br /><br />	

		<p style="font-size: 8pt; line-height: 110%;">
			<?php if ($info['test_mode']): ?>			
				This is an automatically generated message in TEST MODE, it was not sent to <?php echo Helpers::arrayToList ($info['to']); ?>			
				<?php if (count($info['cc']) > 0): ?>
					and copied to <?php echo Helpers::arrayToList ($info['cc']); ?>
				<?php endif; ?>
			<?php else: ?>
				This is an automatically generated message and was sent to <?php echo Helpers::arrayToList ($info['to']); ?>			
				<?php if (count($info['cc']) > 0): ?>
					and copied to <?php echo Helpers::arrayToList ($info['cc']); ?>
				<?php endif; ?>
			<?php endif; ?>
		</p>
		
	</body>
</html>