{require-js "post"} {require-txt "post"} {-- BEGIN POLL (from page 2 on)} {if and and $postlistPoll (eq $post.num 1) (gt $post.numAll 1)} {include "poll.html"} {endif}{-- postlistPoll and first post in thread} {-- END POLL} {-- for fast reply editor} {if $post.threadLink}
{$post.authorName}
{if $post.authorThreadStarter}
{if $post.avatarUrl}
{$post.authorTitle} {endif} {--$post.authorOnlineImg} {if $post.authorStatus}({$post.authorStatus}){endif}
{tr "member"} {$post.authorMemberSince}
{$post.authorPostCount}
{endif}
|
{set $x ""}
{if $post.replyLink}{set $x "·"}
{if $post.useFastReply}
{tr "post.do fast reply"}
{else}
{tr "post.do reply"}
{endif}
{endif}
{if $post.quoteLink}{set $x "·"}
{$x} {tr "post.do quote"}
{endif}
{if $post.editLink}{set $x "·"}
{if $x}|{endif} {tr "post.do edit"}
{endif}
{if $post.deleteLink}{set $x "·"}
{$x} {tr "post.do delete"}
{endif}
{if $post.hereLink}
![]() ![]() ![]()
{if $post.replyToNum}
{tr "post.in reply to post"} {$post.replyToNum}
{endif}
{endif} {if $post.subject} {tr "subject"}: {$post.subject} {endif}
{$post.postBody}
|
{if $post.signature}
{$post.signature}
{endif}
{if sizeof $post.attachlist}
{trnum "post.attach~" (sizeof $post.attachlist) "n" (sizeof $post.attachlist)}:
{foreach $attach in $post.attachlist}
![]() {tr "post.error.attach.no permission"} {else} {$attach.filename} | {tr "post.attach.save"} {$attach.size}{if $attach.views}, {$attach.views}{endif} {if $attach.image} {if $attach.inlineImage} {if $post.editReason} {tr "post.edit reason"}: {$post.editReason} {endif} |