From 346e82716bf52dec37e7b8c1a62ad30585a8aa58 Mon Sep 17 00:00:00 2001 From: PyroPeter Date: Thu, 17 Feb 2011 19:52:10 +0100 Subject: pkg_search_results: replace blind-table with floating divs * I tried to remove errors in the sgml-structure e.g.:
* I did not remove or add code (except the and
stuff, of cause). I only changed the order of the html/php-tags. * The bottom and top of the script are now properly indented. I did not indent the middle part (table of search results) because that would render the diff completely useless. Signed-off-by: PyroPeter Signed-off-by: Lukas Fleischer --- web/template/pkg_search_results.php | 116 +++++++++++++++++------------------- 1 file changed, 56 insertions(+), 60 deletions(-) (limited to 'web/template') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 68ba89a4..a0968628 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -1,13 +1,16 @@ -
' method='post'> -
-
+
-
+
-
- -
+ ' method='post'> +
+
+ +
+ + +
@@ -79,59 +82,52 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
- + -
- - - - - - - - -
-
- - -
- -
- - - - - -
- -
-
- -
-
-
- - + + + + + -- cgit v1.2.3-24-g4f1b