diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..7e6aada --- /dev/null +++ b/templates/about.html @@ -0,0 +1,43 @@ + + + + + + + + Natsuki | Karuta Collection Viewer + + + + + + + + + + + + + + + + +
+

What to do?

+

Just use /spreadsheet in dm of Karuta and use this file. If you want to get a burn list tag the card you want to burn with the burn 🔥 button and at the end click on Download.

+ +
+ +
+
+ + diff --git a/templates/show_data.html b/templates/show_data.html new file mode 100644 index 0000000..79c8483 --- /dev/null +++ b/templates/show_data.html @@ -0,0 +1,111 @@ + + + + + + + + + Natsuki | Karuta Collection Viewer + + + + + + + + + + + + + + + + {% if data and current < data|length %} +
+
+ +
+
+
+
+

Settings

+ +
+
+
+ + +
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
CodeCharacterSeriesWishlistsEditionNumber🔥QualityBurn ValueTag
{{ data[current]['code'] }}{{ data[current]['character'] }}{{ data[current]['series'] }}{{ data[current]['wishlists'] }}{{ data[current]['edition'] }}{{ data[current]['number'] }}False{{ data[current]['quality'] }}{{ data[current]['burnValue'] }}{{ data[current]['tag'] }}
+ +
+
+ + + + + +
+ +
+ +
+ + +
+
+ + {% endif %} + + + diff --git a/templates/upload.html b/templates/upload.html new file mode 100644 index 0000000..491dc8b --- /dev/null +++ b/templates/upload.html @@ -0,0 +1,49 @@ + + + + + + + + + Natsuki | Karuta Collection Viewer + + + + + + + + + + + + + + + + +
+

Upload CSV File

+
+ +
+
+ +
+
+ +