aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/photo_view.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-13 06:50:14 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-13 06:50:14 +0100
commit5bae7159cc7b182e40229bb6d547ccf303eb4282 (patch)
tree0c49a617c83d11e645b6df2bea5bfcc1ccf7d093 /view/theme/diabook-blue/photo_view.tpl
parent30f5c3a9eb5dfa795771be86b3b0fe265037f3e9 (diff)
parentbf7425c591de360a97c37544f777d7d69791420c (diff)
downloadvolse-hubzilla-5bae7159cc7b182e40229bb6d547ccf303eb4282.tar.gz
volse-hubzilla-5bae7159cc7b182e40229bb6d547ccf303eb4282.tar.bz2
volse-hubzilla-5bae7159cc7b182e40229bb6d547ccf303eb4282.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook-blue/photo_view.tpl')
-rwxr-xr-xview/theme/diabook-blue/photo_view.tpl27
1 files changed, 27 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/photo_view.tpl b/view/theme/diabook-blue/photo_view.tpl
new file mode 100755
index 000000000..511fc73ac
--- /dev/null
+++ b/view/theme/diabook-blue/photo_view.tpl
@@ -0,0 +1,27 @@
+<div id="live-display"></div>
+<h3><a href="$album.0">$album.1</a></h3>
+
+<div id="photo-edit-link-wrap">
+{{ if $tools }}
+<a id="photo-edit-link" href="$tools.edit.0">$tools.edit.1</a>
+-
+<a id="photo-toprofile-link" href="$tools.profile.0">$tools.profile.1</a>
+{{ endif }}
+{{ if $lock }} - <img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,'photo$id');" /> {{ endif }}
+</div>
+
+<div id="photo-photo">
+ {{ if $prevlink }}<div id="photo-prev-link"><a href="$prevlink.0">$prevlink.1</a></div>{{ endif }}
+ <a href="$photo.href" class="lightbox" title="$photo.title"><img src="$photo.src" /></a>
+ {{ if $nextlink }}<div id="photo-next-link"><a href="$nextlink.0">$nextlink.1</a></div>{{ endif }}
+</div>
+
+<div id="photo-photo-end"></div>
+<div id="photo-caption" >$desc</div>
+{{ if $tags }}
+<div id="in-this-photo-text">$tags.0</div>
+<div id="in-this-photo">$tags.1</div>
+{{ endif }}
+{{ if $tags.2 }}<div id="tag-remove"><a href="$tags.2">$tags.3</a></div>{{ endif }}
+
+{{ if $edit }}$edit{{ endif }} \ No newline at end of file