From 9f809b52c70a926ca0f793852012abbfb60b5bb0 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 21 Jul 2011 03:41:21 +0000 Subject: [PATCH] Get rid of the nasty table here and start adding more of the "Other ways to search" links to get closer to this being the one true initial landing page for the redesign. --- quickref.php | 25 ++++++++++++------------- styles/site.css | 28 +++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 14 deletions(-) diff --git a/quickref.php b/quickref.php index 665faacfe..abe15dcfb 100644 --- a/quickref.php +++ b/quickref.php @@ -40,9 +40,7 @@ function quickref_table($functions, $sort = true) global $LANG; echo "\n"; - echo "\n"; - echo "
\n"; - + echo "
    \n"; // Prepare the data $i = 0; $limit = ceil(count($functions) / COLUMNS); @@ -52,15 +50,9 @@ function quickref_table($functions, $sort = true) // Print out all rows foreach ($functions as $file => $name) { - - // Start a new column - if ($i > 0 && $i % $limit==0) { - echo "
\n"; - } - echo "$name
\n"; - $i++; + echo "
  • $name
  • \n"; } - echo "
    \n"; + echo "\n"; echo "\n"; } @@ -149,6 +141,7 @@ if ($snippet = is_known_snippet($notfound)) {

    +
    " using other options, try searching:

    -