{** * @file plugins/importexport/crossref/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="issueId" value=$issue->getId()} {if $allArticlesRegistered} {capture assign="updateOrRegister"}{translate key="plugins.importexport.common.update"}{/capture} {capture assign="updateOrRegisterDescription"}{translate key="plugins.importexport.common.updateDescription"}{/capture} {else} {capture assign="updateOrRegister"}{translate key="plugins.importexport.common.register"}{/capture} {capture assign="updateOrRegisterDescription"}{translate key="plugins.importexport.common.registerDescription"}{/capture} {/if} {/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:"—"} {$numArticles[$issueId]|escape} {if $hasCredentials} getId() params=$testMode target="issue" register=true}" title="{$updateOrRegisterDescription}" class="action">{$updateOrRegister} {/if} getId() params=$testMode target="issue" export=true}" title="{translate key="plugins.importexport.common.exportDescription"}" class="action">{translate key="common.export"}
 
{translate key="plugins.importexport.common.export.noIssues"}
 
{page_info iterator=$issues} {page_links anchor="issues" name="issues" iterator=$issues}

{if !empty($testMode)}{/if} {if $hasCredentials}     {/if}  

{if $hasCredentials} {translate key="plugins.importexport.common.register.warning"} {else} {capture assign="settingsUrl"}{plugin_url path="settings"}{/capture} {translate key="plugins.importexport.common.register.noCredentials" settingsUrl=$settingsUrl} {/if}

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