mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Continue with XSL stylesheet. It's not rendering correctly atm.
This commit is contained in:
parent
381644604f
commit
7b5c02bb0c
1 changed files with 5 additions and 1 deletions
|
@ -1,11 +1,15 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsl:transform version="1.0" xmlns:xsl="http://w3.org/1999/XSL/Transform">
|
<xsl:transform version="1.0" xmlns:xsl="http://w3.org/1999/XSL/Transform">
|
||||||
|
<xsl:output method="html" encoding="utf-8" indent="yes" />
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
<xsl:text disable-output-escaping='yes'><!DOCTYPE html></xsl:text>
|
<xsl:text disable-output-escaping='yes'><!DOCTYPE html></xsl:text>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title><xsl:value-of select="CurrentDirectory" /> - GalleryShare</title>
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1><xsl:value-of select="CurrentDirectory" /> - GalleryShare</h1>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:transform>
|
</xsl:transform>
|
||||||
|
|
Loading…
Reference in a new issue