<style type="text/css">
	h1 {
		margin: 0.5em 0 1em 0;
		font-size: 14pt;
		color: #1C43A6;
	}

	label {
		font-weight: bold;
		width: 125px;
		display: inline-block;
	}
</style>

<h1><?php echo $info['ap']->name; ?> - <?php echo Helpers::getActivityName($info['ap']->activity); ?></h1>

<div class="online_form_instructions ui-corner-all small">
	Use the drop-down list to edit the league assignment for <?php echo $info['ap']->name; ?>'s <?php echo strtolower(Helpers::getActivityName($info['ap']->activity)); ?> activity program (ID #<?php echo $info['ap']->id; ?>).  Only leagues within the same <?php echo $info['year_block']; ?> year block and in the <?php echo $info['ap']->division; ?> division are shown in the drop-down list.  Click <b>Save</b> to save changes or click <b>Cancel</b> to leave the league as it is.
</div>

<br />

<div style="font-size: 10pt;">
	<?php echo $info['host_school']->short_name; ?> is a <b><?php echo $info['regular_classification']; ?></b> school that is normally  assigned to the <b><?php echo preg_replace('/\ \(.*\)$/', '', $info['regular_league']->slug); ?></b> league.  Its <?php echo strtolower(Helpers::getActivityName($info['ap']->activity)); ?> activity program is currently assigned to the <b><?php echo preg_replace('/\ \(.*\)$/', '', $info['ap']->league); ?></b> league in the <b><?php echo $info['ap']->division; ?></b> division.  
</div>

<br />

<?php echo Form::open(); ?>

	<?php echo Form::label('league', 'League'); ?>
	<?php echo Form::select('league',
	                $info['league_select'],
	                (!is_null($info['ap']->league)) ? $info['ap']->league : 'none'); ?>

<?php echo Form::close(); ?>
