{** * templates/search/authorIndex.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 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="common/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="common/footer.tpl"}