From 517563a97aa0532932ebb5b9e796d8103581cc62 Mon Sep 17 00:00:00 2001 From: useradvocate Date: Thu, 9 Sep 2010 20:13:48 +0000 Subject: [PATCH] TUAG- various tune ups to HTML,CSS --- common.inc.php | 41 +++++++++++++++++++++-------------------- nav.php | 7 ++++--- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/common.inc.php b/common.inc.php index a580fa5b..23486356 100644 --- a/common.inc.php +++ b/common.inc.php @@ -122,23 +122,6 @@ if(!$_SESSION['conferences_id']) { } ?> - -
-"; - while($r=mysql_fetch_object($q)) { - if($_SESSION['conferences_id']==$r->id) - $cl="class=\"selected\""; - else - $cl=""; - echo "
  • id\">$r->name
  • \n"; - } - echo "\n"; - } - ?> -
    +
    +"; + while($r=mysql_fetch_object($q)) { + if($_SESSION['conferences_id']==$r->id) + $cl="class=\"selected\""; + else + $cl=""; + echo "
  • id\">$r->name
  • \n"; + } + echo "\n"; + } + ?> + +
    +