__section__ default __description__ Display and ipid/subnetid "users" info * title = passed to titlebar * nick = nickname * commentstruct = arrayref of comments * commentcount = number of comments * min_comment = first comment in list (0 is first) * admin_block = admin stuff * admin_flag = boolean for whether to display admin stuff __title__ __page__ users __lang__ en_US __name__ netIDInfo __template__ [% USE Slash %] [% PROCESS titlebar width="95%" %] [% IF edit.ipid %] IP address [% id %], [% edit.ipid %] has posted [% commentcount %] comments [% ELSIF edit.subnetid %] Subnet [% id %], [% edit.subnetid %] has posted [% commentcount %] comments [% END %]

[% n = min_comment %] [% FOREACH comment = commentstruct %] [% n = n + 1 %] [% replies = comment.replies ? " Replies: $comment.replies" : "" %] [% IF comment.type == 'poll'; label = "Poll: $comment.disc_title "; ELSIF comment.type == 'journal'; label = "Journal Discussion: $comment.disc_title"; ELSE; label = comment.disc_title; END %] [% n %] [% comment.subj %] posted [% IF comment.uid %] by uid [% comment.uid %][% END %] on [% comment.cdate %] (Score:[% comment.pts %][% replies %])
attached to [% label %]

[% END %] [% IF admin_flag %] [% IF commentcount > n %]

More Comments...

[% END %] [% admin_block %] [% END %] __seclev__ 500