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