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