{** * plugins/importexport/sample/issues.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. * * List of issues to potentially export * *} {strip} {assign var="pageTitle" value="plugins.importexport.sample.selectIssue.long"} {assign var="pageCrumbTitle" value="plugins.importexport.sample.selectIssue.short"} {include file="common/header.tpl"} {/strip}
{iterate from=issues item=issue} {/iterate} {if $issues->wasEmpty()} {else} {/if}
 
{translate key="issue.issue"} {translate key="editor.issues.published"} {translate key="editor.issues.numArticles"} {translate key="common.action"}
 
getId()}" class="action">{$issue->getIssueIdentification()|strip_unsafe_html|nl2br} {$issue->getDatePublished()|date_format:"$dateFormatShort"|default:"—"} {$issue->getNumArticles()|escape} getId()}" class="action">{translate key="common.export"}
 
{translate key="issue.noIssues"}
 
{page_info iterator=$issues} {page_links anchor="issues" name="issues" iterator=$issues}
{include file="common/footer.tpl"}