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