78a857c649afca7818a0d79238ced0a2e554ee4e
[friendica.git/.git] / view / theme / frost-mobile / templates / conversation.tpl
1
2 {{$live_update}}
3
4 {{foreach $threads as $thread}}
5 <div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">
6         {{foreach $thread.items as $item}}
7                 {{if $item.comment_firstcollapsed}}
8                         <div class="hide-comments-outer">
9                         <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>
10                         </div>
11                         <div id="collapsed-comments-{{$thread.id}}" class="collapsed-comments" style="display: none;">
12                 {{/if}}
13                 {{if $item.comment_lastcollapsed}}</div>{{/if}}
14                 
15                 {{include file="{{$item.template}}"}}
16                 
17                 
18         {{/foreach}}
19 </div>
20 {{/foreach}}
21
22 <div id="conversation-end"></div>
23
24 {{*<!--{{if $dropping}}
25 <div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
26   <div id="item-delete-selected-icon" class="icon drophide" title="{{$dropping}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
27   <div id="item-delete-selected-desc" >{{$dropping}}</div>
28 </div>
29 <div id="item-delete-selected-end"></div>
30 {{/if}}-->*}}