From b4a62c4915cc969e53abf803cd57d9d994eaf48c Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Mon, 22 Dec 2008 01:49:35 +0900 Subject: Move package search results to a template Logic is separated from html as much as possible, all html in a template Signed-off-by: Callan Barrett Signed-off-by: Loui Chang --- web/template/pkg_search_results.php | 142 ++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 web/template/pkg_search_results.php (limited to 'web/template') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php new file mode 100644 index 00000000..5af02ef0 --- /dev/null +++ b/web/template/pkg_search_results.php @@ -0,0 +1,142 @@ +
' method='post'> +
+ + + + + + + + +
+ +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   + + + +   + + + + + + + +
  + ".__("Location").""; ?> + + ".__("Category").""; ?> + + ".__("Name").""; ?> + + ".__("Votes").""; ?> + + ".__("Maintainer").""; ?> +
    + +    + +    + + + &SeB=m'> + + + +
+
+ + +
+ + +
+ + + + + + +
+ + + + + + + + + + + + +
+ +
+ + +      + +
+ = 0): ?> + " . __("Less") . "" ?> + 0): ?> + " . __("Less") . "" ?> + + + 0): ?> + " . __("More") . "" ?> + +
+
+ +
+
-- cgit v1.2.3-24-g4f1b