{** * article.tpl * * Copyright (c) 2003-2009 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article View. * * $Id: article.tpl,v 1.70 2009/06/19 23:31:56 mcrider Exp $ *} {include file="article/header.tpl"} {if $galley} {if $galley->isHTMLGalley()}
{translate key="article.fontSize"}:  {icon path="lib/pkp/templates/images/icons/" name="font_small"}  {icon path="lib/pkp/templates/images/icons/" name="font_medium"}  {icon path="lib/pkp/templates/images/icons/" name="font_large"}
{$galley->getHTMLContents()} {/if} {else}
{assign var=galleys value=$article->getLocalizedGalleys()} {if $galleys && $subscriptionRequired && $showGalleyLinks}
{translate key= {translate key="reader.openAccess"}  {translate key= {if $purchaseArticleEnabled} {translate key="reader.subscriptionOrFeeAccess"} {else} {translate key="reader.subscriptionAccess"} {/if}
{/if}
{translate key="article.fontSize"}:  {icon path="lib/pkp/templates/images/icons/" name="font_small"}  {icon path="lib/pkp/templates/images/icons/" name="font_medium"}  {icon path="lib/pkp/templates/images/icons/" name="font_large"}
{if $coverPagePath}
{$coverPageAltText|escape}
{/if}

{$article->getLocalizedTitle()|strip_unsafe_html}

{$article->getAuthorStringInArticle()}

{if $article->getLocalizedAbstract()}

{translate key="article.abstract"}


{$article->getLocalizedAbstract()}

{/if} {if ($article->getDOI() != '§')}
DOI Code: {$article->getDOI()}

{/if} {if ($article->getArticleSubject() != '') } {* PMarra 11_2_2010 "getSubject()" changed in "getArticleSubject()"*}
Keywords: {foreach from=$article->getArticleSubject()|strip_unsafe_html|nl2br item=keyword} {$keyword} {/foreach}

{/if} {if ($article->getArticleClassification() != '') }
Classification: {foreach from=$article->getArticleClassification()|strip_unsafe_html|nl2br item=classif} {$classif} {/foreach}

{/if} {if $article->getCitations()}

{translate key="article.citations"}


{$article->getCitations()|strip_unsafe_html|nl2br}

{/if} {if (!$subscriptionRequired || $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN || $subscribedUser || $subscribedDomain)} {assign var=hasAccess value=1} {else} {assign var=hasAccess value=0} {/if} {if $galleys} {translate key="reader.fullText"} {if $hasAccess || ($subscriptionRequired && $showGalleyLinks)} {foreach from=$article->getLocalizedGalleys() item=galley name=galleyList} getBestArticleId($currentJournal)|to_array:$galley->getBestGalleyId($currentJournal)}" class="file" target="_parent">{$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} {else}  {translate key="reader.subscribersOnly"} {/if} {/if} {/if} {if $article->getArtIdByArtRef()>0}

{translate key="article.references"}

{$article->getReference()}
{/if} {include file="article/comments.tpl"} {include file="article/footer.tpl"}