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

{translate key=$howToKeyName supportName=$journalSettings.supportName supportEmail=$journalSettings.supportEmail supportPhone=$journalSettings.supportPhone}

{include file="common/formErrors.tpl"} {if $articleId}{/if} {if count($sectionOptions) <= 1}

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

{else} {if count($sectionOptions) == 2} {* If there's only one section, force it and skip the section parts of the interface. *} {foreach from=$sectionOptions item=val key=key} {/foreach} {else}{* if count($sectionOptions) == 2 *}

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

{url|assign:"url" page="about"}

{translate key="author.submit.journalSectionDescription" aboutUrl=$url}

{fieldLabel name="sectionId" required="true" key="section.section"}
{* section *}
{/if}{* if count($sectionOptions) == 2 *} {if count($supportedSubmissionLocaleNames) == 1} {* There is only one supported submission locale; choose it invisibly *} {foreach from=$supportedSubmissionLocaleNames item=localeName key=locale} {/foreach} {else} {* There are several submission locales available; allow choice *}

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

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

{fieldLabel name="locale" required="true" key="article.language"}
{* submissionLocale *} {/if}{* count($supportedSubmissionLocaleNames) == 1 *} {if $authorFees} {include file="author/submit/authorFees.tpl" showPayLinks=0}
{/if} {if $currentJournal->getLocalizedSetting('submissionChecklist')} {foreach name=checklist from=$currentJournal->getLocalizedSetting('submissionChecklist') key=checklistId item=checklistItem} {if $checklistItem.content} {if !$notFirstChecklistItem} {assign var=notFirstChecklistItem value=1}

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

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

{/if} {/if} {/foreach} {if $notFirstChecklistItem}
{* checklist *}
{/if} {/if}{* if count($sectionOptions) <= 1 *} {if $currentJournal->getLocalizedSetting('copyrightNotice') != ''}

{translate key="about.copyrightNotice"}

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

{if $journalSettings.copyrightNoticeAgree}
{/if}{* $journalSettings.copyrightNoticeAgree *}
{* copyrightNotice *}
{/if}{* $currentJournal->getLocalizedSetting('copyrightNotice') != '' *}

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


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

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

{fieldLabel name="commentsToEditor" key="author.submit.comments"}
{* commentsForEditor *}

{translate key="common.requiredField"}

{/if}{* If not accepting submissions *} {include file="common/footer.tpl"}