{** * templates/comment/comment.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article reader comment editing * *} {strip} {assign var="pageTitle" value="comments.enterComment"} {include file="common/header.tpl"} {/strip} {include file="common/formErrors.tpl"} {assign var=parentId value=$parentId|default:"0"}
{if $isUserLoggedIn && ($enableComments == COMMENTS_ANONYMOUS || $enableComments == COMMENTS_UNAUTHENTICATED)} {/if} {if $captchaEnabled} {if $reCaptchaEnabled} {else} {/if} {/if}
 
{fieldLabel name="recaptcha_challenge_field" required="true" key="common.captchaField"} {$reCaptchaHtml} {fieldLabel name="captcha" required="true" key="common.captchaField"} {translate key=
{translate key="common.captchaField.description"}

{include file="common/footer.tpl"}