|
|
|
@ -15,47 +15,48 @@
|
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
|
under the License.
|
|
|
|
|
}}
|
|
|
|
|
<span id="permission" data-permission="{{permissions}}"></span>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<!-- content -->
|
|
|
|
|
<div id="config-save-form" class="container col-centered wr-content">
|
|
|
|
|
<br>
|
|
|
|
|
Device Notifications
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<div class="wr-advance-operations">
|
|
|
|
|
<div class="row no-gutter">
|
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
<a id="unReadNotifications" href="javascript:void(0)"
|
|
|
|
|
onclick="showAdvanceOperation('unread', this)" class="selected">
|
|
|
|
|
{{#zone "content"}}
|
|
|
|
|
<span id="permission" data-permission="{{permissions}}"></span>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<!-- content -->
|
|
|
|
|
<div id="config-save-form" class="container col-centered wr-content">
|
|
|
|
|
<br>
|
|
|
|
|
Device Notifications
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<div class="wr-advance-operations">
|
|
|
|
|
<div class="row no-gutter">
|
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
<a id="unReadNotifications" href="javascript:void(0)" onclick="showAdvanceOperation('unread', this)" class="selected">
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-mail fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
Unread
|
|
|
|
|
</a>
|
|
|
|
|
<a id="allNotifications" href="javascript:void(0)" onclick="showAdvanceOperation('all', this)">
|
|
|
|
|
Unread
|
|
|
|
|
</a>
|
|
|
|
|
<a id="allNotifications" href="javascript:void(0)" onclick="showAdvanceOperation('all', this)">
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-forum fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
All Notifications
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
All Notifications
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="wr-hidden-operations-content col-lg-8" id="ast-container">
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
No unread messages
|
|
|
|
|
<div class="wr-hidden-operations-content col-lg-8" id="ast-container">
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
No unread messages
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /content -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /content -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/zone}}
|
|
|
|
|
{{#zone "bottomJs"}}
|
|
|
|
|
<script id="notification-listing" data-current-user="{{currentUser.username}}"
|
|
|
|
|
data-image-resource="{{self.publicURL}}/images/" src="{{self.publicURL}}/templates/notification-listing.hbs"
|
|
|
|
|
data-image-resource="{{@unit.publicUri}}/images/" src="{{@unit.publicUri}}/templates/notification-listing.hbs"
|
|
|
|
|
type="text/x-handlebars-template"></script>
|
|
|
|
|
{{js "js/notification-listing.js"}}
|
|
|
|
|
{{/zone}}
|