@@ -233,26 +233,26 @@
- Scheduler
</h1>
</div>
<div id="content">
<h3>
Saved Schedules:
</h3>
<p>
<?php
if(isset($_SESSION['saved']))
foreach($_SESSION['saved'] as $schedule)
echo "Saved Schedule<br />";
foreach($_SESSION['saved'] as $key => $schedule)
echo "<a href=\"process.php?savedkey=$key\">Saved Schedule $key</a><br />";
else
echo "No saved schedules!<br />";
?>
</p>
<form method="post" action="process.php" id="scheduleForm">
<table id="jsrows">
<!-- Header -->
<tr>
<td>Class</td>
@@ -305,13 +305,13 @@ else
Nathan Gelderloos
</a>
<br />
with special thanks to
<a href="http://ethanzonca.com">
Ethan Zonca
</h5>
</body>
</html>
\ No newline at end of file
Status change: