{** * issue.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Issue * * $Id$ *} {foreach name=sections from=$publishedArticles item=section key=sectionId} {if $section.title != "Full Version"}

{$section.title|escape}

{foreach from=$section.articles item=article}
{assign var=articlePath value=$article->getBestArticleId($currentJournal)} {if $article->getLocalizedFileName() && $article->getLocalizedShowCoverPage() && !$article->getHideCoverPageToc($locale)} {/if} {call_hook name="Templates::Issue::Issue::ArticleCoverImage"} {if $article->getLocalizedAbstract() == ""} {assign var=hasAbstract value=0} {else} {assign var=hasAbstract value=1} {/if} {assign var=articleId value=$article->getId()} {if (!$subscriptionRequired || $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN || $subscribedUser || $subscribedDomain || ($subscriptionExpiryPartial && $articleExpiryPartial.$articleId))} {assign var=hasAccess value=1} {else} {assign var=hasAccess value=0} {/if}
{if !$hasAccess || $hasAbstract}{$article->getLocalizedTitle()|strip_unsafe_html}{else}{$article->getLocalizedTitle()|strip_unsafe_html}{/if}{if $section.title == "Full Version"} (Full Version) {/if} {if $hasAccess || ($subscriptionRequired && $showGalleyLinks)} {** if ($section.title == "Articoli") || ($section.title == "Original Paper") || ($section.title == "") *} {if ($section.title != "Table of Contents") && ($section.title != "Table Of Contents") } {if !$hasAccess || $hasAbstract} getBestArticleId($currentJournal)}" class="file">{translate key="article.details"} {else} getBestArticleId($currentJournal)}" class="file">{translate key="article.details"} {/if} {/if}     {foreach from=$article->getLocalizedGalleys() item=galley name=galleyList} getBestGalleyId($currentJournal)}" class="file">{$galley->getGalleyLabel()|escape} {if $subscriptionRequired && $showGalleyLinks && $restrictOnlyPdf} {if $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN || !$galley->isPdfGalley()} {else} {/if} {/if} {/foreach} {if $subscriptionRequired && $showGalleyLinks && !$restrictOnlyPdf} {if $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN} {else} {/if} {/if} {/if}
{if (!$section.hideAuthor && $article->getHideAuthor() == 0) || $article->getHideAuthor() == 2} {foreach from=$article->getAuthors() item=author name=authorList} {$author->getFullName()|escape}{if !$smarty.foreach.authorList.last},{/if} {/foreach} {/if} {$article->getPages()|escape}
{/foreach} {if !$smarty.foreach.sections.last}
{/if} {/if} {/foreach}