post_thread.html: use structured block for thread stats
This commit is contained in:
parent
f7e6bb37c5
commit
c67fad9e6b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue