first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
@@ -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}
+11
View File
@@ -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"}
+14
View File
@@ -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"}