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