{** * 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()} {url|assign:"pdfUrl" op="viewFile" path=$articleId|to_array:$galley->getBestGalleyId($currentJournal)} {translate|assign:"noPluginText" 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}{$citation->getRawCitation()|strip_unsafe_html}
{/iterate}