Changeset 750 for ZMS/trunk/dtml/ZMSContainerObject/pageelement_toc.dtml
- Timestamp:
- 23.10.2009 16:12:55 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/ZMSContainerObject/pageelement_toc.dtml
r698 r750 4 4 <dtml-let textarea=sequence-item 5 5 format="getObjProperty('format',REQUEST)" 6 index=" _.max(format.find('1'),7 _.max(format.find('2'),8 _.max(format.find('3'),9 _.max(format.find('4'),10 _.max(format.find('5'),11 _.max(format.find('6'),12 _.max(format.find('7'),13 _.max(format.find('8'),format.find('9')))))))))"6 index="max(format.find('1'), 7 max(format.find('2'), 8 max(format.find('3'), 9 max(format.find('4'), 10 max(format.find('5'), 11 max(format.find('6'), 12 max(format.find('7'), 13 max(format.find('8'),format.find('9')))))))))" 14 14 isHeadline="format.find('h') >= 0 and index > 0"> 15 15 <dtml-if isHeadline>
Note: See TracChangeset
for help on using the changeset viewer.
