{** * templates/submission/layout/galleyView.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. * * Read-only view of galley information. * *} {strip} {assign var="pageTitle" value="submission.galley"} {include file="common/header.tpl"} {/strip}

{translate key="submission.layout.galleyFileData"}

{if $galley->getPubId('publisher-id')} {/if}
{translate key="submission.layout.galleyLabel"} {$galley->getGalleyLabel()|escape}
{translate key="submission.layout.publicGalleyId"} {$galley->getPubId('publisher-id')|escape}
{translate key="common.fileName"} getFileId()}">{$galley->getFileName()|escape}
{translate key="common.fileType"} {$galley->getFileType()|escape}
{translate key="common.fileSize"} {$galley->getNiceFileSize()}
{if $galley->isHTMLGalley()}

{translate key="submission.layout.galleyHTMLData"}

{assign var=styleFile value=$galley->getStyleFile()} {if $styleFile} {translate key="common.fileName"} {else} {/if}
{translate key="submission.layout.galleyStylesheet"}
getFileId()}" class="action">{$styleFile->getFileName()|escape}
{translate key="common.fileSize"} {$styleFile->getNiceFileSize()}
{translate key="common.dateUploaded"} {$styleFile->getDateUploaded()|date_format:$datetimeFormatShort}
{translate key="submission.layout.noStyleFile"}
{translate key="submission.layout.galleyImages"} {foreach name="images" from=$galley->getImageFiles() item=imageFile} {foreachelse} {/foreach}
 
{translate key="common.fileName"} {translate key="common.originalFileName"} {translate key="common.fileSize"} {translate key="common.dateUploaded"}
 
getFileId()}">{$imageFile->getFileName()|escape} {$imageFile->getOriginalFileName()|escape} {$imageFile->getNiceFileSize()} {$imageFile->getDateUploaded()|date_format:$dateFormatShort}
 
{translate key="submission.layout.galleyNoImages"}
 
{/if} {include file="common/footer.tpl"}