]> git.mxchange.org Git - friendica.git/blob - view/smarty3/photo_item.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / photo_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-photo-wrapper-{{$id}}" >
3                 <a href="{{$profile_url}}" title="View {{$name}}'s profile" class="wall-item-photo-link" id="wall-item-photo-link-{{$id}}">
4                 <img src="{{$thumb}}" class="wall-item-photo" id="wall-item-photo-{{$id}}" style="height: 80px; width: 80px;" alt="{{$name}}" /></a>
5         </div>
6
7         <div class="wall-item-wrapper" id="wall-item-wrapper-{{$id}}" >
8                 <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>
9                 <div class="wall-item-ago"  id="wall-item-ago-{{$id}}">{{$ago}}</div>
10         </div>
11         <div class="wall-item-content" id="wall-item-content-{{$id}}" >
12                 <div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
13                 <div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div>
14         </div>
15         {{$drop}}
16         <div class="wall-item-wrapper-end"></div>
17         <div class="wall-item-comment-separator"></div>
18         {{$comment}}
19
20 <div class="wall-item-outside-wrapper-end{{$indent}}" ></div>
21 </div>
22