forked from MarseyWorld/MarseyWorld
fdsdf
parent
9e449dd8b0
commit
c2f1a4a22e
|
@ -22,6 +22,30 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<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>
|
||||||
|
<th style="font-weight:bold; text-align:right;">Coins</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
{% for user in users7 %}
|
||||||
|
<tr>
|
||||||
|
<td style="font-weight:bold;">{{users7.index(user)+1}}</td>
|
||||||
|
<td><a style="color:#{{user.namecolor}}; font-weight:bold; fonts" href="/@{{user.username}}"><img loading="lazy" src="/uid/{{user.id}}/pic" class="pp20"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
|
||||||
|
<td style="font-weight:bold; text-align:right;">{{user.coins_spent}}</td>
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
|
|
||||||
|
@ -131,26 +155,6 @@
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<h5 style="font-weight:bold;text-align: center;">Top 10 by coins spent in shop</h5>
|
<h5 style="font-weight:bold;text-align: center;">Top 10 by coins spent in shop</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>
|
|
||||||
<th style="font-weight:bold; text-align:right;">Coins</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
{% for user in users7 %}
|
|
||||||
<tr>
|
|
||||||
<td style="font-weight:bold;">{{users7.index(user)+1}}</td>
|
|
||||||
<td><a style="color:#{{user.namecolor}}; font-weight:bold; fonts" href="/@{{user.username}}"><img loading="lazy" src="/uid/{{user.id}}/pic" class="pp20"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
|
|
||||||
<td style="font-weight:bold; text-align:right;">{{user.coins_spent}}</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</table>
|
|
||||||
|
|
||||||
{% if "pcm" in request.host %}
|
{% if "pcm" in request.host %}
|
||||||
<pre>
|
<pre>
|
||||||
|
|
Loading…
Reference in New Issue