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:

login.xsl
43 43
    <xsl:when test="name(self::node())='login'">
44 44
      <head>
45 45
        <link rel="stylesheet" type="text/css" 
46
              href="@html-path@/style/rowcol.css" />
46
              href="@style-path@/rowcol.css" />
47 47
        <script language="JavaScript">
48 48
          <![CDATA[
49
          window.location="@html-path@/metacat.html"
49
          window.location="@html-path@/index.html"
50 50
          ]]>
51 51
        </script>
52 52
      </head>

Also available in: Unified diff