From dd3085ca1dacd0f10a6df2bfa26c8b8a89539bf6 Mon Sep 17 00:00:00 2001 From: Thayol Date: Tue, 29 Dec 2020 20:16:22 +0100 Subject: [PATCH] Made navigation more user-friendly --- templates/actions.html | 3 +++ templates/main.html | 2 +- templates/warn-missing-db.html | 3 +++ templates/warn.html | 8 ++++++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 templates/actions.html create mode 100644 templates/warn-missing-db.html create mode 100644 templates/warn.html diff --git a/templates/actions.html b/templates/actions.html new file mode 100644 index 0000000..cfd6d30 --- /dev/null +++ b/templates/actions.html @@ -0,0 +1,3 @@ +
{{ MAIN_OPTIONS }}
+
+ \ No newline at end of file diff --git a/templates/main.html b/templates/main.html index 7d89726..c89f52f 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,7 +1,7 @@

osu! optimizer (PHP)

Version 0.1 by Thayol

-

[ GitHub ]

+

[ GitHub ]

Stats

diff --git a/templates/warn-missing-db.html b/templates/warn-missing-db.html new file mode 100644 index 0000000..b7bc1df --- /dev/null +++ b/templates/warn-missing-db.html @@ -0,0 +1,3 @@ +

MISSING DATABASE

+

It seems like your database is empty but there is an osu! folder in your settings.

+

Do you wish to continue with a scan?

\ No newline at end of file diff --git a/templates/warn.html b/templates/warn.html new file mode 100644 index 0000000..e3ce038 --- /dev/null +++ b/templates/warn.html @@ -0,0 +1,8 @@ +
+ {{ WARN_CONTENT }} +
+

[ Yes ]    [ No ]

+
+
+
+ \ No newline at end of file