{** {** * article.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article View. *} {include file="article/header.tpl"} {if $galley} {if $galley->isHTMLGalley()} {$galley->getHTMLContents()} {elseif $galley->isPdfGalley()} {**// modified 16-3-2012 R.Ingrosso * //{url|assign:"pdfUrl" op="viewFile" path=$articleId|to_array:$galley->getBestGalleyId($currentJournal)} *} {url|assign:"pdfUrl" op="viewFile" path=$articleId|to_array:$galley->getBestGalleyId($currentJournal) escape=false} {translate|assign:"noPluginText" key='article.pdf.pluginMissing'}
{translate key="article.pdf.pluginMissing"}

{* The target="_parent" is for the sake of iphones, which present scroll problems otherwise. *} getBestGalleyId($currentJournal)}">{translate key="article.pdf.download"} {translate key="common.fullscreen"} {translate key="common.fullscreenOff"}

{/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}
{if $coverPagePath}
{$coverPageAltText|escape}
{/if} {call_hook name="Templates::Article::Article::ArticleCoverImage"}

{$article->getLocalizedTitle()|strip_unsafe_html}

{$article->getAuthorStringInArticle()}

{if $article->getLocalizedAbstract()}

{translate key="article.abstract"}


{$article->getLocalizedAbstract()}

{/if} {if ($article->getDOI() && $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 $citationFactory->getCount()}

{translate key="submission.citations"}


{iterate from=citationFactory item=citation}

{$citation->getRawCitation()|strip_unsafe_html}

{/iterate}

{/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"} کاغذ a4 ویزای استارتاپ {include file="article/footer.tpl"}