]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/threaded_conversation.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / frio / templates / threaded_conversation.tpl
1 <script type="text/javascript" src="view/theme/frio/frameworks/jquery-color/jquery.color.js"></script>
2 {{if $mode == display}}<script type="text/javascript" src="view/theme/frio/js/mod_display.js"></script>{{/if}}
3
4 {{$live_update}}
5
6 {{foreach $threads as $thread}}
7 <hr class="sr-only" />
8 <div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}} {{$thread.toplevel}} {{$thread.network}} {{if $thread.thread_level==1}}panel-default panel{{/if}} {{if $thread.thread_level!=1}}comment-wrapper{{/if}}" style="{{if $item.thread_level>2}}margin-left: -15px; margin-right:-16px; margin-bottom:-16px;{{/if}}"><!-- panel -->
9
10                 {{* {{if $thread.type == tag}}
11                         {{include file="wall_item_tag.tpl" item=$thread}}
12                 {{else}}
13                         {{include file="{{$thread.template}}" item=$thread}}
14                 {{/if}} *}} {{include file="{{$thread.template}}" item=$thread}}
15
16 </div><!--./tread-wrapper-->
17 {{/foreach}}
18
19 <div id="conversation-end"></div>
20
21 {{if $dropping}}
22 <a id="item-delete-selected" class="" href="#" title="{{$dropping}}" onclick="deleteCheckedItems();return false;" data-toggle="tooltip">
23         <i class="fa fa-trash" aria-hidden="true"></i>
24 </a>
25 <img id="item-delete-selected-rotator" class="like-rotator" src="images/rotator.gif" style="display: none;" />
26 {{/if}}