Made navigation more user-friendly

This commit is contained in:
2020-12-29 20:16:22 +01:00
parent 5687992157
commit dd3085ca1d
4 changed files with 15 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
<div id="options" class="options">{{ MAIN_OPTIONS }}</div>
<div id="loader"></div>
<script>{{ MAIN_OPTIONS_SCRIPT }}</script>
+1 -1
View File
@@ -1,7 +1,7 @@
<div class="main-container">
<h1>osu! optimizer (PHP)</h1>
<h3>Version 0.1 by Thayol</h3>
<p><a href="https://github.com/Thayol/OsuOptimizerPHP">[ GitHub ]</a></p>
<p><a href="https://github.com/Thayol/OsuOptimizerPHP" target="_blank">[ GitHub ]</a></p>
<div class="main-item">
<h2>Stats</h2>
<h3>
+3
View File
@@ -0,0 +1,3 @@
<h2>MISSING DATABASE</h2>
<p>It seems like your database is empty but there is an osu! folder in your settings. </p>
<p>Do you wish to continue with a scan?</p>
+8
View File
@@ -0,0 +1,8 @@
<div class="warn">
{{ WARN_CONTENT }}
<div id="options">
<p style="text-align:center;"><a href="{{ WARN_FORWARD_LINK }}" onclick="displayLoading()">[ Yes ]</a> &nbsp;&nbsp; <a href="{{ WARN_BACKWARD_LINK }}">[ No ]</a></p>
</div>
<div id="loader"></div>
</div>
<script>{{ MAIN_OPTIONS_SCRIPT }}</script>