]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/wall_item.tpl
quattro: actions in wall_item
[friendica.git] / view / theme / dispy / wall_item.tpl
1 <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
2         <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
3                 <div class="wall-item-info" id="wall-item-info-$id">
4                         <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" 
5                                  onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" 
6                                  onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)">
7                                 <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
8                                         <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" />
9                                 </a>
10                                 <span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span>
11                                 <div class="wall-item-photo-menu" id="wall-item-photo-menu-$id">
12                                         <ul>
13                                                 $item_photo_menu
14                                         </ul>
15                                 </div>
16                         </div>
17                         <div class="wall-item-photo-end"></div>
18                         <div class="wall-item-location" id="wall-item-location-$id">{{ if $location }}<span class="icon globe"></span>$location {{ endif }}</div>                               
19                 </div>
20                 <div class="wall-item-lock-wrapper">$lock</div>
21                 <div class="wall-item-tools" id="wall-item-tools-$id">
22                         {{ if $star }}
23                                 <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
24                         {{ endif }}
25                         {{ if $vote }}
26                         <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
27                                 <a href="#" class="icon like" title="$vote.like.0" onclick="dolike($id,'like'); return false"></a>
28                                 <a href="#" class="icon dislike" title="$vote.dislike.0" onclick="dolike($id,'dislike'); return false"></a>
29                                 {{ if $vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title=""$vote.share.0" onclick="jotShare($id); return false"></a>{{ endif }}
30                                 <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
31                         </div>
32                         {{ endif }}
33                         {{ if $plink }}
34                                 <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div>
35                         {{ endif }}
36                         {{ if $edpost }}
37                                 <a class="editpost icon pencil" href="$edpost.0" title="$edpost.1"></a>'
38                         {{ endif }}
39                 
40                         <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
41                                 {{ if $drop.dropping }}<a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$drop.delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{ endif }}
42                         </div>
43                                 {{ if $drop.dropping }}<input type="checkbox" onclick="checkboxhighlight(this);" title="$drop.select" class="item-select" name="itemselected[]" value="$id" />{{ endif }}
44                         <div class="wall-item-delete-end"></div>
45                 
46                 </div>
47                 <div class="wall-item-content" id="wall-item-content-$id" >
48                         <div class="wall-item-title" id="wall-item-title-$id">$title</div>
49                         <div class="wall-item-title-end"></div>
50                         <div class="wall-item-body" id="wall-item-body-$id" >$body</div>
51                 </div>
52                 <div class="wall-item-author">
53                                 <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
54                                 <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
55                                 
56                 </div>  
57         </div>
58         <div class="wall-item-wrapper-end"></div>
59         <div class="wall-item-like" id="wall-item-like-$id">$like</div>
60         <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
61         <div class="wall-item-comment-wrapper" >
62         $comment
63         </div>
64 </div>
65
66 <div class="wall-item-outside-wrapper-end$indent" ></div>
67