KONTOLODON
/
var
/
www
/
old-ojs-3.3.0-11
/
lib
/
pkp
/
templates
/
controllers
/
grid
/
files
/
review
/
Nama File / Folder
Size
Action
manageReviewFiles.tpl
1.244KB
Hapus
Edit
Rename
{** * templates/controllers/grid/files/review/manageReviewFiles.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. * * Allows editor to add more file to the review (that weren't added when the submission was sent to review) *} <script> $(function() {ldelim} // Attach the form handler. $('#manageReviewFilesForm').pkpHandler('$.pkp.controllers.form.AjaxFormHandler'); {rdelim}); </script> <form class="pkp_form" id="manageReviewFilesForm" action="{url component="grid.files.review.ManageReviewFilesGridHandler" op="updateReviewFiles" submissionId=$submissionId|escape stageId=$stageId|escape reviewRoundId=$reviewRoundId|escape}" method="post"> <!-- Current review files --> <div id="existingFilesContainer"> {csrf} <!-- Available submission files --> {capture assign=availableReviewFilesGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.files.review.ManageReviewFilesGridHandler" op="fetchGrid" submissionId=$submissionId stageId=$stageId reviewRoundId=$reviewRoundId escape=false}{/capture} {load_url_in_div id="availableReviewFilesGrid" url=$availableReviewFilesGridUrl} {fbvFormButtons} </div> </form>