aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/photo_view.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-25 22:14:40 -0700
committerFriendika <info@friendika.com>2011-09-25 22:14:40 -0700
commit20d4fda22f26a99e7da930be639874f80ae7060d (patch)
treed7316e23c8d846e41e232fe6e5e5db025d8548fc /view/theme/testbubble/photo_view.tpl
parentc35342dcb6498fa16b3367f524e603806b1e7aa4 (diff)
parentc05178c10529abd402bc48bdc9bd97aaccdebfa6 (diff)
downloadvolse-hubzilla-20d4fda22f26a99e7da930be639874f80ae7060d.tar.gz
volse-hubzilla-20d4fda22f26a99e7da930be639874f80ae7060d.tar.bz2
volse-hubzilla-20d4fda22f26a99e7da930be639874f80ae7060d.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/testbubble/photo_view.tpl')
-rw-r--r--view/theme/testbubble/photo_view.tpl40
1 files changed, 40 insertions, 0 deletions
diff --git a/view/theme/testbubble/photo_view.tpl b/view/theme/testbubble/photo_view.tpl
new file mode 100644
index 000000000..4582751c6
--- /dev/null
+++ b/view/theme/testbubble/photo_view.tpl
@@ -0,0 +1,40 @@
+<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" 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 }}
+
+{{ if $likebuttons }}
+<div id="photo-like-div">
+ $likebuttons
+ $like
+ $dislike
+</div>
+{{ endif }}
+
+$comments
+
+$paginate
+