frio: add notifications templates to frio
This commit is contained in:
parent
875110ab27
commit
51c9a66fc3
9 changed files with 50 additions and 5 deletions
2
view/theme/frio/templates/notifications_attend_item.tpl
Normal file
2
view/theme/frio/templates/notifications_attend_item.tpl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
2
view/theme/frio/templates/notifications_friends_item.tpl
Normal file
2
view/theme/frio/templates/notifications_friends_item.tpl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
2
view/theme/frio/templates/notifications_likes_item.tpl
Normal file
2
view/theme/frio/templates/notifications_likes_item.tpl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
2
view/theme/frio/templates/notifications_network_item.tpl
Normal file
2
view/theme/frio/templates/notifications_network_item.tpl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
2
view/theme/frio/templates/notifications_posts_item.tpl
Normal file
2
view/theme/frio/templates/notifications_posts_item.tpl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
{{include file="notify.tpl"}}
|
||||
12
view/theme/frio/templates/notify.tpl
Normal file
12
view/theme/frio/templates/notify.tpl
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue