Made navigation more user-friendly
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
<div id="options" class="options">{{ MAIN_OPTIONS }}</div>
|
||||||
|
<div id="loader"></div>
|
||||||
|
<script>{{ MAIN_OPTIONS_SCRIPT }}</script>
|
||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
<div class="main-container">
|
<div class="main-container">
|
||||||
<h1>osu! optimizer (PHP)</h1>
|
<h1>osu! optimizer (PHP)</h1>
|
||||||
<h3>Version 0.1 by Thayol</h3>
|
<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">
|
<div class="main-item">
|
||||||
<h2>Stats</h2>
|
<h2>Stats</h2>
|
||||||
<h3>
|
<h3>
|
||||||
|
|||||||
@@ -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>
|
||||||
@@ -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> <a href="{{ WARN_BACKWARD_LINK }}">[ No ]</a></p>
|
||||||
|
</div>
|
||||||
|
<div id="loader"></div>
|
||||||
|
</div>
|
||||||
|
<script>{{ MAIN_OPTIONS_SCRIPT }}</script>
|
||||||
Reference in New Issue
Block a user