{** * templates/controllers/wizard/fileUpload/form/uploadedFileSummary.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. * * @brief Summary of the file name, type, size and dimensions. * * @uses $submissionFile SubmissionFile|SubmissionArtworkFile|SupplementaryFile The file. *}
{$submissionFile->getLocalizedName()|escape} {translate key="common.edit"}
{fbvFormSection title="submission.form.name" required=true} {fbvElement type="text" id="name" value=$submissionFile->getName(null) multilingual=true maxlength="255" required=true} {/fbvFormSection}
{if is_a($submissionFile, 'SubmissionArtworkFile')} {translate key="common.dimensionsPixels" width=$submissionFile->getWidth() height=$submissionFile->getHeight()} {translate key="common.dimensionsInches" width=$submissionFile->getPhysicalWidth(300) height=$submissionFile->getPhysicalHeight(300) dpi=300} {/if} {$submissionFile->getExtension()|lower|escape} {$submissionFile->getNiceFileSize()}