[Zope] What is the Zope front end written in?
Hannu Krosing
hannu@tm.ee
Mon, 07 Feb 2000 23:33:12 +0200
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