mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 16:38:32 +01:00
add help
This commit is contained in:
@@ -8,6 +8,12 @@ body{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border-special{
|
||||||
|
border-style: outset;
|
||||||
|
border-width: 0.2px;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.top-bar{
|
.top-bar{
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|||||||
@@ -17,14 +17,60 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" class="mb-3 btn btn-secondary" onclick="balance()">Find Teams</button>
|
<div class="row">
|
||||||
</br>
|
<div class="col">
|
||||||
<button id="copyLink" type="button" class="mb-3 btn btn-secondary" onclick="copy()">
|
<button type="button" class="mb-3 btn btn-secondary" onclick="balance()">
|
||||||
Copy Submission Link
|
Find Teams
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="mb-3 btn btn-secondary" onclick="queryForPlayerData()">
|
</br>
|
||||||
Check Submissions
|
<button id="copyLink" type="button"
|
||||||
</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>
|
||||||
|
{% if True %}
|
||||||
|
<button class="btn btn-primary" type="button" data-toggle="collapse"
|
||||||
|
data-target="#hilfe" aria-expanded="false"
|
||||||
|
aria-controls="hilfe">
|
||||||
|
Hilfe Anzeigen
|
||||||
|
</button>
|
||||||
|
<div id="hilfe" class="collapse mt-5 border-special">
|
||||||
|
<h4>Priorität</h4>
|
||||||
|
<p>
|
||||||
|
1 = höchste Priorität
|
||||||
|
5 = niedrigste Priorität
|
||||||
|
</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>
|
||||||
|
<hr class="my-3">
|
||||||
|
<h4>Submission Link</h4>
|
||||||
|
<p>
|
||||||
|
Mit diesem Link können Spieler eine Positionspräferenz selbst übermitteln, einfach diesen Link in den Chat pasten.
|
||||||
|
</p>
|
||||||
|
<hr class="my-3">
|
||||||
|
<h4>Find Teams</h4>
|
||||||
|
<p>
|
||||||
|
Sobald alle eingetragen sind einmal auf "Find Teams" klicken und auf den Vorschlag warten.
|
||||||
|
</p>
|
||||||
|
<hr class="my-3">
|
||||||
|
<h4>Multiline Input</h4>
|
||||||
|
<p>
|
||||||
|
Jeder Kann seine Rollen im Schnellformat in den Chat schreiben, in das Feld unten kopieren und Button drücken (überschreibt existierende Einträge).
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="spinner-border" id="loading" style="display: none;" role="status">
|
<div class="spinner-border" id="loading" style="display: none;" role="status">
|
||||||
<span class="sr-only">Loading...</span>
|
<span class="sr-only">Loading...</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user