#template("xwiki.vm") #template("httpheader.vm") #template("header.vm") #template("viewheader.vm") #if($message)
$message
#end
#if($xwiki.hasAccessLevel("comment")==false) $msg.get("nocommentswithoutright") #else #set($cclass = $xwiki.getDocument("XWiki.XWikiComments").getxWikiClass()) #set($comment = $cclass.newObject())



$msg.get("author"): $xwiki.renderText("[${context.user}]", $doc)
$msg.get("newcomment")
#set($pclass = $comment.getxWikiClass().get("comment")) $doc.displayEdit($pclass,"XWiki.XWikiComments_",$comment)
#if ($captchaPlugin) #if ($request.confirm == "false")
$msg.get("confirmcommentnotcorrect") #end $captchaPlugin.displayCaptcha("comment","wiki_captcha") #end

#end #includeHelp("CommentHelp")
#set($showcomments = "open") #template("comments2.vm")
#template("basefooter.vm") #template("footer.vm")