{** * templates/about/submissions.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * About the Journal / Submissions. * *} {strip} {assign var="pageTitle" value="about.submissions"} {include file="common/header.tpl"} {/strip} {if $currentJournal->getSetting('journalPaymentsEnabled') && ($currentJournal->getSetting('submissionFeeEnabled') || $currentJournal->getSetting('fastTrackFeeEnabled') || $currentJournal->getSetting('publicationFeeEnabled')) } {assign var="authorFees" value=1} {/if} {if !$currentJournal->getSetting('disableUserReg')}

{translate key="about.onlineSubmissions"}

{translate key="about.onlineSubmissions.haveAccount" journalTitle=$siteTitle|escape}
{translate key="about.onlineSubmissions.login"}

{translate key="about.onlineSubmissions.needAccount"}
{translate key="about.onlineSubmissions.registration"}

{translate key="about.onlineSubmissions.registrationRequired"}

{/if}
 
{if $currentJournal->getLocalizedSetting('authorGuidelines') != ''}

{translate key="about.authorGuidelines"}

{$currentJournal->getLocalizedSetting('authorGuidelines')|nl2br}

 
{/if} {if $submissionChecklist}

{translate key="about.submissionPreparationChecklist"}

{translate key="about.submissionPreparationChecklist.description"}

    {foreach from=$submissionChecklist item=checklistItem}
  1. {$checklistItem.content|nl2br}
  2. {/foreach}
 
{/if}{* $submissionChecklist *} {if $currentJournal->getLocalizedSetting('copyrightNotice') != ''}

{translate key="about.copyrightNotice"}

{$currentJournal->getLocalizedSetting('copyrightNotice')|nl2br}

 
{/if} {if $currentJournal->getLocalizedSetting('privacyStatement') != ''}

{translate key="about.privacyStatement"}

{$currentJournal->getLocalizedSetting('privacyStatement')|nl2br}

 
{/if} {if $authorFees}

{translate key="manager.payment.authorFees"}

{translate key="about.authorFeesMessage"}

{if $currentJournal->getSetting('submissionFeeEnabled')}

{$currentJournal->getLocalizedSetting('submissionFeeName')|escape}: {$currentJournal->getSetting('submissionFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{$currentJournal->getLocalizedSetting('submissionFeeDescription')|nl2br}

{/if} {if $currentJournal->getSetting('fastTrackFeeEnabled')}

{$currentJournal->getLocalizedSetting('fastTrackFeeName')|escape}: {$currentJournal->getSetting('fastTrackFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{$currentJournal->getLocalizedSetting('fastTrackFeeDescription')|nl2br}

{/if} {if $currentJournal->getSetting('publicationFeeEnabled')}

{$currentJournal->getLocalizedSetting('publicationFeeName')|escape}: {$currentJournal->getSetting('publicationFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{$currentJournal->getLocalizedSetting('publicationFeeDescription')|nl2br}

{/if} {if $currentJournal->getLocalizedSetting('waiverPolicy') != ''}

{$currentJournal->getLocalizedSetting('waiverPolicy')|nl2br}

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