thread.html: rework top and bottom anchors

This commit is contained in:
Zankaria 2024-10-01 16:32:43 +02:00
parent f1f4dd3fb6
commit a7a9f0cac5

View file

@ -31,7 +31,7 @@
<div id="top-hud" class="bar top"> <div id="top-hud" class="bar top">
{{ boardlist.top }} {{ boardlist.top }}
</div> </div>
<a name="top"></a> <div id="top"></div>
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr />{% endif %} {% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr />{% endif %}
{% if config.url_banner %}<img class="board_image" src="{{ config.url_banner }}" {% if config.banner_width or config.banner_height %}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" {% endif %}alt="" />{% endif %} {% if config.url_banner %}<img class="board_image" src="{{ config.url_banner }}" {% if config.banner_width or config.banner_height %}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" {% endif %}alt="" />{% endif %}
<div id="pagewrap"> <div id="pagewrap">
@ -115,6 +115,6 @@
<script type="text/javascript">{% raw %} <script type="text/javascript">{% raw %}
ready(); ready();
{% endraw %}</script> {% endraw %}</script>
<a href="#" id="bottom"></a> <div id="bottom"></div>
</body> </body>
</html> </html>