]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/wall_item.tpl
remove global $lang var in templates. can't work as intended
[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                         {{ if $plink }}
31                                 <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div>
32                         {{ endif }}
33                         $edpost
34                          
35                         {{ if $star }}
36                         <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
37                         {{ endif }}
38                         $drop
39                 </div>
40                 
41                 <div class="wall-item-author">
42                                 <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>
43                                 <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
44                                 
45                 </div>  
46         </div>
47         <div class="wall-item-wrapper-end"></div>
48         <div class="wall-item-like" id="wall-item-like-$id">$like</div>
49         <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
50         <div class="wall-item-comment-wrapper" >
51         $comment
52         </div>
53 </div>
54
55 <div class="wall-item-outside-wrapper-end$indent" ></div>
56