diff --git a/templates/CommentsInterfaceForm.ss b/templates/CommentsInterfaceForm.ss new file mode 100644 index 0000000..28201c6 --- /dev/null +++ b/templates/CommentsInterfaceForm.ss @@ -0,0 +1,14 @@ +<% if AddCommentForm %> + <% if CanPost %> + <% if ModeratedSubmitted %> +

<% _t('CommentsInterface_ss.AWAITINGMODERATION', 'Your comment has been submitted and is now awaiting moderation.') %>

+ <% end_if %> + $AddCommentForm + <% else %> +

<% _t('CommentsInterface_ss.COMMENTLOGINERROR', 'You cannot post comments until you have logged in') %><% if PostingRequiresPermission %>,<% _t('CommentsInterface_ss.COMMENTPERMISSIONERROR', 'and that you have an appropriate permission level') %><% end_if %>. + <% _t('CommentsInterface_ss.COMMENTPOSTLOGIN', 'Login Here') %>. +

+ <% end_if %> +<% else %> +

<% _t('CommentsInterface_ss.COMMENTSDISABLED', 'Posting comments has been disabled') %>.

+<% end_if %>