From b6aced9692dae4145b8848fb1da495901434a667 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 4 Feb 2017 00:28:37 +0100 Subject: pkg_search_results.php: Split out package results box Do not print the wrapper div container when calling pkg_search_page(). Signed-off-by: Lukas Fleischer --- web/html/packages.php | 2 + web/template/pkg_search_results.php | 174 ++++++++++++++++++------------------ 2 files changed, 88 insertions(+), 88 deletions(-) (limited to 'web') diff --git a/web/html/packages.php b/web/html/packages.php index ec6fc757..113a1145 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -98,11 +98,13 @@ if (isset($pkgid)) { $_GET['SB'] = 'p'; $_GET['SO'] = 'd'; } + echo '
'; if (isset($_COOKIE["AURSID"])) { pkg_search_page($_GET, true, $_COOKIE["AURSID"]); } else { pkg_search_page($_GET, true); } + echo '
'; } html_footer(AURWEB_VERSION); diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 7b6b00aa..d596ec2d 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -1,52 +1,51 @@ -

+

-

+

-
- -
-

- - -

- 1): ?> -

- $pagestart): ?> - - - - - - - - -

- -
+ +
+

+ + +

+ 1): ?> +

+ $pagestart): ?> + + + + + + + + +

+
+ -
- - - - - - - - - - - - - - - - - - - + +
 ?
+ + + + + + + + + + + + + + + + + + @@ -84,53 +83,52 @@ if (!$result): ?> - -
 ?
+ + - -
-

- - -

- 1): ?> -

- $pagestart): ?> - - - - - - - - -

- -
+ +
+

+ + +

+ 1): ?> +

+ $pagestart): ?> + + + + + + + + +

+ +
- -

- + +

+ + - - - " /> -

- - -
-
+ + + + + + + + + + " /> +

+ + + -- cgit v1.2.3-24-g4f1b