projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Utilisation de la nouvelle méthode Plinn.Folder.PlinnFolder.put_upload pour envoi...
[Portfolio.git]
/
skins
/
photo_layout_macros.pt
diff --git
a/skins/photo_layout_macros.pt
b/skins/photo_layout_macros.pt
index
88356b6
..
82511dd
100644
(file)
--- a/
skins/photo_layout_macros.pt
+++ b/
skins/photo_layout_macros.pt
@@
-8,7
+8,10
@@
tal:define="slide_size portal_object/slide_size;"
i18n:domain="portfolio">
<div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
tal:define="slide_size portal_object/slide_size;"
i18n:domain="portfolio">
<div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
- <div id="lightbox" class="lightbox photo-drop-target">
+ <div id="lightbox"
+ tal:define="mayBeDropable exists:dropable;
+ dropable python:True if mayBeDropable and dropable else False"
+ tal:attributes="class python:'lightbox photo-drop-target' if dropable else 'lightbox'">
<span tal:repeat="info infos" tal:omit-tag="">
<span tal:define="size info/thumbSize;
margin_top python:(slide_size - size['height']) / 2;
<span tal:repeat="info infos" tal:omit-tag="">
<span tal:define="size info/thumbSize;
margin_top python:(slide_size - size['height']) / 2;
@@
-85,7
+88,10
@@
<script type="text/javascript">
// <!--
(function(){
<script type="text/javascript">
// <!--
(function(){
- new Lightbox(document.getElementById('lightbox'));
+ var lb = document.getElementById('lightbox');
+ var uploadUrl = absolute_url() + '/put_upload';
+ new Lightbox(lb);
+ new DDFileUploader(lb, uploadUrl);
})();
// -->
</script>
})();
// -->
</script>