projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Optimisation du chargement des vignettes juxtaposées à celle affichée.
[Portfolio.git]
/
skins
/
getPhotoContextInfos.py
diff --git
a/skins/getPhotoContextInfos.py
b/skins/getPhotoContextInfos.py
index
71b4aea
..
b070a83
100755
(executable)
--- a/
skins/getPhotoContextInfos.py
+++ b/
skins/getPhotoContextInfos.py
@@
-37,6
+37,7
@@
for i, p in enumerate(portfolio.listNearestFolderContents(contentFilter={'portal
,'href': purl
,'thumbSize':size
,'title' : p.Title()
+ ,'displayed' : p == context
,'className': (selected and 'selected' or '') + ((p == context) and ' displayed' or '')
, 'index': i
}