mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 16:38:32 +01:00
some minor improvements
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<div class="my-3">
|
||||
<h3> Suggestion: (Quality: {{ quality }}%)</h3>
|
||||
</div>
|
||||
{% for x in range(5) %}
|
||||
<div class="row">
|
||||
{% set leftP = d["left"][positions[x]] %}
|
||||
|
||||
@@ -17,13 +17,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="button" class="mb-3 btn btn-secondary" onclick="balance()">Go</button>
|
||||
<button type="button" class="mb-3 btn btn-secondary" onclick="queryForPlayerData()">
|
||||
Check Submissions
|
||||
</button></br>
|
||||
<button type="button" class="mb-3 btn btn-secondary" onclick="balance()">Find Teams</button>
|
||||
</br>
|
||||
<button id="copyLink" type="button" class="mb-3 btn btn-secondary" onclick="copy()">
|
||||
Copy Submission Link
|
||||
</button>
|
||||
<button type="button" class="mb-3 btn btn-secondary" onclick="queryForPlayerData()">
|
||||
Check Submissions
|
||||
</button>
|
||||
|
||||
<div class="spinner-border" id="loading" style="display: none;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<!-- fast postition slection field -->
|
||||
<input class="form-control fastpos m-3" type="text"
|
||||
placeholder="top > mid = bot"
|
||||
placeholder="Fast Position Input"
|
||||
id="fastpos-submission">
|
||||
|
||||
<div class="col-sm m-3" style="min-width: 300px;">
|
||||
@@ -44,6 +44,23 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<input type="submit" value="Submit">
|
||||
|
||||
<div class="mt-5">
|
||||
<h4>Priorität</h4>
|
||||
<p>
|
||||
1 = höchste </br>
|
||||
5 = niedrigste </br>
|
||||
</p>
|
||||
<hr class="my-3">
|
||||
<h4>Fast-Position</h4>
|
||||
<p>
|
||||
<b>Positionen können in den Kurzschreibweisen: top, mid, bot, jungle, support mit "=" und ">" angegeben werden. Zum Beispiel:</b></br></br>
|
||||
top > mid > top = adc</br>
|
||||
mid = top > bot</br>
|
||||
support > jungle</br>
|
||||
etc..</br>
|
||||
</p>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user