{** * step4.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Step 4 of author article submission. * * $Id$ *} {assign var="pageTitle" value="author.submit.step4"} {include file="author/submit/submitHeader.tpl"}
{include file="common/formErrors.tpl"}

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

{foreach from=$suppFiles item=file} {foreachelse} {/foreach}
 
{translate key="common.id"} {translate key="common.title"} {translate key="common.originalFileName"} {translate key="common.dateUploaded"} {translate key="common.action"}
 
{$file->getSuppFileId()} {$file->getSuppFileTitle()|escape} {$file->getOriginalFileName()|escape} {$file->getDateSubmitted()|date_format:$dateFormatTrunc} getSuppFileId() articleId=$articleId}" class="action">{translate key="common.edit"} | getSuppFileId() articleId=$articleId}" onclick="return confirm('{translate|escape:"jsparam" key="author.submit.confirmDeleteSuppFile"}')" class="action">{translate key="common.delete"}
{translate key="author.submit.noSupplementaryFiles"}
{fieldLabel name="uploadSuppFile" key="author.submit.uploadSuppFile"} {if $currentJournal->getSetting('showEnsuringLink')}{translate key="reviewer.article.ensuringBlindReview"}{/if}

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