From 2baaf56e140a06eed8fe0b1d28d744d34a537d49 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 17 Jul 2011 17:35:41 -0700 Subject: cast (chars/VAs) on anime view page there isn't yet a views/anime/cast.html.php for non-JS, but the controller is set up for it --- views/anime/view.html.php | 51 ++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'views') diff --git a/views/anime/view.html.php b/views/anime/view.html.php index 1b0eb0c..a722935 100644 --- a/views/anime/view.html.php +++ b/views/anime/view.html.php @@ -10,7 +10,7 @@ $this->styles($this->html->style('view')); <?= $anime->title ?> -

+

foreign_titles)): $str = 'Foreign titles:'; for ($i = 0; $i < count($anime->foreign_titles); $i++) { @@ -44,12 +44,13 @@ Genres: genres); $i++) { if ($i > 0) $str .= ','; - $str .= ' ' . $anime->genres[$i] . ''; + $str .= ' ' . $anime->genres[$i] . ''; } ?>
Duration: episode_duration ?>
Rating: rated ?>
Related: -

+

+
-
- -

Synopsis

-
-
-

synopsis ?>

-

Characters and VA's

-
-
+
+

+Cast ↓ +

+

cast as $char): ?> -character ?> -role ?> -Played by: + + + people)): ?> people as $actor): ?> - name ?> - language ?> + + + + + - -
- +
+ character ?> +
name ?>language ?>

+ +
+ +
+ +

Synopsis

+
+
+

synopsis ?>

-- cgit v1.2.3