aboutsummaryrefslogtreecommitdiff
path: root/t/test-site
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2008-01-03 15:34:50 +0000
committerdakkar <dakkar@luxion>2008-01-03 15:34:50 +0000
commit947416572f2265724fc625a63146d942b971dd29 (patch)
tree5c6c6a67cddf57acc8e8168584fb16e4cc0684f1 /t/test-site
parentadded taglist to single pages (diff)
downloadWebCoso-947416572f2265724fc625a63146d942b971dd29.tar.gz
WebCoso-947416572f2265724fc625a63146d942b971dd29.tar.bz2
WebCoso-947416572f2265724fc625a63146d942b971dd29.zip
better-looking output
git-svn-id: svn://luxion/repos/WebCoso/trunk@323 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site')
-rw-r--r--t/test-site/src/common/du2html.xsl10
1 files changed, 7 insertions, 3 deletions
diff --git a/t/test-site/src/common/du2html.xsl b/t/test-site/src/common/du2html.xsl
index 569349e..291fbbf 100644
--- a/t/test-site/src/common/du2html.xsl
+++ b/t/test-site/src/common/du2html.xsl
@@ -65,13 +65,17 @@
<x:template match="wc:tag">
<dt><x:apply-templates select="wc:title-for($language,$filename,concat('/tags/',@name,'/'))"/></dt>
<dd>
- <x:apply-templates/>
+ <ul>
+ <x:apply-templates/>
+ </ul>
</dd>
</x:template>
<x:template match="wc:doc">
- <a href="{@uri}"><x:apply-templates select="wc:title-for($language,$filename,@uri)"/></a>
- (<x:apply-templates/>)
+ <li>
+ <a href="{@uri}"><x:apply-templates select="wc:title-for($language,$filename,@uri)"/></a>
+ (<x:apply-templates/>)
+ </li>
</x:template>
<x:template match="wc:lang">