projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Réindexation des memberdata. Refactoring.
[Plinn.git]
/
skins
/
ajax_scripts
/
base_properties.js.dtml
1
// $Id$
2
// $URL$
3
4
var base_properties = [];
5
<dtml-with base_properties>
6
<dtml-in propertyIds>
7
base_properties["<dtml-var sequence-item>"] = '<dtml-var "getProperty(_['sequence-item'])">';
8
</dtml-in>
9
</dtml-with>