[ 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
/
lib
/
pkp
/
templates
/
notification
/
[
Home
]
File: index.tpl
{** * templates/notification/index.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display list of notifications. * *} {strip} {assign var="pageTitle" value="notification.notifications"} {include file="common/header.tpl"} {/strip} <table width="100%"> <tr> <td>{if $isUserLoggedIn} <p>{translate key="notification.notificationsDescription" unreadCount=$unread readCount=$read settingsUrl=$url}</p> {else} <p>{translate key="notification.notificationsPublicDescription" emailUrl=$emailUrl}</p> {/if} </td> <td><ul class="plain"> <li><a href="{url op="getNotificationFeedUrl" path="rss"}" class="icon"><img src="{$baseUrl|escape}/lib/pkp/templates/images/rss10_logo.gif" alt="RSS 1.0"/></a></li> <li><a href="{url op="getNotificationFeedUrl" path="rss2"}" class="icon"><img src="{$baseUrl}/lib/pkp/templates/images/rss20_logo.gif" alt="RSS 2.0"/></a></li> <li><a href="{url op="getNotificationFeedUrl" path="atom"}" class="icon"><img src="{$baseUrl}/lib/pkp/templates/images/atom10_logo.gif" alt="Atom 1.0"/></a></li> </ul></td> </tr> </table> <br /> <div id="notifications"> {$formattedNotifications} {if $notifications->wasEmpty()} <table class="notifications"> <tr> <td colspan="2" class="nodata"><h5>{translate key="notification.noneExist"}</h5></td> </tr> <tr> <td colspan="2" class="endseparator"> </td> </tr> </table> {else} <table class="notifications"> <tr> <td align="left">{page_info iterator=$notifications}</td> <td align="right">{page_links anchor="notifications" name="notifications" iterator=$notifications}</td> </tr> </table> {/if} </div> {include file="common/footer.tpl"}