https://issues.apache.org/bugzilla/show_bug.cgi?id=47200
Summary: .jpg images can not be insert in the publication
'defaultfiredocs '
Product: Lenya
Version: Trunk
Platform: All
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: Navigation Framework
AssignedTo: [email protected]
ReportedBy: [email protected]
For the publication Firedocs I have the current Brunch
and CONTRIB_HOME installed.
When I edit the file page.css
C: \ CONTRIB_HOME \ modules \ default style \ resources \ css
background: url ('../ images / irgendwas.jpg ') ,
the image is not displayed.
. png and. gif works.
The same problem I have in the file page.xsl.
One possible solution is to establish in the sitemap.xmap
<map:match pattern="*/defaultstyle/**.jpg">
<map:read
src="fallback://lenya/modules/defaultstyle/resources/{2}.jpg"
mime-type="image/png"/>
</ map: match>
indicated.
But I am not sure whether that is the right way.
Norbert
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]