]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/wall_thread.tpl
permissions selector showing up for guests, testbubble and smoothly
[friendica.git] / view / theme / quattro / wall_thread.tpl
1 {{if $mode == display}}
2 {{ else }}
3 {{if $item.comment_firstcollapsed}}
4         <div class="hide-comments-outer">
5                 <span id="hide-comments-total-$item.id" 
6                         class="hide-comments-total">$item.num_comments</span>
7                         <span id="hide-comments-$item.id" 
8                                 class="hide-comments fakelink" 
9                                 onclick="showHideComments($item.id);">$item.hide_text</span>
10                         {{ if $item.thread_level==3 }} - 
11                         <span id="hide-thread-$item-id"
12                                 class="fakelink"
13                                 onclick="showThread($item.id);">expand</span> /
14                         <span id="hide-thread-$item-id"
15                                 class="fakelink"
16                                 onclick="hideThread($item.id);">collapse</span> thread{{ endif }}
17         </div>
18         <div id="collapsed-comments-$item.id" class="collapsed-comments" style="display: none;">
19 {{endif}}
20 {{ endif }}
21
22 {{ if $item.thread_level!=1 }}<div class="children">{{ endif }}
23
24 <div class="wall-item-decor">
25         <span class="icon s22 star $item.isstarred" id="starred-$item.id" title="$item.star.starred">$item.star.starred</span>
26         {{ if $item.lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$item.id);" title="$item.lock">$item.lock</span>{{ endif }}     
27         <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
28 </div>
29
30 <div class="wall-item-container $item.indent" id="item-$item.id">
31         <div class="wall-item-item">
32                 <div class="wall-item-info">
33                         <div class="contact-photo-wrapper"
34                                 onmouseover="if (typeof t$item.id != 'undefined') clearTimeout(t$item.id); openMenu('wall-item-photo-menu-button-$item.id')" 
35                                 onmouseout="t$item.id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$item.id\'); closeMenu(\'wall-item-photo-menu-$item.id\');',200)">
36                                 <a href="$item.profile_url" target="redir" title="$item.linktitle" class="contact-photo-link" id="wall-item-photo-link-$item.id">
37                                         <img src="$item.thumb" class="contact-photo$item.sparkle" id="wall-item-photo-$item.id" alt="$item.name" />
38                                 </a>
39                                 <a href="#" rel="#wall-item-photo-menu-$item.id" class="contact-photo-menu-button icon s16 menu" id="wall-item-photo-menu-button-$item.id">menu</a>
40                                 <ul class="contact-menu menu-popup" id="wall-item-photo-menu-$item.id">
41                                 $item.item_photo_menu
42                                 </ul>
43                                 
44                         </div>
45                         <div class="wall-item-location">$item.location</div>    
46                 </div>
47                 <div class="wall-item-content">
48                         {{ if $item.title }}<h2><a href="$item.plink.href" class="$item.sparkle">$item.title</a></h2>{{ endif }}
49                         $item.body
50                 </div>
51         </div>
52         <div class="wall-item-bottom">
53                 <div class="wall-item-links">
54                 </div>
55                 <div class="wall-item-tags">
56                         {{ for $item.tags as $tag }}
57                                 <span class='tag'>$tag</span>
58                         {{ endfor }}
59                 </div>
60         </div>
61         <div class="wall-item-bottom">
62                 <div class="">
63                         {{ if $item.plink }}<a class="icon s16 link$item.sparkle" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}
64                 </div>
65                 <div class="wall-item-actions">
66                         <div class="wall-item-actions-author">
67                                 <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle">$item.name</span></a> <span class="wall-item-ago" title="$item.localtime">$item.ago</span>
68                         </div>
69                         
70                         <div class="wall-item-actions-social">
71                         {{ if $item.star }}
72                                 <a href="#" id="star-$item.id" onclick="dostar($item.id); return false;"  class="$item.star.classdo"  title="$item.star.do">$item.star.do</a>
73                                 <a href="#" id="unstar-$item.id" onclick="dostar($item.id); return false;"  class="$item.star.classundo"  title="$item.star.undo">$item.star.undo</a>
74                                 <a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="$item.star.classtagger" title="$item.star.tagger">$item.star.tagger</a>
75                         {{ endif }}
76                         {{ if $item.filer }}
77                                 <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer">$item.filer</a>
78                         {{ endif }}                     
79                         
80                         {{ if $item.vote }}
81                                 <a href="#" id="like-$item.id" title="$item.vote.like.0" onclick="dolike($item.id,'like'); return false">$item.vote.like.1</a>
82                                 <a href="#" id="dislike-$item.id" title="$item.vote.dislike.0" onclick="dolike($item.id,'dislike'); return false">$item.vote.dislike.1</a>
83                         {{ endif }}
84                                                 
85                         {{ if $item.vote.share }}
86                                 <a href="#" id="share-$item.id" title="$item.vote.share.0" onclick="jotShare($item.id); return false">$item.vote.share.1</a>
87                         {{ endif }}                     
88                         </div>
89                         
90                         <div class="wall-item-actions-tools">
91
92                                 {{ if $item.drop.dropping }}
93                                         <input type="checkbox" title="$item.drop.select" name="itemselected[]" class="item-select" value="$item.id" />
94                                         <a href="item/drop/$item.id" onclick="return confirmDelete();" class="icon delete s16" title="$item.drop.delete">$item.drop.delete</a>
95                                 {{ endif }}
96                                 {{ if $item.edpost }}
97                                         <a class="icon edit s16" href="$item.edpost.0" title="$item.edpost.1"></a>
98                                 {{ endif }}
99                         </div>
100                         
101                 </div>
102         </div>
103         <div class="wall-item-bottom">
104                 <div class="wall-item-links"></div>
105                 <div class="wall-item-like" id="wall-item-like-$item.id">$item.like</div>
106                 <div class="wall-item-dislike" id="wall-item-dislike-$item.id">$item.dislike</div>      
107         </div>
108         {{ if $item.threaded }}{{ if $item.comment }}{{ if $item.thread_level!=1 }}
109         <div class="wall-item-bottom">
110                 <div class="wall-item-links"></div>
111                 <div class="wall-item-comment-wrapper">
112                         $item.comment
113                 </div>
114         </div>
115         {{ endif }}{{ endif }}{{ endif }}
116
117 </div>
118
119
120
121 {{ for $item.children as $child }}
122         {{ if $item.type == tag }}
123                 {{ inc wall_item_tag.tpl with $item=$child }}{{ endinc }}
124         {{ else }}
125                 {{ inc $item.template with $item=$child }}{{ endinc }}
126         {{ endif }}
127 {{ endfor }}
128
129 {{ if $item.thread_level!=1 }}</div>{{ endif }}
130
131
132 {{if $mode == display}}
133 {{ else }}
134 {{if $item.comment_lastcollapsed}}</div>{{endif}}
135 {{ endif }}
136
137 {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
138 <div class="wall-item-comment-wrapper" >$item.comment</div>
139 {{ endif }}{{ endif }}{{ endif }}
140
141
142 {{ if $item.flatten }}
143 <div class="wall-item-comment-wrapper" >$item.comment</div>
144 {{ endif }}