projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fetch des photos suivante (implémentation incomplète).
[Portfolio.git]
/
skins
/
photo_layout_macros.pt
diff --git
a/skins/photo_layout_macros.pt
b/skins/photo_layout_macros.pt
index
f6003ba
..
6354b1a
100644
(file)
--- a/
skins/photo_layout_macros.pt
+++ b/
skins/photo_layout_macros.pt
@@
-11,9
+11,8
@@
mayBeDropable exists:dropable;
dropable python:True if mayBeDropable and dropable else False"
i18n:domain="portfolio">
mayBeDropable exists:dropable;
dropable python:True if mayBeDropable and dropable else False"
i18n:domain="portfolio">
- <div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
<div id="lightbox" tal:attributes="class python:'lightbox photo-drop-target' if dropable else 'lightbox'">
<div id="lightbox" tal:attributes="class python:'lightbox photo-drop-target' if dropable else 'lightbox'">
- <span tal:repeat="info infos" tal:omit-tag="">
+ <span
metal:define-macro="thumbnails"
tal:repeat="info infos" tal:omit-tag="">
<span tal:define="size info/thumbSize;
margin_top python:(slide_size - size['height']) / 2;
margin_left python:(slide_size - size['width']) / 2;
<span tal:define="size info/thumbSize;
margin_top python:(slide_size - size['height']) / 2;
margin_left python:(slide_size - size['width']) / 2;
@@
-102,16
+101,20
@@
</span>
</div>
<br clear="all"/>
</span>
</div>
<br clear="all"/>
- <div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
+ <noscript>
+ <div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
+ </noscript>
<script type="text/javascript" tal:condition="not:dropable">
<script type="text/javascript" tal:condition="not:dropable">
- new Lightbox(document.getElementById('lightbox'));
+ new Lightbox(document.getElementById('lightbox'),
+ document.getElementById('lightbox_toolbar'));
</script>
<script type="text/javascript"
tal:condition="dropable"
tal:content="structure python:'''
(function(){
var lb = document.getElementById('lightbox');
</script>
<script type="text/javascript"
tal:condition="dropable"
tal:content="structure python:'''
(function(){
var lb = document.getElementById('lightbox');
- new Lightbox(lb);
+ new Lightbox(lb,
+ document.getElementById('lightbox_toolbar'));
var uploadUrl = '%(putUrl)s';
var options = {'slideSize' : %(slideSize)d,
'thumbnailSize' : %(thumbnailSize)d};
var uploadUrl = '%(putUrl)s';
var options = {'slideSize' : %(slideSize)d,
'thumbnailSize' : %(thumbnailSize)d};