aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-dark/photo_view.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-21 01:06:17 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-21 01:06:17 +0200
commit8809e96310048518ffdcc0ffd6a7faed112ab17a (patch)
treec6cba9ce7f1cd5b5dd25bda87de4615ab04c7e0a /view/theme/diabook/diabook-dark/photo_view.tpl
parente052be606c9c2c4e615cb557572a68af2181cc17 (diff)
downloadvolse-hubzilla-8809e96310048518ffdcc0ffd6a7faed112ab17a.tar.gz
volse-hubzilla-8809e96310048518ffdcc0ffd6a7faed112ab17a.tar.bz2
volse-hubzilla-8809e96310048518ffdcc0ffd6a7faed112ab17a.zip
diabook-themes: add diabook-dark
Diffstat (limited to 'view/theme/diabook/diabook-dark/photo_view.tpl')
-rw-r--r--view/theme/diabook/diabook-dark/photo_view.tpl35
1 files changed, 35 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-dark/photo_view.tpl b/view/theme/diabook/diabook-dark/photo_view.tpl
new file mode 100644
index 000000000..071972e0c
--- /dev/null
+++ b/view/theme/diabook/diabook-dark/photo_view.tpl
@@ -0,0 +1,35 @@
+<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 }}
+
+<div style="margin-top:20px">
+</div>
+<div id="wall-photo-container">
+$comments
+</div>
+
+$paginate