{** * templates/frontend/pages/searchAuthorIndex.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Index of published articles by author. * *} {strip} {assign var="pageTitle" value="search.authorIndex"} {include file="frontend/components/header.tpl"} {/strip}
{foreach from=$alphaList item=letter}{if $letter == $searchInitial}{$letter|escape}{else}{$letter|escape}{/if} {/foreach}{if $searchInitial==''}{translate key="common.all"}{else}{translate key="common.all"}{/if}
{include file="frontend/components/footer.tpl"}