__section__ default __description__ Template which renders the comment editor. * error_message = error message if there is an error * format_select = post type popup list * preview = preview of comment, if applicable * reply = hashref of comment replying to __title__ __page__ comments __lang__ en_US __name__ edit_comment __template__ [% USE Slash %] [% IF form.pid %] [% PROCESS titlebar width="95%" title=reply.subject %] [% Slash.dispComment(reply) %]

[% END %] [% IF preview %] [% PROCESS titlebar width="95%" title="Preview Comment" %] [% preview %]

[% END %] [% PROCESS titlebar width="95%" title="Post Comment" %] [% IF error_message %][% error_message %][% END %]

[% IF form.formkey %] [% END %] [% userlink = '' %] [% IF user.is_anon %] [% userlink = "Create Account" %] [% ELSE; userlink = "Log Out"; END %] [% IF user.fakeemail %] [% END %] [% IF user.homepage %] [% END %]
You are not logged in. You can login now using the convenient form below, or Create an Account. Posts without proper registration are posted as [% user.nickname %]
Nick
Passwd
Name: [% user.nickname %] [ [% userlink %] ]
Email: [% user.fakeemail | strip_literal %]
URL [% user.homepage | strip_literal %]
Subject:
Comment
(Use the Preview Button! Check those URLs! Don't forget the http://!)
[% IF !user.is_anon && user.karma > constants.goodkarma %] No Score +1 Bonus [% do_br = 1; END; IF constants.allow_anonymous && user.karma > -1 && !user.is_anon %] Post Anonymously [% do_br = 1; END; IF do_br %]
[% END %] [% format_select %]
Allowed HTML: <[% constants.approvedtags.join("> <") %]>
Important Stuff:
  • Please try to keep posts on topic.
  • Try to reply to other people comments instead of starting new threads.
  • Read other people's messages before posting your own to avoid simply duplicating what has already been said.
  • Use a clear subject that describes what your message is about.
  • Offtopic, Inflammatory, Inappropriate, Illegal, or Offensive comments might be moderated. (You can read everything, even moderated posts, by adjusting your threshold on the User Preferences Page)

    Problems regarding accounts or comment posting should be sent to [% constants.siteadmin_name %]. __seclev__ 1000