2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2020-01-24 17:56:34 +00:00
|
|
|
<h1>{{$header}}</h1>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2016-02-07 13:29:07 +00:00
|
|
|
{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<div class="notif-network-wrapper">
|
2016-07-27 17:53:22 +00:00
|
|
|
{{* The "show ignored" link *}}
|
2020-01-24 17:56:34 +00:00
|
|
|
{{if $showLink}}<a href="{{$showLink.href}}" id="notifications-show-hide-link">{{$showLink.text}}</a>{{/if}}
|
2016-07-27 17:53:22 +00:00
|
|
|
|
|
|
|
{{* The notifications *}}
|
2020-01-24 17:56:34 +00:00
|
|
|
{{if $notifications}}
|
|
|
|
{{foreach $notifications as $notification}}
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$notification nofilter}}
|
2016-07-27 17:53:22 +00:00
|
|
|
{{/foreach}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{* If no notifications messages available *}}
|
2020-01-24 17:56:34 +00:00
|
|
|
{{if $noContent}}
|
|
|
|
<div class="notification_nocontent">{{$noContent}}</div>
|
2016-07-27 17:53:22 +00:00
|
|
|
{{/if}}
|
2016-08-01 21:04:41 +00:00
|
|
|
|
|
|
|
{{* The pager *}}
|
2020-01-24 17:56:34 +00:00
|
|
|
{{$paginate nofilter}}
|
2013-04-23 11:47:57 +00:00
|
|
|
</div>
|