From 05a2b26d9038752a40348a3f226e44710833c49b Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 17:02:07 -0700 Subject: pull in dev branch changes not pulled: swiftmailer, gzip --- views/search/anime.html.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 views/search/anime.html.php (limited to 'views/search') diff --git a/views/search/anime.html.php b/views/search/anime.html.php new file mode 100644 index 0000000..70a6315 --- /dev/null +++ b/views/search/anime.html.php @@ -0,0 +1,27 @@ + +
+
+

Search options

+
+form->create(null, array('method' => 'get')); ?> + form->field('search', array('type' => 'textbox', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?> + form->label('type', 'For:'); ?> + form->select('type', array('Anime' => 'Anime', + 'Manga' => 'Manga', + 'Kdrama' => 'Kdrama')); ?> + form->submit('Search', array('style' => 'width: 100px')); ?> +form->end(); ?> +
+
+

Search Results

+
+ + + + + +
imgNameEpisodesTypeScore
"image"title ?> episode_count ?>view_type ?>mal_score ?>
+Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?> +
+
+
\ No newline at end of file -- cgit v1.2.3