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

{translate key="author.submit.confirmationDescription" journalTitle=$journal->getLocalizedTitle()}

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

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

{foreach from=$files item=file} {foreachelse} {/foreach}
 
{translate key="common.id"} {translate key="common.originalFileName"} {translate key="common.type"} {translate key="common.fileSize"} {translate key="common.dateUploaded"}
 
{$file->getFileId()} getFileId()}">{$file->getOriginalFileName()|escape} {if ($file->getType() == 'supp')}{translate key="article.suppFile"}{else}{translate key="author.submit.submissionFile"}{/if} {$file->getNiceFileSize()} {$file->getDateUploaded()|date_format:$dateFormatTrunc}
{translate key="author.submit.noFiles"}
{if $authorFees} {include file="author/submit/authorFees.tpl" showPayLinks=1} {if $currentJournal->getLocalizedSetting('waiverPolicy') != ''} {if $manualPayment}

{translate key="payment.alreadyPaid"}

{translate key="payment.paymentSent"}
{translate key="payment.alreadyPaidMessage"}
{/if}

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

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

{/if}
{/if} {call_hook name="Templates::Author::Submit::Step5::AdditionalItems"}

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