[Zope] Connection between css files and their location
Dieter Maurer
dieter at handshake.de
Tue Feb 1 13:23:44 EST 2005
Hoang-Vu PHUNG wrote at 2005-1-31 23:43 +0100:
>I found the file manage_page_style.css.dtml (among
>other style sheets) under <Zope installation
>dir>/lib/python/App/dtml which I suspect is the same
>when I type /manage_page_style.css in the browser.
>
>Is there somewhere in the documentation that says the
>connection / convention between the stylesheet and its
>location.
The resources are usually defined in the package that
uses them -- often in subdirectories called "dtml" or "www".
"App" is the package that implements large parts of the
Zope Management Interface. Therefore, you find "manage_page_style.css"
their.
--
Dieter
More information about the Zope
mailing list