aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_portfolio.tpl
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2017-06-13 21:08:21 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2017-06-13 21:08:21 +0200
commit836cb16455095d4fb34d73c86174b061203485f9 (patch)
tree81209a4dd4ac0a449e1a3c772be22b33c3df6414 /view/tpl/photo_portfolio.tpl
parent643a62038e002c8944dda37f4023129bb50272c1 (diff)
downloadvolse-hubzilla-836cb16455095d4fb34d73c86174b061203485f9.tar.gz
volse-hubzilla-836cb16455095d4fb34d73c86174b061203485f9.tar.bz2
volse-hubzilla-836cb16455095d4fb34d73c86174b061203485f9.zip
Added Portfolio widget
Diffstat (limited to 'view/tpl/photo_portfolio.tpl')
-rwxr-xr-xview/tpl/photo_portfolio.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/photo_portfolio.tpl b/view/tpl/photo_portfolio.tpl
new file mode 100755
index 000000000..cbc8ea214
--- /dev/null
+++ b/view/tpl/photo_portfolio.tpl
@@ -0,0 +1,13 @@
+
+
+ <a data-open="portfolioModal-{{$photo.resource_id}}" aria-controls="portfolioModal-{{$photo.resource_id}}" aria-haspopup="true" tabindex="0">
+ <img class="thumbnail" src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.desc}}" id="photo-top-photo-{{$photo.resource_id}}">
+ </a>
+
+ <div class="full reveal without-overlay" id="portfolioModal-{{$photo.resource_id}}" data-reveal="f175mw-reveal" role="dialog" aria-hidden="true" data-yeti-box="portfolioModal-{{$photo.resource_id}}" data-resize="portfolioModal-{{$photo.resource_id}}">
+ <h5>{{$photo.desc}}</h5>
+ <img class="thumbnail" src="{{$photo.fullsrc}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.desc}}" id="photo-top-photo-{{$photo.resource_id}}x">
+ <button class="close-button" data-close="" aria-label="Close reveal" type="button">
+ <span aria-hidden="true">×</span>
+ </button>
+ </div>