]> git.mxchange.org Git - friendica.git/blob - view/smarty3/photo_item.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / photo_item.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div class="wall-item-outside-wrapper{{$indent}}" id="wall-item-outside-wrapper-{{$id}}" >
6         <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-{{$id}}" >
7                 <a href="{{$profile_url}}" title="View {{$name}}'s profile" class="wall-item-photo-link" id="wall-item-photo-link-{{$id}}">
8                 <img src="{{$thumb}}" class="wall-item-photo" id="wall-item-photo-{{$id}}" style="height: 80px; width: 80px;" alt="{{$name}}" /></a>
9         </div>
10
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>
13                 <div class="wall-item-ago"  id="wall-item-ago-{{$id}}">{{$ago}}</div>
14         </div>
15         <div class="wall-item-content" id="wall-item-content-{{$id}}" >
16                 <div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
17                 <div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div>
18         </div>
19         {{$drop}}
20         <div class="wall-item-wrapper-end"></div>
21         <div class="wall-item-comment-separator"></div>
22         {{$comment}}
23
24 <div class="wall-item-outside-wrapper-end{{$indent}}" ></div>
25 </div>
26