first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{**
|
||||
* templates/reviewer/review/reviewerRecommendations.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2021 Simon Fraser University
|
||||
* Copyright (c) 2003-2021 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Include reviewer recommendations for OJS review assignment responses.
|
||||
*}
|
||||
|
||||
{fbvFormSection label="reviewer.article.recommendation" description=$description|default:"reviewer.article.selectRecommendation"}
|
||||
{fbvElement type="select" id="recommendation" from=$reviewerRecommendationOptions selected=$reviewAssignment->getRecommendation() size=$fbvStyles.size.MEDIUM required=$required|default:true disabled=$readOnly}
|
||||
{/fbvFormSection}
|
||||
@@ -0,0 +1,11 @@
|
||||
{**
|
||||
* templates/reviewer/review/step1.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2021 Simon Fraser University
|
||||
* Copyright (c) 2003-2021 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Show the step 1 review page
|
||||
*}
|
||||
{assign var=descriptionFieldKey value="article.abstract"}
|
||||
{include file="core:reviewer/review/step1.tpl"}
|
||||
@@ -0,0 +1,14 @@
|
||||
{**
|
||||
* templates/reviewer/review/step3.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2021 Simon Fraser University
|
||||
* Copyright (c) 2003-2021 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Show the step 3 review page
|
||||
*}
|
||||
{capture assign="additionalFormFields"}
|
||||
{include file="reviewer/review/reviewerRecommendations.tpl"}
|
||||
{/capture}
|
||||
|
||||
{include file="core:reviewer/review/step3.tpl"}
|
||||
Reference in New Issue
Block a user