From d6f1b4fb094acaa6b98843e746105aff3eb8735d Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Fri, 15 Jul 2011 18:15:57 -0400 Subject: Search across all content at once --- views/search/index.html.php | 74 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 4 deletions(-) (limited to 'views') diff --git a/views/search/index.html.php b/views/search/index.html.php index 2afb320..f4f7259 100644 --- a/views/search/index.html.php +++ b/views/search/index.html.php @@ -2,15 +2,17 @@ $this->styles($this->html->style('pagination')); ?> -_render('element', 'search', compact('anime')) ?> +request()->controller); ?> -Paginator->paginate(array('separator' => '')) ?> +

Anime

+
- + 0): ?> +
Title Date Type
title ?> @@ -24,5 +26,69 @@ $this->styles($this->html->style('pagination'));
+
+html->link("More", array('controller' => 'search', + 'action' => 'anime')); ?> +
+ +

No results found

+ -Paginator->paginate(array('separator' => '')) ?> + +

Manga

+
+ + + + + 0): ?> + + + + + + + +
TitleDateType
+ title ?> + + aired ?> + + view_type ?> +
+
+ html->link("More", array('controller' => 'search', + 'action' => 'anime')); ?> +
+ +

No entries found

+ + +

K Drama

+
+ + + + + 0): ?> + + + + + + + +
TitleDateType
+ title ?> + + aired ?> + + view_type ?> +
+
+ html->link("More", array('controller' => 'search', + 'action' => 'anime')); ?> +
+ +

No Entries found

+ \ No newline at end of file -- cgit v1.2.3