?/users (user list)

This commit is contained in:
Michael Save 2012-04-13 21:43:01 +10:00
parent d1876a0dd6
commit 761cb4feab
4 changed files with 50 additions and 23 deletions

View file

@ -31,9 +31,11 @@
{% endfor %}
</table>
<p class="unimportant" style="text-align:center;word-wrap:break-word">
{% for i in range(0, count / config.mod.modlog_page) %}
<a href="?/log/{{ i + 1 }}">[{{ i + 1 }}]</a>
{% endfor %}
</p>
{% if count > logs|count %}
<p class="unimportant" style="text-align:center;word-wrap:break-word">
{% for i in range(0, count / config.mod.modlog_page) %}
<a href="?/log/{{ i + 1 }}">[{{ i + 1 }}]</a>
{% endfor %}
</p>
{% endif %}