mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
minor changes and improvements to html
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<body class="bg-special">
|
||||
{% include 'navbar_leaderboard.html' %}
|
||||
|
||||
<div class="container mt-3 mb-3" role="main">
|
||||
<div class="container mt-3 mb-3" role="main">
|
||||
<table id="tableMain" class="table table-striped table-bordered table-sm"
|
||||
cellspacing="0" width="100%">
|
||||
cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="th-sm font-weight-bold">Rank</th>
|
||||
@@ -30,12 +30,13 @@
|
||||
<td>{{ p.games }}</td>
|
||||
<td>{{ p.rating }}</td>
|
||||
<td>{{ p.winratio }}%</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{{ endOfBoardIndicator }}
|
||||
{{ endOfBoardIndicator }}
|
||||
</div>
|
||||
|
||||
{% if not doNotComputeRank %}
|
||||
<script defer>
|
||||
$(document).ready(function () {
|
||||
@@ -44,6 +45,7 @@
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
{% include 'footer.html' %}
|
||||
|
||||
</body>
|
||||
{% include 'footer.html' %}
|
||||
</html>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/static/site.css">
|
||||
<link rel="shortcut icon" href="/static/defaultFavicon.ico">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
<!-- needed for @media-css mofiers -->
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
|
||||
|
||||
@@ -26,11 +26,12 @@
|
||||
<li class="nav-item mr-4">
|
||||
<a class="nav-link" href="steam://connect/athq.de/:27015">Server 2</a>
|
||||
</li>
|
||||
<!--
|
||||
<li class="nav-item">
|
||||
<a class="navbar-brand hover-to-75 patreon" style="position: unset !important;" href="https://www.patreon.com/erlangen_sheppy">Support me
|
||||
<!--<img style="max-height: 1.5rem;" src='/static/patreon.jpg'></img>-->
|
||||
</a>
|
||||
</li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="navbar-nav">
|
||||
<!--
|
||||
<li class="nav-item">
|
||||
<a class="navbar-brand hover-to-75 patreon" style="position: unset !important;" href="https://www.patreon.com/erlangen_sheppy">Support me
|
||||
<!--<img style="max-height: 2rem;" src='/static/patreon.png'></img>-->
|
||||
</a>
|
||||
</li>
|
||||
<a class="navbar-brand hover-to-75 patreon" style="position: unset !important;" href="https://www.patreon.com/erlangen_sheppy">Support me</a>
|
||||
</li>
|
||||
-->
|
||||
<li class="nav-item right mr-2">
|
||||
<a class="nav-link" href="/rounds">Rounds</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user