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:

eml-dataset-display.xsl
37 37
    <html>
38 38
      <head>
39 39
        <link rel="stylesheet" type="text/css" 
40
              href="@web-base-url@/default.css" />
40
              href="@style-path@/default.css" />
41 41
      </head>
42 42
      <body>
43 43
        <center>
......
105 105
  <xsl:template match="title" mode="layout">
106 106
     <tr>
107 107
       <td class="highlight"><b><xsl:text>Title:</xsl:text></b></td>
108
       <td><xsl:value-of select="."/></td>
108
       <td><b><xsl:value-of select="."/></b></td>
109 109
     </tr>
110 110
  </xsl:template>
111 111

  

Also available in: Unified diff