Total entries in : , Completed: (%)

Suggest'; } if ($mode === 'non-season-table') { if (!empty($records)) { renderPre2009Table($records, $yearTotal, $yearCompleted, $yearPercent); } else { echo '

No records found.

'; } renderAddRecordForm($yearValue, $seasons); } else if ($mode === 'manga') { if (!empty($records)) { renderMangaTable($records, $yearTotal, $yearCompleted, $yearPercent); } else { echo '

No records found.

'; } renderAddMangaForm($yearValue, $seasons); } else { renderSeasonTables($seasons, $seasonRecords); renderAddRecordForm($yearValue, $seasons); } // Renders table for pre-2009 records function renderPre2009Table($records, $yearTotal, $yearCompleted, $yearPercent) { // Since pre-2009 mode doesn't have seasons, we've already shown year stats above. ?> data-id="" data-name="">
# Name Type Comment Date Completed Actions
data-id="" data-name="">
# Name Comment Date Completed Actions
0 ? round(($seasonCompleted / $seasonTotal) * 100) : 0; echo '

' . ucfirst($season) . ' ' . get_season_emoji($season) . '

'; // Display season stats: echo "

Completed: $seasonCompleted ($seasonPercent%)

"; if (!empty($seasonRecordsThis)) { ?> data-id="" data-name="">
# Name Type Comment Date Completed Actions
No records for this season.

'; } } } function renderAddMangaForm($yearValue, $seasons) { ?>

Add New Record

Control panel | Downloaded anime | Source code

Add New Record

Control panel | Downloaded anime | Source code