aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_albums.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-26 02:24:07 -0800
committerfriendica <info@friendica.com>2013-01-26 02:24:07 -0800
commit91126d8dd33bdfa86ab1013561833b0c3c224a14 (patch)
tree6f8b1a86dccd7f753015270156ddf2b89614f1ea /view/tpl/photo_albums.tpl
parent70aa8421b37a6ad7318172ef515bbb56e2d33917 (diff)
downloadvolse-hubzilla-91126d8dd33bdfa86ab1013561833b0c3c224a14.tar.gz
volse-hubzilla-91126d8dd33bdfa86ab1013561833b0c3c224a14.tar.bz2
volse-hubzilla-91126d8dd33bdfa86ab1013561833b0c3c224a14.zip
more photo backend stuff
Diffstat (limited to 'view/tpl/photo_albums.tpl')
-rw-r--r--view/tpl/photo_albums.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl
new file mode 100644
index 000000000..eccc3660a
--- /dev/null
+++ b/view/tpl/photo_albums.tpl
@@ -0,0 +1,13 @@
+<div id="side-bar-photos-albums" class="widget">
+<h3><a href="$baseurl/photos/$nick" title="$title" >$title</a></h3>
+{{ if $albums }}
+<ul>
+{{ for $albums as $al }}
+<li><a href="$baseurl/photos/$nick/$al.bin2hex">$al.album</a></li>
+{{ endfor }}
+</ul>
+{{ endif }}
+{{ if $upload }}
+<div id="photo-albums-upload-link"><a href="$baseurl/photos/$nick/upload" title="$upload">$upload</a></div>
+{{ endif }}
+</div>