* Collapsable trees.
This commit is contained in:
parent
c2fc2c13c9
commit
84c617966b
3 changed files with 65 additions and 5 deletions
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue