<!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 Speech District <?php echo $info['league']->name; ?> Entries</h1>	

		<p>			
			This message is to inform you that the district tournament results from Speech District <?php echo $info['league']->name; ?> have successfully been submitted.  The form can now only be modified by OSAA Staff.  However, you can still view the read-only form by accessing the link below.
		</p>		
		<p>
			The following schools have qualifiers entered and have received an automated notification: 
			<ul>
				<?php foreach ($info['school_objects'] as $object): ?>
					<li><?php echo $object->ap->name; ?></li>
				<?php endforeach; ?> 
			</ul>
		</p>

		<table style="width: 100%;">
			<tr>
				<td style="font-weight: bold; background: #FBE6FC; border: 1px solid #D68CD9; padding: 8px 16px;">
					View the read-only form at <a href="http://www.osaa.org/forms/registration/spe?league=<?php echo urlencode($info['league']->slug); ?>">www.osaa.org/forms/registration/spe?league=<?php echo $info['league']->slug; ?></a>
				</td>
			</tr>
		</table>

		<p>
			If you need to make any corrections, please contact Peter Weber, <a href="mailto:peterw@osaa.org">peterw@osaa.org</a>.
		</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%;">
			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>