Problem with Silva layout (2.2) on Windows
"Luthiger Stoll Benno" <[email protected]> Tue, 8 Jun 2010 16:19:08 +0200
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello all
Working with the new Silva concept of layers, skins and layouts, I stumbled about a problem which seems to be Windows specific (Windows 7). (At least on my Linux box, the installation shows the expected behaviour).
The problem is about the images referenced by the layout's css.
I work with the multiflex layout to explain the phenomenon because this layout uses various images for its layout.
When I display a published document in the browser, the css is imported using a url like:
@import url("http://localhost:8087/silva/my_sites/++resource++9402bdd5de160c5f6c3626f0b3697b86b69e18ec/resource.css");
When I view the page info (using Firefox) I notice various images referenced on the media tab, e.g.:
http://localhost:8087/silva/my_sites/++resource++9402bdd5de160c5f6c3626f0b3697b86b69e18ec/bg_head_top.jpg
The css seems to be imported correctly, but none of the images are displayed.
When I paste the url into the browser's url field, the css is displayed as expected, but none of the images can be found.
As said above, this seems to be a Windows problem only. On my Linux box, the pages a rendered with the expected layout.
Can anybody confirm this finding?
Regards,
Benno