]> git.mxchange.org Git - friendica.git/blob - view/templates/photo_item.tpl
fix account_type
[friendica.git] / view / templates / photo_item.tpl
1
2 <div class="wall-item-outside-wrapper{{$indent}}" id="wall-item-outside-wrapper-{{$id}}" >
3         <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-{{$id}}" >
4                 <a href="{{$profile_url}}" title="View {{$name}}'s profile" class="wall-item-photo-link" id="wall-item-photo-link-{{$id}}">
5                 <img src="{{$thumb}}" class="wall-item-photo" id="wall-item-photo-{{$id}}" style="height: 80px; width: 80px;" alt="{{$name}}" /></a>
6         </div>
7
8         <div class="wall-item-wrapper" id="wall-item-wrapper-{{$id}}" >
9                 <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>
10                 <div class="wall-item-ago"  id="wall-item-ago-{{$id}}">{{$ago}}</div>
11         </div>
12         <div class="wall-item-content" id="wall-item-content-{{$id}}" >
13                 <div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
14                 <div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div>
15         </div>
16         
17         {{if $drop.dropping }}
18                 <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
19                         <a href="item/drop/{{$id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
20                 </div>
21                 <div class="wall-item-delete-end"></div>
22         {{/if}}
23
24         <div class="wall-item-wrapper-end"></div>
25         <div class="wall-item-comment-separator"></div>
26         {{$comment}}
27
28 <div class="wall-item-outside-wrapper-end{{$indent}}" ></div>
29 </div>
30