]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/photo_view.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / quattro / smarty3 / photo_view.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="live-display"></div>
6 <h3 id="photo-album-title"><a href="{{$album.0}}">{{$album.1}}</a></h3>
7
8 <div id="photo-edit-link-wrap">
9 {{if $tools}}
10 <a id="photo-edit-link" href="{{$tools.edit.0}}">{{$tools.edit.1}}</a>
11 |
12 <a id="photo-toprofile-link" href="{{$tools.profile.0}}">{{$tools.profile.1}}</a>
13 {{/if}}
14 {{if $lock}} | <img src="images/lock_icon.gif" class="lockview" alt="{{$lock}}" onclick="lockview(event,'photo/{{$id}}');" /> {{/if}}
15 </div>
16
17 <div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}"><img src="{{$photo.src}}" /></a></div>
18 {{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}">{{$prevlink.1}}</a></div>{{/if}}
19 {{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}">{{$nextlink.1}}</a></div>{{/if}}
20 <div id="photo-caption">{{$desc}}</div>
21 {{if $tags}}
22 <div id="in-this-photo-text">{{$tags.0}}</div>
23 <div id="in-this-photo">{{$tags.1}}</div>
24 {{/if}}
25 {{if $tags.2}}<div id="tag-remove"><a href="{{$tags.2}}">{{$tags.3}}</a></div>{{/if}}
26
27 {{if $edit}}{{$edit}}{{/if}}
28
29 {{if $likebuttons}}
30 <div id="photo-like-div">
31         {{$likebuttons}}
32         {{$like}}
33         {{$dislike}}    
34 </div>
35 {{/if}}
36 <div class="wall-item-comment-wrapper">
37     {{$comments}}
38 </div>
39
40 {{$paginate}}
41