{** * templates/controllers/wizard/fileUpload/form/submissionFileMetadataForm.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * File metadata form. * * Parameters: * $submissionFile: The submission file. * $stageId: The workflow stage id from which the upload * wizard was called. * $showButtons: True iff form buttons should be presented. *} {assign var=metadataFormId value="metadataForm"|uniqid}
getSubmissionId() stageId=$stageId reviewRoundId=$reviewRoundId fileStage=$submissionFile->getFileStage() fileId=$submissionFile->getFileId() escape=false}" method="post"> {csrf} {* Editable metadata *} {fbvFormArea id="fileMetaData"} {* File name and detail summary *} {fbvFormSection} {include file="controllers/wizard/fileUpload/form/uploadedFileSummary.tpl" submissionFile=$submissionFile} {/fbvFormSection} {/fbvFormArea} {if $submissionFile->supportsDependentFiles()} {capture assign=dependentFilesGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.files.dependent.DependentFilesGridHandler" op="fetchGrid" submissionId=$submissionFile->getSubmissionId() fileId=$submissionFile->getFileId() stageId=$stageId reviewRoundId=$reviewRoundId escape=false}{/capture} {load_url_in_div id="dependentFilesGridDiv" url=$dependentFilesGridUrl} {/if} {if $showButtons} {fbvElement type="hidden" id="showButtons" value=$showButtons} {fbvFormButtons submitText="common.save"} {/if}