<!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 <?php echo Helpers::getActivityName($info['form']->activity); ?> Large Ensemble Report Form</h1>

		<h2><?php echo $info['school']->short_name; ?> <?php echo Helpers::getActivityName($info['form']->activity); ?></h2>
		<p>
			You are receiving this e-mail because <?php echo $info['school']->short_name; ?> <?php echo Helpers::getActivityName($info['form']->activity); ?> was included on an OSAA <?php echo Helpers::getActivityName($info['form']->activity); ?> Large Ensemble Report Form.  This form reports that your group has participated in the <?php echo $info['form']->event_type; ?> event "<?php echo $info['form']->event_name; ?>" that took place on <?php echo date('l n/j/y', strtotime($info['form']->date)); ?>.  The event organizer was <?php echo $info['form']->data->organizer->name; ?>, <a href="mailto: <?php echo $info['form']->data->organizer->email; ?>"><?php echo $info['form']->data->organizer->email; ?></a>.
		</p>					
		
		<?php if ($info['group']->is_auto_qualifier or $info['group']->is_tape_pool_qualifier): ?>			
			<p>
				According to the report form, your group is <?php echo ($info['group']->is_auto_qualifier) ? 'an automatic' : 'a tape-pool'; ?> qualifier for the OSAA <?php echo Helpers::getActivityName($info['form']->activity); ?> State Championships.  However, this does not mean your group is registered for the state competition.  Your school must complete both steps of the online registration process on time in order to participate in the state championships.
			</p>

			<ul>
				<li><b>The deadline to register for the OSAA <?php echo Helpers::getActivityName($info['form']->activity); ?> State Championships is <?php echo date('g:ia, l, n/j/Y', strtotime($info['due_dates']['concert-band'])); ?>.</b></li>
				<li><b>The deadline for all supplemental registration materials to be received by the OSAA is <?php echo date('g:ia, l, n/j/Y', strtotime($info['due_dates']['support_materials'])); ?>.</b></li>
			</ul>
			<p>
				Registration instructions are included on the OSAA Website (<a href="http://www.osaa.org/<?php echo strtolower(Helpers::getActivityName($info['form']->activity)); ?>">www.osaa.org/<?php echo strtolower(Helpers::getActivityName($info['form']->activity)); ?></a>) and on the registration form.  Please use the link below to access the online registration form.  You must apply for state championship participation by these deadlines.
			</p>

			<table style="width: 100%;">
				<tr>
					<td style="font-weight: bold; background: #D0FAA8; border: 1px solid #A2ED5B; padding: 8px 16px;">
						&raquo; <a href="<?php echo url('/forms/music/registration'); ?>">Online Application Form for Bands, Choirs, and Orchestras</a>
					</td>
				</tr>
			</table>
		<?php else: ?>
			<p>
				According to the report form, your group did not qualify at this event for the OSAA <?php echo Helpers::getActivityName($info['form']->activity); ?> State Championships.
			</p>			
		<?php endif; ?>

		<p>
			If you have any questions, please contact <?php echo $info['staff']->name; ?> at <a href="mailto:<?php echo $info['staff']->email; ?>"><?php echo $info['staff']->email; ?></a> or <?php echo $info['staff']->phone; ?>.
		</p>

		<br />		
		
		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%;">
			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; ?>
		</p>
		
	</body>
</html>