{** * @file plugins/importexport/datacite/templates/articles.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 articles for export. *} {strip} {assign var="pageTitle" value="plugins.importexport.common.export.selectArticle"} {assign var="pageCrumbTitle" value="plugins.importexport.common.export.selectArticle"} {include file="common/header.tpl"} {/strip}
{iterate from=articles item=articleData} {assign var=article value=$articleData.article} {assign var=issue value=$articleData.issue} {if $article->getData('datacite::registeredDoi')} {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 $articles->wasEmpty()} {else} {/if}
 
  {translate key="issue.issue"} {translate key="article.title"} {translate key="article.authors"} {translate key="common.action"}
 
getId()}" class="action">{$issue->getIssueIdentification()|strip_tags} getId()}" class="action">{$article->getLocalizedTitle()|strip_unsafe_html} {$article->getAuthorString()|escape} {if $hasCredentials} getId() params=$testMode target="article" register=true}" title="{$updateOrRegisterDescription}" class="action">{$updateOrRegister} {/if} getId() params=$testMode target="article" export=true}" title="{translate key="plugins.importexport.common.exportDescription"}" class="action">{translate key="common.export"}
 
{translate key="plugins.importexport.common.export.noArticles"}
 
{page_info iterator=$articles} {page_links anchor="articles" name="articles" iterator=$articles}

{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"}