{** * issue.tpl * * Copyright (c) 2003-2009 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Issue * * $Id: issue.tpl,v 1.49 2009/08/26 21:18:21 asmecher Exp $ *} {foreach name=sections from=$publishedArticles item=section key=sectionId} {if $section.title != "Full Version"}
| {/if} {if $article->getLocalizedAbstract() == ""} {assign var=hasAbstract value=0} {else} {assign var=hasAbstract value=1} {/if} {assign var=articleId value=$article->getArticleId()} {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()}
|
| {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} |