templates/post_thread.html

This commit is contained in:
Czterooki 2013-07-20 00:09:51 -04:00
parent 5b92f99818
commit f8ca3aa418

View File

@ -82,13 +82,17 @@
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
[<a style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
{% endif %}
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>
</label>
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}
<a class="post_no" href="{{ post.link }}">No.</a>
<a class="post_no"
<a class="post_no" href="http://webchat.6irc.net/?channels=vichan-int-{{ board.uri }}-{{ post.id }}&nick=Anon....">
#</a>
<a class="post_no p1" href="{{ post.link }}">No.</a>
<a class="post_no p2"
{% if not index %}
onclick="citeReply({{ post.id }});"
{% endif %}