frio: add notifications templates to frio

This commit is contained in:
rabuzarus 2016-12-21 20:39:07 +01:00
commit 51c9a66fc3
9 changed files with 50 additions and 5 deletions

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,2 @@
{{include file="notify.tpl"}}

View file

@ -0,0 +1,12 @@
<div class="notif-item {{if !$item_seen}}unseen{{/if}} {{$item_label}} media">
<div class="notif-photo-wrapper media-object pull-left">
<img src="{{$item_image}}" class="notif-image">
</div>
<div class="notif-desc-wrapper media-body">
<a href="{{$item_link}}">
{{$item_text}}
<div><time class="notif-when time" data-toggle="tooltip">{{$item_when}}</time></div>
</a>
</div>
</div>