2020-02-01 01:42:02 +01:00
|
|
|
<script type="text/javascript" src="../../frameworks/jquery-color/jquery.color.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="../../js/mod_notifications.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2016-07-27 19:53:22 +02:00
|
|
|
|
|
|
|
<div class="generic-page-wrapper">
|
2020-01-24 18:56:34 +01:00
|
|
|
{{include file="section_title.tpl" title=$header}}
|
2016-07-27 19:53:22 +02:00
|
|
|
|
|
|
|
{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
|
|
|
|
|
|
|
|
<div class="notif-network-wrapper">
|
|
|
|
{{* The "show ignored" link *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{if $showLink}}<a href="{{$showLink.href}}" id="notifications-show-hide-link">{{$showLink.text}}</a>{{/if}}
|
2016-07-27 19:53:22 +02:00
|
|
|
|
|
|
|
{{* The notifications *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{if $notifications}}
|
2016-07-27 19:53:22 +02:00
|
|
|
<ul class="notif-network-list media-list">
|
2020-01-24 18:56:34 +01:00
|
|
|
{{foreach $notifications as $notification}}
|
2018-12-14 04:35:51 +01:00
|
|
|
<li>{{$notification nofilter}}</li>
|
2016-07-27 19:53:22 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{* If no notifications messages available *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{if $noContent}}
|
|
|
|
<div class="notification_nocontent">{{$noContent}}</div>
|
2016-07-27 19:53:22 +02:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2016-08-01 23:04:41 +02:00
|
|
|
|
|
|
|
{{* The pager *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{$paginate nofilter}}
|
2016-07-27 19:53:22 +02:00
|
|
|
</div>
|