{** * @file plugins/importexport/datacite/templates/galleys.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 galleys for export. *} {strip} {assign var="pageTitle" value="plugins.importexport.common.export.selectGalley"} {assign var="pageCrumbTitle" value="plugins.importexport.common.export.selectGalley"} {include file="common/header.tpl"} {/strip}
{iterate from=galleys item=galleyData} {assign var=galley value=$galleyData.galley} {assign var=language value=$galleyData.language} {assign var=article value=$galleyData.article} {assign var=issue value=$galleyData.issue} {if $galley->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 $galleys->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()|to_array:$galley->getId()}" class="action">{$article->getLocalizedTitle()|cat:' ('|cat:$galley->getLabel()|cat:', '|cat:$language->getName()|cat:')'|strip_unsafe_html} {$article->getAuthorString()|escape} {if $hasCredentials} getId() params=$testMode target="galley" register=true}" title="{$updateOrRegisterDescription}" class="action">{$updateOrRegister} {/if} getId() params=$testMode target="galley" export=true}" title="{translate key="plugins.importexport.common.exportDescription"}" class="action">{translate key="common.export"}
 
{translate key="plugins.importexport.common.export.noGalleys"}
 
{page_info iterator=$galleys} {page_links anchor="galleys" name="galleys" iterator=$galleys}

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