forked from MarseyWorld/MarseyWorld
fdfd
parent
2d3cd02c58
commit
f139438ec1
|
@ -1,6 +1,6 @@
|
|||
{% extends "default.html" %}
|
||||
{% block content %}
|
||||
<pre class="d-none d-md-inline-block"></pre>
|
||||
<pre></pre>
|
||||
<h5>Rentoids</h5>
|
||||
<pre></pre>
|
||||
<table class="table table-striped mb-5">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "default.html" %}
|
||||
{% block content %}
|
||||
<pre class="d-none d-md-inline-block"></pre>
|
||||
<pre></pre>
|
||||
<h5>Successful thiefs</h5>
|
||||
<pre></pre>
|
||||
<table class="table table-striped mb-5">
|
||||
|
@ -18,26 +18,6 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
||||
<pre class="d-none d-md-inline-block"></pre>
|
||||
<h5>Jailed thiefs</h5>
|
||||
<pre></pre>
|
||||
<table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
<th style="font-weight: bold">#</th>
|
||||
<th style="font-weight: bold">Name</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{% for user in failed %}
|
||||
<tr>
|
||||
<td style="font-weight: bold">{{failed.index(user)+1}}</td>
|
||||
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}"><img src="/uid/{{user.id}}/pic/profile" class="profile-pic-20 mr-1"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
||||
<pre class="d-none d-md-inline-block"></pre>
|
||||
<h5>Evicted thiefs</h5>
|
||||
<pre></pre>
|
||||
|
@ -56,4 +36,22 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<pre class="d-none d-md-inline-block"></pre>
|
||||
<h5>Jailed thiefs</h5>
|
||||
<pre></pre>
|
||||
<table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
<th style="font-weight: bold">#</th>
|
||||
<th style="font-weight: bold">Name</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{% for user in failed %}
|
||||
<tr>
|
||||
<td style="font-weight: bold">{{failed.index(user)+1}}</td>
|
||||
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}"><img src="/uid/{{user.id}}/pic/profile" class="profile-pic-20 mr-1"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue