]> git.mxchange.org Git - friendica.git/blob - view/wallwall_item.tpl
like, dislike, activity streams, etc.
[friendica.git] / view / wallwall_item.tpl
1 <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
2         <div class="wall-item-photo-wrapper" id="wall-item-ownerphoto-wrapper-$id" >
3                 <a href="$owner_url" title="View $owner_name's profile" class="wall-item-photo-link" id="wall-item-ownerphoto-link-$id">
4                 <img src="$owner_photo" class="wall-item-photo" id="wall-item-ownerphoto-$id" height="80" width="80" alt="$owner_name" /></a>
5         </div>
6         <div class="wall-item-arrowphoto-wrapper" ><img src="images/larrow.gif" alt="Wall-To-Wall" /></div>
7         <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
8                 <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
9                 <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>
10         </div>
11         <div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
12                 <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name" id="wall-item-name-$id" >$name</span></a> to <a href="$owner_url" title="View $owner_name's profile" class="wall-item-name-link"><span class="wall-item-name" id="wall-item-ownername-$id">$owner_name</span></a> via Wall-To-Wall:<br />
13                 <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
14                 <div class="wall-item-location" id="wall-item-location-$id">$location</div>
15                 $vote
16         </div>
17         <div class="wall-item-content" id="wall-item-content-$id" >
18                 <div class="wall-item-title" id="wall-item-title-$id">$title</div>
19                 <div class="wall-item-body" id="wall-item-body-$id" >$body</div>
20         </div>
21         $drop
22         
23         <div class="wall-item-wrapper-end"></div>
24         <div class="wall-item-like" id="wall-item-like-$id">$like</div>
25         <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
26         <div class="wall-item-comment-separator"></div>
27         <div class="wall-item-comment-wrapper" >
28         $comment
29         </div>
30 </div>
31
32 <div class="wall-item-outside-wrapper-end$indent" ></div>
33