diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -1,34 +1,18 @@ showSavedScheds($_SESSION); + ?> -

- - 0){ - echo '

Saved Schedules:

'; - foreach($_SESSION['saved'] as $key => $schedule){ - $sch = unserialize($schedule); - echo "#" . ($key + 1) . " - " . $sch->getName() . "
"; - } - echo '
'; -} -?> - -

-
- - + @@ -53,36 +37,17 @@ if(isset($_SESSION['saved']) && count($_
@@ -36,7 +20,7 @@ if(isset($_SESSION['saved']) && count($_
Class Letter
-
-

-
-

- -
-
-

-   -
-

+

 

TODO:

-foot(); -?> \ No newline at end of file +foot(); ?> \ No newline at end of file