__section__ default __description__ Display a comment * comment_shrunk = comment was too long; this is the stripped down version * reasons = hashref of moderation "reasons" * can_mod = boolean for whether or not current user can moderate * is_anon = boolean for whether or not comment user is anonymous Also included are all the individual elements of the comment and its poster: sid, cid, pid, date, subject, comment, uid, points, lastmod, reason, nickname, fakeemail, homepage, sig __title__ __page__ misc __lang__ en_US __name__ dispComment __template__ [% USE Slash %]
[% subject %] [% UNLESS user.noscores %] (Score:[% points %][% IF reason %], [% constants.reasons.$reason %][% END %])[% END %]
by [% IF fakeemail %][% nickname %] ([% fakeemail | strip_literal %])[% ELSE %][% nickname %][% END %] on [% Slash.timeCalc(time) %] (#[% cid %]) [% UNLESS is_anon %]
User #[% uid %] Info [% IF homepage && homepage.length > 8 %] | [% homepage | strip_literal %][% END %] [% IF journal_last_entry_date.search('[1-9]') %] | Last Journal: [% Slash.timeCalc(journal_last_entry_date) %] [% END %] [% END %] [% IF user.seclev >= 100 && ipid && subnetid %]
IPID: [% ipid %]  SubnetID: [% subnetid %] [% END %]
[% IF comment_shrunk; linkComment = Slash.linkComment({ sid => sid, cid => cid, pid => cid, subject => 'Read the rest of this comment...' }, 1); comment = "$comment_shrunk

$linkComment"; ELSIF not user.nosigs && sig; comment = "$comment$sig"; END %] [% comment %]

[% PROCESS dispLinkComment %] __seclev__ 10000