{** * @file plugins/importexport/doaj/templates/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. * * Select issues for export. *} {strip} {assign var="pageTitle" value="plugins.importexport.common.export.selectIssue"} {assign var="pageCrumbTitle" value="plugins.importexport.common.export.selectIssue"} {include file="common/header.tpl"} {/strip}
{iterate from=issues item=issue} {assign var=doajRegistered value=$issue->getData('doaj::registered')} {/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} {if !$doajRegistered} getId() target="issue" markRegistered=true}" class="action">{translate key="plugins.importexport.common.markRegistered"} {/if} getId() target="issue" export=true}" class="action">{translate key="common.export"}
 
 
{page_info iterator=$issues} {page_links anchor="issues" name="issues" iterator=$issues}

 

{include file="common/footer.tpl"}