Revision 95
Added by Matt Jones over 24 years ago
xsqltest/eml-file-display.xsl | ||
---|---|---|
20 | 20 |
<xsl:template match="/"> |
21 | 21 |
<html> |
22 | 22 |
<head> |
23 |
<link rel="stylesheet" type="text/css" href="./rowcol.css" />
|
|
23 |
<link rel="stylesheet" type="text/css" href="/xmltodb/xsqltest/rowcol.css" />
|
|
24 | 24 |
</head> |
25 | 25 |
<body class="emlbody"> |
26 | 26 |
<center> |
... | ... | |
169 | 169 |
<xsl:value-of select="second_fraction"/> |
170 | 170 |
</xsl:template> |
171 | 171 |
|
172 |
</xsl:stylesheet> |
|
172 |
</xsl:stylesheet> |
xsqltest/eml-variable-display.xsl | ||
---|---|---|
21 | 21 |
<xsl:template match="/"> |
22 | 22 |
<html> |
23 | 23 |
<head> |
24 |
<link rel="stylesheet" type="text/css" href="./rowcol.css" />
|
|
24 |
<link rel="stylesheet" type="text/css" href="/xmltodb/xsqltest/rowcol.css" />
|
|
25 | 25 |
</head> |
26 | 26 |
<body class="emlbody"> |
27 | 27 |
<center> |
lib/style/eml-file-display.xsl | ||
---|---|---|
20 | 20 |
<xsl:template match="/"> |
21 | 21 |
<html> |
22 | 22 |
<head> |
23 |
<link rel="stylesheet" type="text/css" href="./rowcol.css" />
|
|
23 |
<link rel="stylesheet" type="text/css" href="/xmltodb/xsqltest/rowcol.css" />
|
|
24 | 24 |
</head> |
25 | 25 |
<body class="emlbody"> |
26 | 26 |
<center> |
... | ... | |
169 | 169 |
<xsl:value-of select="second_fraction"/> |
170 | 170 |
</xsl:template> |
171 | 171 |
|
172 |
</xsl:stylesheet> |
|
172 |
</xsl:stylesheet> |
lib/style/eml-variable-display.xsl | ||
---|---|---|
21 | 21 |
<xsl:template match="/"> |
22 | 22 |
<html> |
23 | 23 |
<head> |
24 |
<link rel="stylesheet" type="text/css" href="./rowcol.css" />
|
|
24 |
<link rel="stylesheet" type="text/css" href="/xmltodb/xsqltest/rowcol.css" />
|
|
25 | 25 |
</head> |
26 | 26 |
<body class="emlbody"> |
27 | 27 |
<center> |
Also available in: Unified diff
updated style sheet locations