%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/site.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site index.
*
*}
{strip}
{if $siteTitle}
{assign var="pageTitleTranslated" value=$siteTitle}
{/if}
{include file="common/header.tpl"}
{/strip}
<br />
{if $intro}{$intro|nl2br}{/if}
<a name="journals"></a>
{if $useAlphalist}
<p>{foreach from=$alphaList item=letter}<a href="{url searchInitial=$letter sort="title"}">{if $letter == $searchInitial}<strong>{$letter|escape}</strong>{else}{$letter|escape}{/if}</a> {/foreach}<a href="{url}">{if $searchInitial==''}<strong>{translate key="common.all"}</strong>{else}{translate key="common.all"}{/if}</a></p>
{/if}
{iterate from=journals item=journal}
{if $site->getSetting('showThumbnail')}
{assign var="displayJournalThumbnail" value=$journal->getLocalizedSetting('journalThumbnail')}
<div>
{if $displayJournalThumbnail && is_array($displayJournalThumbnail)}
{assign var="altText" value=$journal->getLocalizedSetting('journalThumbnailAltText')}
<div class="homepageImage"><a href="{url journal=$journal->getPath()}" class="action"><img src="{$journalFilesPath}{$journal->getId()}/{$displayJournalThumbnail.uploadName|escape:"url"}" {if $altText != ''}alt="{$altText|escape}"{else}alt="{translate key="common.pageHeaderLogo.altText"}"{/if} /></a></div>
{/if}
</div>
{/if}
{if $site->getSetting('showTitle')}
<h3>{$journal->getLocalizedTitle()|escape}</h3>
{/if}
{if $site->getSetting('showDescription')}
{if $journal->getLocalizedDescription()}
<p>{$journal->getLocalizedDescription()|nl2br}</p>
{/if}
{/if}
<p><a href="{url journal=$journal->getPath()}" class="action">{translate key="site.journalView"}</a> | <a href="{url journal=$journal->getPath() page="issue" op="current"}" class="action">{translate key="site.journalCurrent"}</a> | <a href="{url journal=$journal->getPath() page="user" op="register"}" class="action">{translate key="site.journalRegister"}</a></p>
{/iterate}
{if $journals->wasEmpty()}
{translate key="site.noJournals"}
{/if}
<div id="journalListPageInfo">{page_info iterator=$journals}</div>
<div id="journalListPageLinks">{page_links anchor="journals" name="journals" iterator=$journals}</div>
{include file="common/footer.tpl"}