{** * lib/pkp/templates/announcement/list.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 without site header or footer. * *} {counter start=1 skip=1 assign="count"} {iterate from=announcements item=announcement} {if !$numAnnouncementsHomepage || $count <= $numAnnouncementsHomepage} {if $announcement->getTypeId()} {else} {/if} {if $announcement->getLocalizedDescription() != null} {/if} {/if} {counter} {/iterate} {if $announcements->wasEmpty()} {/if}
 

{$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"}