{** * templates/submission/reviewForm/reviewFormResponse.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. * * Review Form to enter responses/comments/answers. * *} {strip} {if $editorPreview} {include file="submission/comment/header.tpl"} {else} {translate|assign:"pageTitleTranslated" key="submission.reviewFormResponse"} {assign var="pageCrumbTitle" value="submission.reviewFormResponse"} {include file="common/header.tpl"} {include file="common/formErrors.tpl"} {/if} {/strip} {assign var=disabled value=0} {if $isLocked || $editorPreview} {assign var=disabled value=1} {/if}
{$reviewForm->getLocalizedDescription()}