From dcc965ab293655136c251afe4fb6f4f41ac5cb75 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Jul 2011 23:08:10 -0700 Subject: manga/kdrama individual search pages --- views/search/kdrama.html.php | 16 ++++++++++++++++ views/search/manga.html.php | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 views/search/kdrama.html.php create mode 100644 views/search/manga.html.php (limited to 'views') diff --git a/views/search/kdrama.html.php b/views/search/kdrama.html.php new file mode 100644 index 0000000..8736902 --- /dev/null +++ b/views/search/kdrama.html.php @@ -0,0 +1,16 @@ +styles($this->html->style('pagination')); +$this->styles($this->html->style('table')); +$this->styles($this->html->style('search')); +?> + +_render('element', 'search') ?> + +

K-Drama Search Results

+(search instead for ...) + +Paginator->paginate(array('separator' => '')) ?> + +_render('element', 'kdramatable') ?> + +Paginator->paginate(array('separator' => '')) ?> diff --git a/views/search/manga.html.php b/views/search/manga.html.php new file mode 100644 index 0000000..181994b --- /dev/null +++ b/views/search/manga.html.php @@ -0,0 +1,16 @@ +styles($this->html->style('pagination')); +$this->styles($this->html->style('table')); +$this->styles($this->html->style('search')); +?> + +_render('element', 'search') ?> + +

Manga Search Results

+(search instead for ...) + +Paginator->paginate(array('separator' => '')) ?> + +_render('element', 'mangatable') ?> + +Paginator->paginate(array('separator' => '')) ?> -- cgit v1.2.3