{** * editorialTeam.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * About the Journal index. * * $Id$ *} {strip} {assign var="pageTitle" value="about.editorialTeam"} {include file="common/header.tpl"} {/strip}
{if count($editors) > 0}
{if count($editors) == 1}

{translate key="user.role.editor"}

{else}

{translate key="user.role.editors"}

{/if}
    {foreach from=$editors item=editor}
  1. getId()}')">{$editor->getFullName()|escape}{if $editor->getLocalizedAffiliation()}, {$editor->getLocalizedAffiliation()|escape}{/if}{if $editor->getCountry()}{assign var=countryCode value=$editor->getCountry()}{assign var=country value=$countries.$countryCode}, {$country|escape}{/if}
  2. {/foreach}
{/if} {if count($sectionEditors) > 0}
{if count($sectionEditors) == 1}

{translate key="user.role.sectionEditor"}

{else}

{translate key="user.role.sectionEditors"}

{/if}
    {foreach from=$sectionEditors item=sectionEditor}
  1. getId()}')">{$sectionEditor->getFullName()|escape}{if $sectionEditor->getLocalizedAffiliation()}, {$sectionEditor->getLocalizedAffiliation()|escape}{/if}{if $sectionEditor->getCountry()}{assign var=countryCode value=$sectionEditor->getCountry()}{assign var=country value=$countries.$countryCode}, {$country|escape}{/if}
  2. {/foreach}
{/if} {if count($layoutEditors) > 0}
{if count($layoutEditors) == 1}

{translate key="user.role.layoutEditor"}

{else}

{translate key="user.role.layoutEditors"}

{/if}
    {foreach from=$layoutEditors item=layoutEditor}
  1. getId()}')">{$layoutEditor->getFullName()|escape}{if $layoutEditor->getLocalizedAffiliation()}, {$layoutEditor->getLocalizedAffiliation()|escape}{/if}{if $layoutEditor->getCountry()}{assign var=countryCode value=$layoutEditor->getCountry()}{assign var=country value=$countries.$countryCode}, {$country|escape}{/if}
  2. {/foreach}
{/if} {if count($copyEditors) > 0}
{if count($copyEditors) == 1}

{translate key="user.role.copyeditor"}

{else}

{translate key="user.role.copyeditors"}

{/if}
    {foreach from=$copyEditors item=copyEditor}
  1. getId()}')">{$copyEditor->getFullName()|escape}{if $copyEditor->getLocalizedAffiliation()}, {$copyEditor->getLocalizedAffiliation()|escape}{/if}{if $copyEditor->getCountry()}{assign var=countryCode value=$copyEditor->getCountry()}{assign var=country value=$countries.$countryCode}, {$country|escape}{/if}
  2. {/foreach}
{/if} {if count($proofreaders) > 0}
{if count($proofreaders) == 1}

{translate key="user.role.proofreader"}

{else}

{translate key="user.role.proofreaders"}

{/if}
    {foreach from=$proofreaders item=proofreader}
  1. getId()}')">{$proofreader->getFullName()|escape}{if $proofreader->getLocalizedAffiliation()}, {$proofreader->getLocalizedAffiliation()|escape}{/if}{if $proofreader->getCountry()}{assign var=countryCode value=$proofreader->getCountry()}{assign var=country value=$countries.$countryCode}, {$country|escape}{/if}
  2. {/foreach}
{/if}
{include file="common/footer.tpl"}