%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/modern/templates/index/ |
Upload File : |
{**
* templates/index/journal.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Journal index page.
*
*}
{strip}
{assign var="pageTitleTranslated" value=$siteTitle}
{include file="common/header.tpl"}
{/strip}
{if $journalDescription}
<div>{$journalDescription}</div>
{/if}
{call_hook name="Templates::Index::journal"}
{if $homepageImage}
<br />
<div id="homepageImage"><img src="{$publicFilesDir}/{$homepageImage.uploadName|escape:"url"}" width="{$homepageImage.width|escape}" height="{$homepageImage.height|escape}" {if $homepageImageAltText != ''}alt="{$homepageImageAltText|escape}"{else}alt="{translate key="common.journalHomepageImage.altText"}"{/if} /></div>
{/if}
{if $additionalHomeContent}
<br />
{$additionalHomeContent}
{/if}
{if $enableAnnouncementsHomepage}
{* Display announcements *}
<div id="announcementsHome">
<h3>{translate key="announcement.announcementsHome"}</h3>
{include file="announcement/list.tpl"}
<table class="announcementsMore">
<tr>
<td><a href="{url page="announcement"}">{translate key="announcement.moreAnnouncements"}</a></td>
</tr>
</table>
</div>
{/if}
{if $issue && $currentJournal->getSetting('publishingMode') != $smarty.const.PUBLISHING_MODE_NONE}
{* Display the table of contents or cover page of the current issue. *}
<br />
<h3>{$issue->getIssueIdentification()|strip_unsafe_html|nl2br}</h3>
{include file="issue/view.tpl"}
{/if}
{include file="common/footer.tpl"}