__section__
default
__description__
Template which renders the comment editor.

* error_message = error message if there is an error
* preview = preview of comment, if applicable
* reply = hashref of comment replying to
* hide_name = hide name / log out link
* hide_email = hide email display
* extras = array of any extras associated with this comment
 
__title__

__page__
ajax
__lang__
en_US
__name__
hc_comment
__template__
[% IF user.state.hc && !user.state.hcinvalid %]
<p>[% user.state.hcquestion; user.state.hchtml %]
<input type="text" id="hcanswer_[% pid %]" value="[% form.hcanswer | strip_attribute %]" size="8" maxlength="8">
[% END %]
__seclev__
1000
__version__
$Id$
