]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/smarty3/conversation.tpl
template engine rework
[friendica.git] / view / theme / decaf-mobile / smarty3 / conversation.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 {{$live_update}}
7
8 {{foreach $threads as $thread}}
9 <div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">
10         {{foreach $thread.items as $item}}
11                 {{if $item.comment_firstcollapsed}}
12                         <div class="hide-comments-outer">
13                         <span id="hide-comments-total-{{$thread.id}}" class="hide-comments-total">{{$thread.num_comments}}</span> <span id="hide-comments-{{$thread.id}}" class="hide-comments fakelink" onclick="showHideComments({{$thread.id}});">{{$thread.hide_text}}</span>
14                         </div>
15                         <div id="collapsed-comments-{{$thread.id}}" class="collapsed-comments" style="display: none;">
16                 {{/if}}
17                 {{if $item.comment_lastcollapsed}}</div>{{/if}}
18                 
19                 {{include file="{{$item.template}}"}}
20                 
21                 
22         {{/foreach}}
23 </div>
24 {{/foreach}}
25
26 <div id="conversation-end"></div>
27
28 {{*<!--{{if $dropping}}
29 <div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
30   <div id="item-delete-selected-icon" class="icon drophide" title="{{$dropping}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
31   <div id="item-delete-selected-desc" >{{$dropping}}</div>
32 </div>
33 <div id="item-delete-selected-end"></div>
34 {{/if}}-->*}}