diff --git a/lib/MilestonesView.php b/lib/MilestonesView.php new file mode 100644 index 0000000..a82baf6 --- /dev/null +++ b/lib/MilestonesView.php @@ -0,0 +1,28 @@ + +

+ Baby's first words. +

+ + +HTML; + + return $body; + } + +} \ No newline at end of file diff --git a/lib/MinutesView.php b/lib/MinutesView.php index a48d098..012427c 100644 --- a/lib/MinutesView.php +++ b/lib/MinutesView.php @@ -1,6 +1,6 @@ +

+ Meeting for stuff and things. +

+ HTML; return $body; diff --git a/lib/SecureLoginView.php b/lib/SecureLoginView.php index 96f0e02..4f1f72c 100644 --- a/lib/SecureLoginView.php +++ b/lib/SecureLoginView.php @@ -1,7 +1,7 @@ addNav("Home", ROOT); + $this->addNav("Minutes", ROOT . "secure/minutes.php"); + $this->addNav("Milestones", ROOT . "secure/milestones.php"); + $this->addNav("Logoff", ROOT . "secure/"); + } + +} \ No newline at end of file diff --git a/secure/milestones.php b/secure/milestones.php new file mode 100644 index 0000000..9da0219 --- /dev/null +++ b/secure/milestones.php @@ -0,0 +1,22 @@ + +setTitle("Milestones and Deadlines"); +?> + + + head(); + ?> + + +header(); +echo $view->page(); +echo $view->footer(); +?> + +