first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{**
|
||||
* 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=\PKP\core\PKPApplication::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>
|
||||
Reference in New Issue
Block a user