{** * templates/layoutEditor/backIssues.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. * * Listings of back issues * *} {assign var="pageTitle" value="editor.issues.backIssues"} {url|assign:"currentUrl" page="editor" op="backIssues"}{include file="common/header.tpl"}
{assign var=pos value=1} {iterate from=issues item=issue} {assign var=pos value=$pos+1} {/iterate} {if $issues->wasEmpty()} {else} {/if}
 
{translate key="issue.issue"} {translate key="editor.issues.published"} {translate key="editor.issues.numArticles"}
 
getId()}" class="action">{$issue->getIssueIdentification()|escape} {$issue->getDatePublished()|date_format:"$dateFormatShort"|default:"—"} {$issue->getNumArticles()|escape}
 
{translate key="issue.noIssues"}
 
{page_info iterator=$issues} {page_links anchor="issues" name="issues" iterator=$issues}
{include file="common/footer.tpl"}