username ?>'s AnimeList


html->link("Completed", "#finished", array('class' => 'anchorLink')); ?> html->link("Watching", "#watching", array('class' => 'anchorLink')); ?> html->link("Plans to Watch", "#planning", array('class' => 'anchorLink')); ?> html->link("On-Hold", "#paused", array('class' => 'anchorLink')); ?> html->link("Dropped", "#dropped", array('class' => 'anchorLink')); ?>
'; echo "Entry #Anime TitleScoreTypeProgress"; $i = 1; foreach ($input as $anime) { echo ''; echo " $i "; echo " series_animedb_id/\">$anime->series_title "; echo ""; echo ($anime->my_score != 0) ? $anime->my_score : "-"; echo ""; echo " $anime->series_type "; echo ""; echo $anime->my_watched_episodes; echo "/"; echo ($anime->series_episodes != 0) ? $anime->series_episodes : "-"; echo ""; echo ""; $i += 1; } echo ""; } ?>

Watching


Finished Animes


Plans to Watch


Paused


Dropped