[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
templates
/
sectionEditor
/
[
Home
]
File: reviewerRecommendation.tpl
{** * templates/sectionEditor/reviewerRecommendation.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to set the due date for a review. * *} {strip} {assign var="pageTitle" value="submission.recommendation"} {include file="common/header.tpl"} {/strip} <div id="reviewerRecommendation"> <h3>{translate key="editor.article.enterReviewerRecommendation"}</h3> <br /> <form method="post" action="{url op="enterReviewerRecommendation"}"> <input type="hidden" name="articleId" value="{$articleId|escape}" /> <input type="hidden" name="reviewId" value="{$reviewId|escape}" /> <table width="100%" class="data"> <tr valign="top"> <td width="20%" class="label">{translate key="editor.article.recommendation"}</td> <td width="80%" class="value"> <select name="recommendation" size="1" class="selectMenu"> {html_options_translate options=$reviewerRecommendationOptions} </select> </td> </tr> </table> <p><input type="submit" value="{translate key="common.save"}" class="button defaultButton" /> <input type="button" value="{translate key="common.cancel"}" class="button" onclick="document.location.href='{url op="submissionReview" path=$articleId escape=false}';"/></p> </form> </div> {include file="common/footer.tpl"}