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