You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2009/05/15 21:13:34 UTC

DO NOT REPLY [Bug 47200] New: .jpg images can not be insert in the publication 'defaultfiredocs '

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: dev@lenya.apache.org
        ReportedBy: norbert.reinhard@kern.ag


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: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org