{** * issueData.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form for creation and modification of an issue * * $Id$ *} {strip} {assign var="pageTitleTranslated" value=$issue->getIssueIdentification()} {assign var="pageCrumbTitleTranslated" value=$issue->getIssueIdentification(false,true)} {include file="common/header.tpl"} {/strip} {if !$isLayoutEditor}{* Layout Editors can also access this page. *} {/if}
{translate key="issue.issue"}:
{if $styleFileName} {/if} {include file="common/formErrors.tpl"}

{translate key="editor.issues.identification"}

{if count($formLocales) > 1} {/if} {if $enablePublicIssueId} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {url|assign:"issueUrl" op="issueData" path=$issueId escape=false} {form_language_chooser form="issue" url=$issueUrl} {translate key="form.formLanguage.description"}
{fieldLabel name="volume" key="issue.volume"}
{fieldLabel name="number" key="issue.number"}
{fieldLabel name="year" key="issue.year"}
{fieldLabel name="labelFormat" key="editor.issues.issueIdentification"}


{fieldLabel name="publicIssueId" key="editor.issues.publicIssueIdentifier"}
{fieldLabel name="title" key="issue.title"}
{fieldLabel name="description" key="editor.issues.description"}
{translate key="common.status"} {if $issue->getDatePublished()} {translate key="editor.issues.published"}   {* Find good values for starting and ending year options *} {assign var=publishedYear value=$issue->getDatePublished()|date_format:"%Y"} {assign var=currentYear value=$smarty.now|date_format:"%Y"} {math|assign:"minYear" equation="min(x,y)-10" x=$publishedYear y=$currentYear} {math|assign:"maxYear" equation="max(x,y)+2" x=$publishedYear y=$currentYear} {html_select_date prefix="datePublished" time=$datePublished all_extra="class=\"selectMenu\"" start_year=$minYear end_year=$maxYear} {else} {translate key="editor.issues.unpublished"} {/if} {if $issue->getDateNotified()}
{translate key="editor.usersNotified"}   {$issue->getDateNotified()|date_format:$dateFormatShort} {/if}
{if ($currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION && !$enableDelayedOpenAccess) || ($currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION && $enableDelayedOpenAccess && $issue->getPublished())}

{translate key="editor.issues.access"}

{fieldLabel name="accessStatus" key="editor.issues.accessStatus"}
{fieldLabel name="openAccessDate" key="editor.issues.accessDate"}  {fieldLabel name="enableOpenAccessDate" key="editor.issues.enableOpenAccessDate"}
{if $openAccessDate} {html_select_date prefix=openAccessDate time=$openAccessDate end_year="+20" all_extra="class=\"selectMenu\""} {else} {html_select_date prefix=openAccessDate time=$openAccessDate end_year="+20" all_extra="class=\"selectMenu\" disabled=\"disabled\""} {/if}
{/if}

{translate key="editor.issues.cover"}

{fieldLabel name="coverPage" key="editor.issues.coverPage"}   {translate key="form.saveToUpload"}
{translate key="editor.issues.coverPageInstructions"}
{translate key="editor.issues.uploaded"}: {if $fileName[$formLocale] }{$originalFileName[$formLocale]} {translate key="editor.issues.remove"}{else}—{/if}
{fieldLabel name="coverPageAltText" key="common.altText"}
  {translate key="common.altTextInstructions"}
{fieldLabel name="styleFile" key="editor.issues.styleFile"}   {translate key="form.saveToUpload"}
{translate key="editor.issues.uploaded"}: {if $styleFileName}{$originalStyleFileName|escape} {translate key="editor.issues.remove"}{else}—{/if}
{fieldLabel name="coverPageDescription" key="editor.issues.coverPageCaption"}
{fieldLabel name="hideCoverPageArchives" key="editor.issues.coverPageDisplay"}
 

{translate key="common.requiredField"}

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