* Collapsable trees.

This commit is contained in:
Eelco Dolstra 2004-03-18 18:26:22 +00:00
parent c2fc2c13c9
commit 84c617966b
3 changed files with 65 additions and 5 deletions

View file

@ -7,6 +7,7 @@
<xsl:template match="logfile">
<html>
<head>
<script type="text/javascript" src="treebits.js" />
<link rel="stylesheet" href="logfile.css" type="text/css" />
<title>Log File</title>
</head>
@ -23,6 +24,7 @@
</xsl:template>
<xsl:template match="nest">
<script type='text/javascript'>showTreeToggle("show","hide")</script>
<xsl:apply-templates select='head'/>
<ul class='nesting'>
<xsl:for-each select='line|nest'>