[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
templates
/
index
/
[
Home
]
File: journal.tpl
{** * templates/index/journal.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 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 id="journalDescription">{$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 /> <div id="additionalHomeContent">{$additionalHomeContent}</div> {/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"}