Browse Source

templates/post_thread.html

pull/40/head
Czterooki 11 years ago
parent
commit
f8ca3aa418
  1. 8
      templates/post_thread.html

8
templates/post_thread.html

@ -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 %}

Loading…
Cancel
Save