Revision 922
Added by Matt Jones almost 23 years ago
lib/style/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
Added qformat parameter for switching css stylesheets.