From a16f4c77b32e148466f78560564871ace3a87506 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Tue, 23 Dec 2008 01:12:38 +0900 Subject: Make search page use mkurl function, change variables around Changed all the normal variables to their $_GET counterparts so everything is destructively changing the original variables, there should be no issue with this. If there I guess we need to consider making mkurl use a custom array of variables rather than $_GET Signed-off-by: Callan Barrett Signed-off-by: Loui Chang --- web/template/pkg_search_results.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'web/template/pkg_search_results.php') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 12b32a13..a1cb038e 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -1,6 +1,6 @@
' method='post'>
@@ -26,16 +26,16 @@ $K = urlencode($K);   - ".__("Location").""; ?> + '> - ".__("Category").""; ?> + '> - ".__("Name").""; ?> + '> - ".__("Votes").""; ?> + '> @@ -43,7 +43,7 @@ $K = urlencode($K); - ".__("Maintainer").""; ?> + '> @@ -125,15 +125,15 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { - = 0): ?> - " . __("Less") . "" ?> - 0): ?> - " . __("Less") . "" ?> + = 0): ?> + + 0): ?> + - 0): ?> - " . __("More") . "" ?> + 0): ?> + '> -- cgit v1.2.3-24-g4f1b