{** * templates/issue/archive.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. * * Issue Archive. * *} {strip} {assign var="pageTitle" value="archive.archives"} {include file="common/header.tpl"} {/strip}
{iterate from=issues item=issue} {if $issue->getYear() != $lastYear} {if !$notFirstYear} {assign var=notFirstYear value=1} {else}

{/if}

{$issue->getYear()|escape}

{assign var=lastYear value=$issue->getYear()} {/if}
{if $issue->getLocalizedFileName() && $issue->getShowCoverPage($locale) && !$issue->getHideCoverPageArchives($locale)}

getBestIssueId($currentJournal)}">{$issue->getIssueIdentification()|escape}

{$issue->getLocalizedCoverPageDescription()|strip_unsafe_html|nl2br}
{else}

getBestIssueId($currentJournal)}">{$issue->getIssueIdentification()|escape}

{$issue->getLocalizedDescription()|strip_unsafe_html|nl2br}
{/if}
{/iterate} {if $notFirstYear}
{/if} {if !$issues->wasEmpty()} {page_info iterator=$issues}     {page_links anchor="issues" name="issues" iterator=$issues} {else} {translate key="current.noCurrentIssueDesc"} {/if} {include file="common/footer.tpl"}