{** * lib/pkp/templates/announcement/index.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2000-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display list of announcements. * *} {strip} {assign var="pageTitle" value="announcement.announcements"} {assign var="pageId" value="announcement.announcements"} {include file="common/header.tpl"} {/strip}
{if $announcementsIntroduction != null} {/if} {iterate from=announcements item=announcement} {if $announcement->getTypeId()} {else} {/if} {if $announcement->getLocalizedDescription() != null} {/if} {/iterate} {if $announcements->wasEmpty()} {else} {/if}
{$announcementsIntroduction|nl2br}

{$announcement->getAnnouncementTypeName()|escape}: {$announcement->getLocalizedTitle()|escape}

{$announcement->getLocalizedTitle()|escape}

 
{$announcement->getLocalizedDescriptionShort()|nl2br}  
{translate key="announcement.posted"}: {$announcement->getDatePosted()}getId()}">{translate key="announcement.viewLink"}
 
{translate key="announcement.noneExist"}
 
{page_info iterator=$announcements} {page_links anchor="announcements" name="announcements" iterator=$announcements}
{include file="common/footer.tpl"}