Connection between css files and their location
Hi, 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. When I go to the root and try to use the find facility to look for eg. manage_page_style.css, it couldn't find it. Thanks for your answer. Hoang-Vu Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
Hoang-Vu PHUNG wrote:
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.
Yup, although you shouldn't really be messing with that file, so why does it matter?
Is there somewhere in the documentation that says the connection / convention between the stylesheet and its location. When I go to the root and try to use the find facility to look for eg. manage_page_style.css, it couldn't find it.
I'm afraid not, these tend to be done "in code somewhere" 'cos people who use Zope will never have to change them, and people who write Zope are unfortunate enough to know where they come from ;-) cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
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
participants (3)
-
Chris Withers -
Dieter Maurer -
Hoang-Vu PHUNG