{** * suppFile.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Add/edit a supplementary file. * * $Id$ *} {assign var="pageTitle" value="author.submit.step4a"} {include file="author/submit/submitHeader.tpl"}

<< {translate key="author.submit.backToSupplementaryFiles"}

{include file="common/formErrors.tpl"} {if count($formLocales) > 1}
{fieldLabel name="formLocale" key="form.formLanguage"} {url|assign:"submitFormUrl" path=$suppFileId articleId=$articleId escape=false} {form_language_chooser form="submit" url=$submitFormUrl} {translate key="form.formLanguage.description"}
{/if}

{translate key="author.submit.supplementaryFileData"}

{translate key="author.submit.supplementaryFileDataDescription"}

{fieldLabel required="true" name="title" key="common.title"}
{fieldLabel name="creator" key="author.submit.suppFile.createrOrOwner"}
{fieldLabel name="subject" key="common.keywords"}
{fieldLabel name="type" key="common.type"}
{fieldLabel name="description" key="author.submit.suppFile.briefDescription"}
{fieldLabel name="publisher" key="common.publisher"}
  {translate key="author.submit.suppFile.publisherDescription"}
{fieldLabel name="sponsor" key="author.submit.suppFile.contributorOrSponsor"}
{fieldLabel name="dateCreated" key="common.date"} {translate key="submission.date.yyyymmdd"}
  {translate key="author.submit.suppFile.dateDescription"}
{fieldLabel name="source" key="common.source"}
  {translate key="author.submit.suppFile.sourceDescription"}
{fieldLabel name="language" key="common.language"}
  {translate key="author.submit.languageInstructions"}

{translate key="author.submit.supplementaryFileUpload"}

{if $suppFile && $suppFile->getFileId()}
{translate key="common.fileName"} getFileId()}">{$suppFile->getFileName()|escape}
{translate key="common.originalFileName"} {$suppFile->getOriginalFileName()|escape}
{translate key="common.fileSize"} {$suppFile->getNiceFileSize()}
{translate key="common.dateUploaded"} {$suppFile->getDateUploaded()|date_format:$datetimeFormatShort}
 
{else} {translate key="author.submit.suppFile.noFile"} {/if}
{if not $suppFile} {/if}
{fieldLabel name="uploadSuppFile" key="common.replaceFile"}   {translate key="form.saveToUpload"}
   

{translate key="common.requiredField"}

{include file="common/footer.tpl"}