2020-01-23 00:16:34 +01:00
|
|
|
<script type="text/javascript" src="../../frameworks/jquery-color/jquery.color.js"></script>
|
|
|
|
<script type="text/javascript" src="../../js/mod_notifications.js"></script>
|
2016-07-27 19:53:22 +02:00
|
|
|
|
|
|
|
<div class="generic-page-wrapper">
|
|
|
|
{{include file="section_title.tpl" title=$notif_header}}
|
|
|
|
|
|
|
|
{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
|
|
|
|
|
|
|
|
<div class="notif-network-wrapper">
|
|
|
|
{{* The "show ignored" link *}}
|
2016-08-01 18:18:11 +02:00
|
|
|
{{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
|
2016-07-27 19:53:22 +02:00
|
|
|
|
|
|
|
{{* The notifications *}}
|
|
|
|
{{if $notif_content}}
|
|
|
|
<ul class="notif-network-list media-list">
|
|
|
|
{{foreach $notif_content 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 *}}
|
|
|
|
{{if $notif_nocontent}}
|
|
|
|
<div class="notif_nocontent">{{$notif_nocontent}}</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2016-08-01 23:04:41 +02:00
|
|
|
|
|
|
|
{{* The pager *}}
|
2018-12-14 04:35:51 +01:00
|
|
|
{{$notif_paginate nofilter}}
|
2016-07-27 19:53:22 +02:00
|
|
|
</div>
|