%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / 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/JetliJournal/templates/issue/ |
Upload File : |
{**
* templates/issue/archive.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Issue Archive.
*
*}
{strip}
{assign var="pageTitle" value="archive.archives"}
{include file="common/header.tpl"}
{/strip}
<div id="issues">
{iterate from=issues item=issue}
{if $issue->getYear() != $lastYear}
{if !$notFirstYear}
{assign var=notFirstYear value=1}
{else}
</div>
<br />
{/if}
<div style="float: left; width: 100%;">
<h3 class="mycustom-background">{$issue->getYear()|escape}</h3>
{assign var=lastYear value=$issue->getYear()}
{/if}
<div id="issue" style="clear:left;">
{if $issue->getLocalizedFileName() && $issue->getShowCoverPage($locale) && !$issue->getHideCoverPageArchives($locale)}
<div class="issueCoverImage"><a href="{url op="view" path=$issue->getBestIssueId($currentJournal)}"><img src="{$coverPagePath|escape}{$issue->getFileName($locale)|escape}"{if $issue->getCoverPageAltText($locale) != ''} alt="{$issue->getCoverPageAltText($locale)|escape}"{else} alt="{translate key="issue.coverPage.altText"}"{/if}/></a>
</div>
<h4><a href="{url op="view" path=$issue->getBestIssueId($currentJournal)}">{$issue->getIssueIdentification()|escape}</a></h4>
<div class="issueCoverDescription">{$issue->getLocalizedCoverPageDescription()|strip_unsafe_html|nl2br}</div>
{else}
<h4><a href="{url op="view" path=$issue->getBestIssueId($currentJournal)}">{$issue->getIssueIdentification()|escape}</a></h4>
<div class="issueDescription">{$issue->getLocalizedDescription()|strip_unsafe_html|nl2br}</div>
{/if}
</div>
{/iterate}
{if $notFirstYear}<br /></div>{/if}
{if !$issues->wasEmpty()}
{page_info iterator=$issues}
{page_links anchor="issues" name="issues" iterator=$issues}
{else}
{translate key="current.noCurrentIssueDesc"}
{/if}
</div>
{include file="common/footer.tpl"}