Project

General

Profile

« Previous | Next » 

Revision 827

Modified metacat stylesheets to now use a "style-path" filter for setting
the path to XSL and CSS style sheets. this allows the style
location to be configured independently of the main web url for metacat
links.

View differences:

resource.xsl
31 31
    <html>
32 32
    <head>
33 33
      <link rel="stylesheet" type="text/css" 
34
       href="@html-path@/style/rowcol.css" />
34
       href="@style-path@/rowcol.css" />
35 35
      <title>
36 36
        <xsl:value-of select="//title" />
37 37
      </title>

Also available in: Unified diff