mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-24 14:23:23 +01:00
More thread nav Button Changes.
This commit is contained in:
parent
9d71490595
commit
1d1438d78e
@ -60,14 +60,8 @@
|
||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||
<div id="thread-interactions-alt">
|
||||
<span id="thread-links-alt">
|
||||
<a id="thread-top" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a>
|
||||
{% if config.catalog_link %}
|
||||
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
<hr />
|
||||
{{ body }}
|
||||
<div id="thread-interactions-alt">
|
||||
<span id="thread-links-alt">
|
||||
|
@ -55,19 +55,9 @@
|
||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||
|
||||
<div id="thread-interactions-alt">
|
||||
<span id="thread-links-alt">
|
||||
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
<a id="thread-top" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a>
|
||||
{% if config.catalog_link %}
|
||||
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %} <a id="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
<hr />
|
||||
{{ body }}
|
||||
|
||||
<div id="thread-interactions">
|
||||
<span id="thread-links">
|
||||
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user