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">
|
<body class="bg-special">
|
||||||
{% include 'navbar_leaderboard.html' %}
|
{% 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"
|
<table id="tableMain" class="table table-striped table-bordered table-sm"
|
||||||
cellspacing="0" width="100%">
|
cellspacing="0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="th-sm font-weight-bold">Rank</th>
|
<th class="th-sm font-weight-bold">Rank</th>
|
||||||
@@ -30,12 +30,13 @@
|
|||||||
<td>{{ p.games }}</td>
|
<td>{{ p.games }}</td>
|
||||||
<td>{{ p.rating }}</td>
|
<td>{{ p.rating }}</td>
|
||||||
<td>{{ p.winratio }}%</td>
|
<td>{{ p.winratio }}%</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{{ endOfBoardIndicator }}
|
{{ endOfBoardIndicator }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if not doNotComputeRank %}
|
{% if not doNotComputeRank %}
|
||||||
<script defer>
|
<script defer>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
@@ -44,6 +45,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include 'footer.html' %}
|
|
||||||
</body>
|
</body>
|
||||||
|
{% include 'footer.html' %}
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/static/site.css">
|
<link rel="stylesheet" type="text/css" href="/static/site.css">
|
||||||
<link rel="shortcut icon" href="/static/defaultFavicon.ico">
|
<link rel="shortcut icon" href="/static/defaultFavicon.ico">
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
|
||||||
<!-- needed for @media-css mofiers -->
|
<!-- needed for @media-css mofiers -->
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||||
|
|
||||||
@@ -16,4 +19,4 @@
|
|||||||
<script src="static/bootstrap/js/popper.js"></script>
|
<script src="static/bootstrap/js/popper.js"></script>
|
||||||
<script src="static/bootstrap/js/bootstrap.js"></script>
|
<script src="static/bootstrap/js/bootstrap.js"></script>
|
||||||
<script src="static/bootstrap/js/mdb.min.js"></script>
|
<script src="static/bootstrap/js/mdb.min.js"></script>
|
||||||
<script src="static/bootstrap/js/addons/datatables.min.js" type="text/javascript"></script>
|
<script src="static/bootstrap/js/addons/datatables.min.js" type="text/javascript"></script>
|
||||||
|
|||||||
@@ -26,11 +26,12 @@
|
|||||||
<li class="nav-item mr-4">
|
<li class="nav-item mr-4">
|
||||||
<a class="nav-link" href="steam://connect/athq.de/:27015">Server 2</a>
|
<a class="nav-link" href="steam://connect/athq.de/:27015">Server 2</a>
|
||||||
</li>
|
</li>
|
||||||
|
<!--
|
||||||
<li class="nav-item">
|
<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
|
<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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -25,11 +25,11 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navbar-nav">
|
<ul class="navbar-nav">
|
||||||
|
<!--
|
||||||
<li class="nav-item">
|
<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
|
<a class="navbar-brand hover-to-75 patreon" style="position: unset !important;" href="https://www.patreon.com/erlangen_sheppy">Support me</a>
|
||||||
<!--<img style="max-height: 2rem;" src='/static/patreon.png'></img>-->
|
</li>
|
||||||
</a>
|
-->
|
||||||
</li>
|
|
||||||
<li class="nav-item right mr-2">
|
<li class="nav-item right mr-2">
|
||||||
<a class="nav-link" href="/rounds">Rounds</a>
|
<a class="nav-link" href="/rounds">Rounds</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user