{** * view.tpl * * Copyright (c) 2003-2009 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article View. * * $Id: view.tpl,v 1.33 2009/06/02 21:20:58 asmecher Exp $ *} {$article->getFirstAuthor(true)|escape} {foreach from=$stylesheets item=cssUrl} {/foreach} {$additionalHeadData} {if !$galley} {url|assign:"articleUrl" op="viewArticle" path=$articleId} {url|assign:"rstUrl" op="viewRST" path=$articleId} {else} {url|assign:"rstUrl" op="viewRST" path=$articleId|to_array:$galleyId} {if $galley->isHtmlGalley()} {url|assign:"articleUrl" op="viewArticle" path=$articleId|to_array:$galleyId} {elseif $galley->isPdfGalley()} {** PM_18_3_2010 url|assign:"articleUrl" op="viewPDFInterstitial" path=$articleId|to_array:$galleyId *} {url|assign:"articleUrl" op="viewFile" path=$articleId|to_array:$galleyId} {elseif $galley->isInlineable()} {url|assign:"articleUrl" op="viewFile" path=$articleId|to_array:$galleyId} {else} {url|assign:"articleUrl" op="viewDownloadInterstitial" path=$articleId|to_array:$galleyId} {/if} {/if} <body> <table width="100%"> <tr> <td align="center"> {translate key="common.error.framesRequired" url=$articleUrl} </td> </tr> </table> </body>