post_thread.html: use structured block for thread stats

This commit is contained in:
Jon 2024-02-24 22:09:30 +00:00
parent f7e6bb37c5
commit c67fad9e6b
No known key found for this signature in database
GPG Key ID: 0175F5C9B8E9F984
1 changed files with 6 additions and 1 deletions

View File

@ -100,7 +100,12 @@
{% endfor %} {% endfor %}
<br class="clear"/> <br class="clear"/>
{% if not index %} {% if not index %}
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div> <div class="lcn_threadstats">
<div class="lcn_threadstats_container" id="lcn_threadstats_l">
<span>Unique IPs: <span id="lcn_uniqueips">{{ iparray|length }}</span></span>
</div>
<div class="lcn_threadstats_container" id="lcn_threadstats_r"></div>
</div>
{% endif %} {% endif %}
{% if hr %}<hr/>{% endif %} {% if hr %}<hr/>{% endif %}
</div> </div>