{**
* galleyView.tpl
*
* Copyright (c) 2003-2011 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Read-only view of galley information.
*
* $Id$
*}
{strip}
{assign var="pageTitle" value="submission.galley"}
{include file="common/header.tpl"}
{/strip}
{translate key="submission.layout.galleyFileData"}
| {translate key="submission.layout.galleyLabel"} |
{$galley->getGalleyLabel()|escape} |
{if $galley->getPublicGalleyId()}
| {translate key="submission.layout.publicGalleyId"} |
{$galley->getPublicGalleyId()|escape} |
{/if}
| {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()}
| {translate key="submission.layout.galleyStylesheet"} |
{if $styleFile}
{translate key="common.fileName"}
| getFileId()}" class="action">{$styleFile->getFileName()|escape} |
| {translate key="common.fileSize"} |
{$styleFile->getNiceFileSize()} |
| {translate key="common.dateUploaded"} |
{$styleFile->getDateUploaded()|date_format:$datetimeFormatShort} |
{else}
| {translate key="submission.layout.noStyleFile"} |
{/if}
{translate key="submission.layout.galleyImages"}
| |
| {translate key="common.fileName"} |
{translate key="common.originalFileName"} |
{translate key="common.fileSize"} |
{translate key="common.dateUploaded"} |
| |
{foreach name="images" from=$galley->getImageFiles() item=imageFile}
| getFileId()}">{$imageFile->getFileName()|escape} |
{$imageFile->getOriginalFileName()|escape} |
{$imageFile->getNiceFileSize()} |
{$imageFile->getDateUploaded()|date_format:$dateFormatShort} |
| |
{foreachelse}
| {translate key="submission.layout.galleyNoImages"} |
| |
{/foreach}
{/if}
{include file="common/footer.tpl"}