7 Feb
2000
7 Feb
'00
9:33 p.m.
danny shevitz wrote:
As a followup to my question on newbie technology.
The Zope front end has two elements that I'd like to use: 1) The splitter bar
This is puer HTML, it is called FRAMESET See HTML docs (or page/frame source).
2) The "delete" button which dynamically appears.
Most likely <dtml-if> based on cookie You can dig around in Zope sources, files ending in .dtml (or possibly .py) may be of interest --------------- Hannu