forked from leftypol/leftypol
thread.html: trim
This commit is contained in:
parent
43a5a33cbd
commit
e84480764a
1 changed files with 8 additions and 8 deletions
|
@ -67,9 +67,9 @@
|
||||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||||
|
|
||||||
{{ body }}
|
{{ body }}
|
||||||
|
|
||||||
<div id="thread-interactions">
|
<div id="thread-interactions">
|
||||||
<span id="thread-links">
|
<span id="thread-links">
|
||||||
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||||
|
@ -81,24 +81,24 @@
|
||||||
| <a id="thread-home" href="{{ config.root }}">[{% trans %}Home{% endtrans %}]</a>
|
| <a id="thread-home" href="{{ config.root }}">[{% trans %}Home{% endtrans %}]</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span id="thread-quick-reply">
|
<span id="thread-quick-reply">
|
||||||
<a id="link-quick-reply" href="#">[{% trans %}Post a Reply{% endtrans %}]</a>
|
<a id="link-quick-reply" href="#">[{% trans %}Post a Reply{% endtrans %}]</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{% include 'report_delete.html' %}
|
{% include 'report_delete.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{{ boardlist.bottom }}
|
{{ boardlist.bottom }}
|
||||||
|
|
||||||
{{ config.ad.bottom }}
|
{{ config.ad.bottom }}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p class="unimportant" style="margin-top:20px;text-align:center;">- <a href="https://github.com/savetheinternet/Tinyboard">Tinyboard</a> +
|
<p class="unimportant" style="margin-top:20px;text-align:center;">- <a href="https://github.com/savetheinternet/Tinyboard">Tinyboard</a> +
|
||||||
<a href='https://github.com/vichan-devel/vichan'>vichan</a> +
|
<a href='https://github.com/vichan-devel/vichan'>vichan</a> +
|
||||||
<a href='https://github.com/lainchan/lainchan'>lainchan</a> {{ config.version }} -
|
<a href='https://github.com/lainchan/lainchan'>lainchan</a> {{ config.version }} -
|
||||||
<br><a href="https://github.com/savetheinternet/Tinyboard">Tinyboard</a> Copyright © 2010-2014 Tinyboard Development Group
|
<br><a href="https://github.com/savetheinternet/Tinyboard">Tinyboard</a> Copyright © 2010-2014 Tinyboard Development Group
|
||||||
<br><a href="https://github.com/vichan-devel/vichan">vichan</a> Copyright © 2012-2016 vichan-devel
|
<br><a href="https://github.com/vichan-devel/vichan">vichan</a> Copyright © 2012-2016 vichan-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue