projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prise en compte du paramètre thumb_size au moment de la fabrication.
[Portfolio.git]
/
skins
/
photo_layout_macros.pt
diff --git
a/skins/photo_layout_macros.pt
b/skins/photo_layout_macros.pt
index
ec7fa3c
..
48b8040
100644
(file)
--- a/
skins/photo_layout_macros.pt
+++ b/
skins/photo_layout_macros.pt
@@
-18,7
+18,8
@@
margin_left python:(slide_size - size['width']) / 2;
selected info/selected|nothing"
tal:attributes="class info/className;
margin_left python:(slide_size - size['width']) / 2;
selected info/selected|nothing"
tal:attributes="class info/className;
- name info/cmf_uid">
+ name info/cmf_uid"
+ metal:define-macro="thumbnail">
<a class="slide" tal:attributes="href info/href; title info/title">
<img border="0" tal:attributes="src info/thumbUrl;
alt info/title;
<a class="slide" tal:attributes="href info/href; title info/title">
<img border="0" tal:attributes="src info/thumbUrl;
alt info/title;
@@
-89,9
+90,9
@@
// <!--
(function(){
var lb = document.getElementById('lightbox');
// <!--
(function(){
var lb = document.getElementById('lightbox');
- var uploadUrl = absolute_url();
+ var uploadUrl = absolute_url()
+ '/put_upload'
;
new Lightbox(lb);
new Lightbox(lb);
- new DD
Fil
eUploader(lb, uploadUrl);
+ new DD
Imag
eUploader(lb, uploadUrl);
})();
// -->
</script>
})();
// -->
</script>
@@
-101,7
+102,7
@@
<div metal:define-macro="film_bar" tal:omit-tag="">
<div id="film_bar">
<table cellspacing="0">
<div metal:define-macro="film_bar" tal:omit-tag="">
<div id="film_bar">
<table cellspacing="0">
- <tr tal:define="slide_size python:portal_object.thumb_
height
/2 + 10">
+ <tr tal:define="slide_size python:portal_object.thumb_
size
/2 + 10">
<td tal:repeat="info contextInfos/infos">
<a href="." tal:attributes="href info/href;
class info/className;
<td tal:repeat="info contextInfos/infos">
<a href="." tal:attributes="href info/href;
class info/className;
@@
-144,7
+145,7
@@
})();
''' % {'filmLength': len(contextInfos['infos'])
,'center': index
})();
''' % {'filmLength': len(contextInfos['infos'])
,'center': index
- ,'slideSize': portal_object.thumb_
width
/2 + 11
+ ,'slideSize': portal_object.thumb_
size
/2 + 11
,'reBaseCtxUrl':contextInfos['reBaseCtxUrl']
,'canonicalUrl':contextInfos['canonicalUrl']
}">
,'reBaseCtxUrl':contextInfos['reBaseCtxUrl']
,'canonicalUrl':contextInfos['canonicalUrl']
}">