diff --git a/view/theme/frio/templates/conversation.tpl b/view/theme/frio/templates/conversation.tpl new file mode 100644 index 000000000..492c005b8 --- /dev/null +++ b/view/theme/frio/templates/conversation.tpl @@ -0,0 +1,30 @@ +{{$live_update nofilter}} +{{foreach $threads as $thread}} +
+ {{$item.ago}} {{if $item.location_html}} — ({{$item.location_html nofilter}}){{/if}} +
+ +- {{$item.ago}} {{if $item.location_html}} — ({{$item.location_html nofilter}}){{/if}} -
- -
- {{* Action buttons to interact with the item (like: like, dislike, share and so on *}}
-
-
+
+ {{* Action buttons to interact with the item (like: like, dislike, share and so on *}}
+
+
- {{if $item.threaded}}{{/if}}
+ {{if $item.threaded}}{{/if}}
- {{* Buttons for like and dislike *}}
- {{if $item.vote}}
- {{if $item.vote.like}}
-
- {{/if}}
- {{if $item.vote.like AND $item.vote.dislike}}
- •
- {{/if}}
-
- {{if $item.vote.dislike}}
-
- {{/if}}
- {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment_html}}
- •
- {{/if}}
+ {{* Buttons for like and dislike *}}
+ {{if $item.vote}}
+ {{if $item.vote.like}}
+
+ {{/if}}
+ {{if $item.vote.like AND $item.vote.dislike}}
+ •
{{/if}}
- {{* Button to open the comment text field *}}
- {{if $item.comment_html}}
-
+ {{if $item.vote.dislike}}
+
{{/if}}
-
- {{* Button for sharing the item *}}
- {{if $item.vote}}
- {{if $item.vote.share}}
- {{if $item.vote.like OR $item.vote.dislike OR $item.comment_html}}
- •
- {{/if}}
-
- {{/if}}
+ {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment_html}}
+ •
{{/if}}
+ {{/if}}
- {{* Put additional actions in a dropdown menu *}}
- {{if $item.menu && ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || $item.drop.dropping || $item.browsershare)}}
-
-
-
-
- {{if $item.edpost}} {{* edit the posting *}}
-
- {{/if}}
+ {{else}}
+
+ {{/if}}
+
-
- {{* Event attendance buttons *}}
- {{if $item.isevent}}
-
-
-
-
-
- {{/if}}
-
-
- {{if $item.drop && $item.drop.pagedrop}}
-
-
- {{/if}}
-
+
+ {{* Event attendance buttons *}}
+ {{if $item.isevent}}
+
+
+
+
-
+ {{if $item.edpost}} {{* edit the posting *}}
-
-
- {{else}}
+