Project

General

Profile

« Previous | Next » 

Revision 922

Added by Matt Jones over 22 years ago

Added qformat parameter for switching css stylesheets.

View differences:

eml-dataset-display.xsl
32 32
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
33 33

  
34 34
  <xsl:output method="html" encoding="iso-8859-1"/>
35
  
36
  <xsl:param name="qformat">default</xsl:param>
35 37

  
36 38
  <xsl:template match="/">
37 39
    <html>
38 40
      <head>
39 41
        <link rel="stylesheet" type="text/css" 
42
              href="@style-path@/{$qformat}.css" />
43
<!--
40 44
              href="@style-path@/default.css" />
45
-->
41 46
      </head>
42 47
      <body>
43 48
        <center>

Also available in: Unified diff