{** * editorialPolicies.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * About the Journal / Editorial Policies. * * $Id$ *} {strip} {assign var="pageTitle" value="about.editorialPolicies"} {include file="common/header.tpl"} {/strip}
{$currentJournal->getLocalizedSetting('focusScopeDesc')|nl2br}
{$section->getLocalizedPolicy()|nl2br}
{/if} {assign var="hasEditors" value=0} {foreach from=$sectionEditorEntriesBySection item=sectionEditorEntries key=key} {if $key == $section->getId()} {foreach from=$sectionEditorEntries item=sectionEditorEntry} {assign var=sectionEditor value=$sectionEditorEntry.user} {if 0 == $hasEditors++} {translate key="user.role.editors"}| {if !$section->getEditorRestricted()}{icon name="checked"}{else}{icon name="unchecked"}{/if} {translate key="manager.sections.open"} | {if $section->getMetaIndexed()}{icon name="checked"}{else}{icon name="unchecked"}{/if} {translate key="manager.sections.indexed"} | {if $section->getMetaReviewed()}{icon name="checked"}{else}{icon name="unchecked"}{/if} {translate key="manager.sections.reviewed"} |
{$currentJournal->getLocalizedSetting('reviewPolicy')|nl2br}
{$currentJournal->getLocalizedSetting('pubFreqPolicy')|nl2br}
{$currentJournal->getLocalizedSetting('openAccessPolicy')|nl2br}
{translate key="about.delayedOpenAccessDescription1"} {$currentJournal->getSetting('delayedOpenAccessDuration')} {translate key="about.delayedOpenAccessDescription2"}
{if $currentJournal->getLocalizedSetting('delayedOpenAccessPolicy') != ''}{$currentJournal->getLocalizedSetting('delayedOpenAccessPolicy')|nl2br}
{/if}{$currentJournal->getLocalizedSetting('lockssLicense')|nl2br}
{$customAboutItem.content|nl2br}
{if !$smarty.foreach.customAboutItems.last}