X-Git-Url: https://svn.cri.mines-paristech.fr/git/Portfolio.git/blobdiff_plain/803504e79c7201ae6f4004c6ee9aa5275b3218c3..5e9d5a6ac7b22dbb732acd070728ae8e079ac2ff:/skins/photo_layout_macros.pt diff --git a/skins/photo_layout_macros.pt b/skins/photo_layout_macros.pt index 82d3d11..68d9f1d 100644 --- a/skins/photo_layout_macros.pt +++ b/skins/photo_layout_macros.pt @@ -25,7 +25,7 @@ alt info/title; height size/height; width size/width; - style string:margin-top : ${margin_top}px ;;margin-left:${margin_left}px;"/> + style string:margin-top:${margin_top}px;; margin-left:${margin_left}px;"/> </a> <tal:block tal:condition="python:features.has_key('select')"> <span class="button slide-select" tal:condition="not:selected"> @@ -108,8 +108,10 @@ tal:content="structure python:''' new Lightbox(document.getElementById('lightbox'), document.getElementById('lightbox_toolbar'), - %s); - ''' % ('true' if not batch.next else 'false')"> + %(complete)s, + '%(container_type)s'); + ''' % {'complete' : 'true' if not batch.next else 'false', + 'container_type' : options.get('container_type', 'portfolio')}"> </script> <script type="text/javascript" tal:condition="dropable" @@ -118,7 +120,8 @@ var lb = document.getElementById('lightbox'); new Lightbox(lb, document.getElementById('lightbox_toolbar'), - %(complete)s); + %(complete)s, + '%(container_type)s'); var uploadUrl = '%(putUrl)s'; var options = {'slideSize' : %(slideSize)d, 'thumbnailSize' : %(thumbnailSize)d}; @@ -127,7 +130,8 @@ ''' % {'putUrl' : '%s/put_upload' % here.absolute_url(), 'slideSize' : portal_object.slide_size, 'thumbnailSize' : portal_object.thumb_size, - 'complete': 'true' if not batch.next else 'false'}"> + 'complete': 'true' if not batch.next else 'false', + 'container_type' : options.get('container_type', 'portfolio')}"> </script> </div> <div metal:define-macro="film_bar" tal:omit-tag="">