# HG changeset patch # User Ethan Zonca # Date 2011-01-27 19:07:54 # Node ID 90f2acce2d8a58bb75095103e666c69828f5ec4b # Parent 30c9462fd881f8301f60e6ec4867ccac1cb9206a Minor fixes diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -66,7 +66,7 @@ class page { /* Site-wide configuration options */ - private $base_title = 'SlatePermutate'; + private $base_title = 'SlatePermutate :: Find the schedule that works for you!'; private $doctype = 'html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'; private $htmlargs = 'xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"'; private $bodyargs = ''; diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -299,12 +299,12 @@ class Schedule echo '

Enter these codes into your school\'s online course registration system to register for classes:

'; echo '
' . "\n" . '
-
+

-

+

' . '
    ' . "\n"; @@ -427,18 +427,18 @@ class Schedule echo " \n"; } - echo '
    '. json_encode($syns) . '
    '; + // End of table echo " \n" + . ' '. json_encode($syns) . "\n" . '
\n"; } - echo $table - . "
\n" - . " \n" - . " \n" - . $footcloser; // Closes off the content div + echo " \n" + . " \n" + . " \n" + . $footcloser; // Closes off the content div } else { echo '

There are no possible schedules. Please try again.

'; } diff --git a/index.php b/index.php --- a/index.php +++ b/index.php @@ -23,8 +23,12 @@ ?>

Find the schedule that works for you!

-

View demo output or get started on your own. This program was created by Calvin College and Cedarville University students. SlatePermutate works with any college or university.

+

Plan your next semester with SlatePermutate! SlatePermutate generates every possible schedule with the courses you enter to let you pick the schedule that fits your life.

+

Get started

+ +

Get Started

- + foot(); diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -231,3 +231,8 @@ td.center { .synList { margin-left: 1em; } + +.nospace { + padding:0!important; + margin:0!important; +}