[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # # This template supports the same parameters as global/textarea.html.tmpl # with the exception of "name" and "id", which will always be "comment". #%]
Comments Subject to Etiquette and Contributor Guidelines
[% IF feature_enabled('jsonrpc') %]
[% END %] [% INCLUDE global/textarea.html.tmpl name = "comment" id = "comment" %] [% IF feature_enabled('jsonrpc') %]
Generating Preview...
[% IF ( comment.is_markdown OR NOT comment.id ) AND Param('use_markdown') %] [% comment_tag = 'div' %] [% ELSE %] [% comment_tag = 'pre' %] [% END %] <[% comment_tag FILTER none %] id="comment_preview_text" class="markdown-body">
[% END %] [% IF Param('use_markdown') %]
Markdown styling now supported
[% END %]