From f3b9ded2327c22e196b6b0b2d0a6953263013dec Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 25 Jul 2011 01:18:08 -0700 Subject: fix up animelist add view --- views/anime_list/add.html.php | 64 +++++++++++++++--------------------------- views/anime_list/view.html.php | 7 +++-- views/pages/home.html.php | 4 +-- 3 files changed, 30 insertions(+), 45 deletions(-) diff --git a/views/anime_list/add.html.php b/views/anime_list/add.html.php index de3da9c..bf98b67 100644 --- a/views/anime_list/add.html.php +++ b/views/anime_list/add.html.php @@ -1,51 +1,33 @@ -form->config(array('templates' => array( - 'error' => '
{:content}
'))); ?> - -

Find an Anime:

-
-
- -

title ?>

+form->config(array('templates' => array( + 'error' => '
{:content}
'))); +$this->styles($this->html->style('jquery.tagsinput.css')); +$this->scripts($this->html->script('jquery.tagsinput.min.js')); +?> +

title ?>


- - +scripts(ob_get_clean()); ?> -form->create($entry); - - //Hidden because the user can't change these. - //These are stored in the anime list for faster lookup times, - //So we can avoid getting this data live for every anime. - if (isset($anime)) { - echo $this->form->hidden('series_animedb_id', array('value' => $anime->special_id)); - echo $this->form->hidden('series_title', array('value' => $anime->title)); - echo $this->form->hidden('series_type', array('value' => $anime->view_type)); - echo $this->form->hidden('series_episodes', array('value' => $anime->episode_count)); - } - - echo $this->form->field('my_watched_episodes', array('label' => 'Watched Episodes')); - echo "Start date"; - echo $this->form->field('my_start_date', array('label' => 'Start Date')); - echo $this->form->field('my_finish_date', array('label' => 'Finish Date')); - echo $this->form->field('my_score', array('label' => 'Score')); - echo $this->form->label('my_status', 'Status'); - echo $this->form->select('my_status', array('Plan to Watch' => 'Plan to Watch', - 'On-Hold' => 'On-Hold', - 'Completed' => 'Completed', - 'Watching' => 'Watching', - 'Dropped' => 'Dropped')); - echo $this->form->field('my_comments', array('label' => 'Comments')); - echo $this->form->field('my_times_watched', array('label' => 'Times Watched')); - echo $this->form->label('rewatch_value', 'Rewatch Value'); - echo $this->form->select('rewatch_value', array('High', 'Medium', 'Low', 'None'), array('value' => 0)); + echo $this->form->hidden('series_animedb_id', array('value' => $anime->special_id)); + echo $this->form->field('episodes', array('label' => 'Watched Episodes')); + echo $this->form->field('score', array('label' => 'Score')); + echo $this->form->label('status', 'Status'); + echo $this->form->select('status', array('Plan to Watch' => 'Plan to Watch', + 'On-Hold' => 'On-Hold', + 'Completed' => 'Completed', + 'Watching' => 'Watching', + 'Dropped' => 'Dropped')); echo $this->form->field('tags', array('type' => 'textarea', 'id' => 'tags')); - echo $this->form->checkbox('rewatching', array('label' =>'Rewatching?', 'value' => false)); echo $this->form->submit('Save!'); echo $this->form->end(); ?> diff --git a/views/anime_list/view.html.php b/views/anime_list/view.html.php index 4c552d8..6241fec 100644 --- a/views/anime_list/view.html.php +++ b/views/anime_list/view.html.php @@ -1,6 +1,9 @@ -

username ?>'s AnimeList

+

+ username ?>'s Anime List +


+ @@ -81,4 +84,4 @@ echo "
html->link("Completed", "#finished", array('class' => 'anchorLink')); ?> html->link("Watching", "#watching", array('class' => 'anchorLink')); ?>
";
- \ No newline at end of file + diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 227a18b..7fcfefb 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -1,5 +1,5 @@ styles($this->html->style("/css/home.css")); +$this->styles($this->html->style('home.css')); ?>

The Otaku Social Network

@@ -84,7 +84,7 @@ $this->styles($this->html->style("/css/home.css"));
-