[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
v1
/
lib
/
pkp
/
templates
/
frontend
/
objects
/
[
Home
]
File: announcement_full.tpl
{** * templates/frontend/objects/announcement_full.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the full view of an announcement, when the announcement is * the primary element on the page. * * @uses $announcement Announcement The announcement to display *} <article class="obj_announcement_full"> <h1> {$announcement->getLocalizedTitle()|escape} </h1> <div class="date"> {$announcement->getDatePosted()|date_format:$dateFormatShort} </div> <div class="description"> {if $announcement->getLocalizedDescription()} {$announcement->getLocalizedDescription()|strip_unsafe_html} {else} {$announcement->getLocalizedDescriptionShort()|strip_unsafe_html} {/if} </div> </article><!-- .obj_announcement_full -->