<?php
include("functions.php");
if ($_GET['school'] == "sfe") {
fentress();
exit;
}
else if ($_GET['school'] == "sfe" && $_GET['links'] == "yes") {
sfe();
exit;
}
else if ($_GET['school'] == "stone") {
stone();
exit;
}
else if ($_GET['links'] == "stone") {
links_stone();
exit;
}
else if ($_GET['school'] == "lhs") {
lebhs();
exit;
}
else if ($_GET['links'] == "lhs") {
links_lhs();
exit;
}
else if ($_GET['school'] == "mjhs") {
mjhs();
exit;
}
else if ($_GET['links'] == "mjhs") {
links_mjhs();
exit;
}
else if ($_GET['school'] == "wjb") {
wjb();
exit;
}
else if ($_GET['links'] == "wjb") {
links_wjb();
exit;
}
else if ($_GET['links'] == "all") {
all();
exit;
}
?>
<html>
<head><title>Performance Goals for all Schools</title>
<link rel='stylesheet' href='style.css'>
<SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'>
<!--
function popitup(url)
{
newwindow=window.open(url,'','height=600,width=800');
if (window.focus) {newwindow.focus()}
return false;
}
// -->
</SCRIPT>
</head>
<body topmargin='0'>
<table border='0' width='800' style='border-collapse:collapse' height='159'>
<td class='th' height='131' valign='center' width='250'>
Participating Local Education Agencies:<br>
<a href='http://www.wcschools.com'>Wilson County Schools</a><br>
<a href='http://www.lssd.org'>Lebanon Special School District</a><br>
<a href='http://ccschools.k12tn.net'>Cumberland County Schools</a><br>
<a href='http://www.fentress.k12tn.net'>Fentress County Schools</a><br>
<a href='' onClick='return popitup('images/uppercumberland1.jpg')'>
Map of all schools</a><br></td>
<td class='th' valign='top'>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="500" height="131" id="Orbitlogo" align="middle">
<param name="allowScriptAccess" value="never" />
<param name="movie" value="Orbitlogo.swf" />
<param name="quality" value="best" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ff0000" />
<embed src="Orbitlogo.swf" quality="best" wmode="transparent" bgcolor="#ff0000" width="500" height="131" name="Orbitlogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td></table>
<table width='800' height='' border='0' style='border-collapse:collapse'>
<tr>
<td height='25' valign='top'><font size='3'><center><a href='index.html'>Home</a> - <a href='schools_mj.html'>
Mt. Juliet High</a> - <a href='schools_lhs.html'>
Lebanon High</a> - <a href='schools_wjb.html'>
Walter J. Baird Middle</a> - <a href='schools_se.html'>
Stone Elementary</a> - <a href='schools_sfe.html'>
South Fentress Elementary</a></center></font></td>
</tr> <!-- End Header-->
<tr>
<td valign='top'><center>
<table width='100%' border='0'>
<tr>
<td>
<center><br><Br>
<b>To see a schools Performance Goals, please select a school below:</b><br>
<a href="?school=mjhs">Mt. Juliet High School</a><br>
<a href="?school=sfe&links=yes">South Fentress Elementary</a><br>
<a href="?school=stone">Stone Elementary</a><br>
<a href="?school=wjb">Walter J. Baird Middle School</a><br>
<a href="?school=lhs">Lebanon High School</a><br><br>
</center>
</td>
</center>
</td>
</tr>
</table>
<tr>
<td><hr color='black'>
<center>NCLB Title IID EdTech Competitive Grant Program<br><br><font size='5'>
<b>Contact Info</b></font><br>
For Questions or Concerns about O.R.B.I.T., please email <a href='mailto:bennettd@wcschools.com'>Diane Bennett</a><br>
For Questions or Concerns regarding the website, please email <a href='mailto:nicholasl@wcschools.com'>Lori Nicholas</a><br>
Site design and layout by: <a href='mailto:loganbest88@comcast.net'>Logan Best</a> and <a href='mailto:clearbit@gmail.com'>J.C. Fore</a></center>
</td>
</tr>
</table>
</body>
</html>
the HTML is in the same file, and all that functions.php is is the html that the function in the if statements outputs