From 83483a1826d1d05e2f9733746f35fef1939b8c0a Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 16:51:32 -0700 Subject: lowercase --- views/Search/index.html.php | 50 --------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 views/Search/index.html.php (limited to 'views/Search/index.html.php') diff --git a/views/Search/index.html.php b/views/Search/index.html.php deleted file mode 100644 index 91bc1fa..0000000 --- a/views/Search/index.html.php +++ /dev/null @@ -1,50 +0,0 @@ -'; - foreach ($headers as $k => $v) - { - echo "$v"; - } - echo "\n"; - - - foreach ($data as $item) - { - echo ''; - foreach($headers as $key => $value) - { - echo ''; - echo $item->$key; - echo ''; - } - echo "\n"; - } -} -?> - -
-
-

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

-
- - -
-Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?> -
-
-
\ No newline at end of file -- cgit v1.2.3