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
+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>