]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/photo_view.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / frost-mobile / 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><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-nav">
18         {{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><img src="view/theme/frost-mobile/images/arrow-left.png"></a></div>{{/if}}
19         {{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}"><img src="view/theme/frost-mobile/images/arrow-right.png"></a></div>{{/if}}
20 </div>
21 <div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}"><img src="{{$photo.src}}" /></a></div>
22 <div id="photo-photo-end"></div>
23 <div id="photo-caption">{{$desc}}</div>
24 {{if $tags}}
25 <div id="in-this-photo-text">{{$tags.0}}</div>
26 <div id="in-this-photo">{{$tags.1}}</div>
27 {{/if}}
28 {{if $tags.2}}<div id="tag-remove"><a href="{{$tags.2}}">{{$tags.3}}</a></div>{{/if}}
29
30 {{if $edit}}
31 {{$edit}}
32 {{else}}
33
34 {{if $likebuttons}}
35 <div id="photo-like-div">
36         {{$likebuttons}}
37         {{$like}}
38         {{$dislike}}    
39 </div>
40 {{/if}}
41
42 {{$comments}}
43
44 {{$paginate}}
45 {{/if}}
46