{**
* plugins/importexport/erudit/index.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 article galleys to potentially export
*
*}
{strip}
{assign var="pageTitle" value="plugins.importexport.erudit.selectArticle"}
{assign var="pageCrumbTitle" value="plugins.importexport.erudit.selectArticle"}
{include file="common/header.tpl"}
{/strip}
{translate key="issue.issue"} | {translate key="article.title"} | {translate key="article.authors"} | {translate key="submission.galley"} | |
getId()}" class="action">{$issue->getIssueIdentification()|strip_unsafe_html|nl2br} | {$article->getLocalizedTitle()|strip_unsafe_html} | {$article->getAuthorString()|escape} | {assign var="hasPriorAction" value=0} {foreach from=$publishedArticle->getGalleys() item=galley} {if $hasPriorAction} | {/if} getId():$galley->getId()}" class="action">{$galley->getGalleyLabel()|escape} {assign var="hasPriorAction" value=1} {/foreach} | |
{translate key="common.none"} | ||||
{page_info iterator=$articles} | {page_links anchor="articles" name="articles" iterator=$articles} |