summaryrefslogtreecommitdiffstats
path: root/views/search/manga.html.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-16 23:08:10 -0700
committerraylu <raylu@mixpanel.com>2011-07-16 23:08:10 -0700
commitdcc965ab293655136c251afe4fb6f4f41ac5cb75 (patch)
tree06d69723a766ff1bbe88f716a9a427fb397f158b /views/search/manga.html.php
parent994c36b8279480b6e3374017140e36d77401d3a4 (diff)
downloadotakuhub-dcc965ab293655136c251afe4fb6f4f41ac5cb75.tar.xz
manga/kdrama individual search pages
Diffstat (limited to 'views/search/manga.html.php')
-rw-r--r--views/search/manga.html.php16
1 files changed, 16 insertions, 0 deletions
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 @@
+<?php
+$this->styles($this->html->style('pagination'));
+$this->styles($this->html->style('table'));
+$this->styles($this->html->style('search'));
+?>
+
+<?= $this->_render('element', 'search') ?>
+
+<h2>Manga Search Results</h2>
+(search instead for ...)
+
+<?= $this->Paginator->paginate(array('separator' => '')) ?>
+
+<?= $this->_render('element', 'mangatable') ?>
+
+<?= $this->Paginator->paginate(array('separator' => '')) ?>