{** * plugins/generic/sword/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. * * List of operations this plugin can perform * *} {strip} {assign var="pageTitle" value="plugins.importexport.sword.displayName"} {include file="common/header.tpl"} {/strip}
 {translate key="plugins.importexport.sword.depositPoint.addRemove}
{html_options name="swordDepositPoint" options=$swordDepositPoints selected=$swordDepositPoint}
{translate key="common.options"}
{iterate from=articles item=articleData} {assign var=article value=$articleData.article} {assign var=issue value=$articleData.issue} {/iterate} {if $articles->wasEmpty()} {else} {/if}
 
  {translate key="issue.issue"} {translate key="article.title"} {translate key="article.authors"}
 
getId()}" class="action">{$issue->getIssueIdentification()|strip_unsafe_html|nl2br} {$article->getLocalizedTitle()|strip_unsafe_html} {$article->getAuthorString()|escape}
 
{translate key="common.none"}
 
{page_info iterator=$articles} {page_links anchor="articles" name="articles" iterator=$articles swordUrl=$swordUrl swordUsername=$swordUsername swordPassword=$swordPassword}

 

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