]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/threaded_conversation.tpl
Fix review points
[friendica.git] / view / theme / frio / templates / threaded_conversation.tpl
1 {{if !$update}}<script type="text/javascript" src="view/theme/frio/frameworks/jquery-color/jquery.color.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>{{/if}}
2 {{if $mode == display}}<script type="text/javascript" src="view/theme/frio/js/mod_display.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>{{/if}}
3 {{$live_update nofilter}}
4 {{foreach $threads as $thread}}
5 <hr class="sr-only" />
6 <div id="tread-wrapper-{{$thread.uriid}}" 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 -->
7
8                 {{* {{if $thread.type == tag}}
9                         {{include file="wall_item_tag.tpl" item=$thread}}
10                 {{else}}
11                         {{include file="{{$thread.template}}" item=$thread}}
12                 {{/if}} *}} {{include file="{{$thread.template}}" item=$thread}}
13
14 </div><!--./tread-wrapper-->
15 {{/foreach}}
16 {{if !$update}}
17 <div id="conversation-end"></div>
18
19 {{if $dropping}}
20 <button type="button" id="item-delete-selected" class="btn btn-link" title="{{$dropping}}" onclick="deleteCheckedItems();" data-toggle="tooltip">
21         <i class="fa fa-trash" aria-hidden="true"></i>
22 </button>
23 <img id="item-delete-selected-rotator" class="like-rotator" src="images/rotator.gif" style="display: none;" />
24 {{/if}}
25 {{/if}}