player filters! favourites! stats!

also, small fixes/improvements, new ryuji feature: "if in array", "if not in array"
This commit is contained in:
Jon Dough
2024-01-16 14:52:28 +05:30
parent 28aed59070
commit b2283a33f9
10 changed files with 149 additions and 22 deletions

22
templates/stats.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>stats</title>
</head>
<body>
<div id="main">
<a href="/">Front page</a>
<div>
<h3>Manga series: [[ manga_series_count ]]</h3>
<h3>Manga chapters: [[ manga_chapters_count ]]</h3>
<h3>Manga pages: [[ manga_pages_count ]]</h3>
<h3>Anime series: [[ anime_series_count ]]</h3>
<h3>Anime episodes: [[ anime_episodes_count ]]</h3>
<h3>Music Artists: [[ artists_count ]]</h3>
<h3>Songs: [[ songs_count ]]</h3>
</div>
</div>
</body>
</html>