]> git.mxchange.org Git - friendica.git/blob - view/smarty3/photo_item.tpl
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / view / smarty3 / photo_item.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="wall-item-outside-wrapper{{$indent}}" id="wall-item-outside-wrapper-{{$id}}" >
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}}" style="height: 80px; width: 80px;" alt="{{$name}}" /></a>
10         </div>
11
12         <div class="wall-item-wrapper" id="wall-item-wrapper-{{$id}}" >
13                 <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>
14                 <div class="wall-item-ago"  id="wall-item-ago-{{$id}}">{{$ago}}</div>
15         </div>
16         <div class="wall-item-content" id="wall-item-content-{{$id}}" >
17                 <div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
18                 <div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div>
19         </div>
20         {{$drop}}
21         <div class="wall-item-wrapper-end"></div>
22         <div class="wall-item-comment-separator"></div>
23         {{$comment}}
24
25 <div class="wall-item-outside-wrapper-end{{$indent}}" ></div>
26 </div>
27