{** * templates/submission/layout/proofGalley.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Proof a galley. * *} {assign var="pageTitle" value="submission.layout.viewingGalley"} {translate key=$pageTitle} {foreach from=$stylesheets item=cssUrl} {/foreach} {if $useMinifiedJavaScript} {else} {include file="common/minifiedScripts.tpl"} {/if} {$additionalHeadData} {url|assign:"galleyUrl" op="proofGalleyFile" path=$articleId|to_array:$galleyId} <body> <table width="100%"> <tr> <td align="center"> {translate key="common.error.framesRequired" url=$galleyUrl} </td> </tr> </table> </body>