]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/wall_item.tpl
Merge pull request #2 from abinoam/master
[friendica.git] / view / theme / testbubble / wall_item.tpl
1 <!-- test -->
2 <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
3         <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
4                 <div class="wall-item-info" id="wall-item-info-$id">
5                         <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" 
6                                  onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" 
7                                  onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)">
8                                 <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
9                                         <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" />
10                                 </a>
11                                 <span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span>
12                                 <div class="wall-item-photo-menu" id="wall-item-photo-menu-$id">
13                                         <ul>
14                                                 $item_photo_menu
15                                         </ul>
16                                 </div>
17                         </div>
18                         <div class="wall-item-photo-end"></div>
19                         <div class="wall-item-location" id="wall-item-location-$id">{{ if $location }}<span class="icon globe"></span>$location {{ endif }}</div>                               
20                 </div>
21                 <div class="wall-item-lock-wrapper">$lock</div>
22                 <div class="wall-item-content" id="wall-item-content-$id" >
23                         <div class="wall-item-title" id="wall-item-title-$id">$title</div>
24                         <div class="wall-item-title-end"></div>
25                         <div class="wall-item-body" id="wall-item-body-$id" >$body</div>
26                 </div>
27
28                 <div class="wall-item-tools" id="wall-item-tools-$id">
29                         $vote
30                         $plink
31                         $edpost
32                         $star
33                         $drop
34                 </div>
35                 
36                 <div class="wall-item-author">
37                                 <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>
38                                 <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
39                                 
40                 </div>  
41         </div>
42         <div class="wall-item-wrapper-end"></div>
43         <div class="wall-item-like" id="wall-item-like-$id">$like</div>
44         <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
45         <div class="wall-item-comment-wrapper" >
46         $comment
47         </div>
48 </div>
49
50 <div class="wall-item-outside-wrapper-end$indent" ></div>
51