comparison xsls/body.xsls @ 81:5a2dcd623666

In the modules documents, the list of directives is now additionally output in the contents section.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 13 Oct 2011 07:45:20 +0000
parents 425f0b4acecc
children 36f1994d7fa1
comparison
equal deleted inserted replaced
80:0f1b206eb401 81:5a2dcd623666
32 32
33 <table width="100%"><tr><td align="{$ALIGN}"> 33 <table width="100%"><tr><td align="{$ALIGN}">
34 X:if "section[@id]" { 34 X:if "section[@id]" {
35 X:for-each "section[@id]" { 35 X:for-each "section[@id]" {
36 <a href="#{@id}"> !{@name} </a><br/> 36 <a href="#{@id}"> !{@name} </a><br/>
37 X:if "@id = 'directives'" {
38 X:for-each "directive[@name]" {
39 <a href="#{@name}"> !{@name} </a>
40 X:text{&#160;&#160;&#160;&#160;&#160;}<br/>
41 }
42 }
37 } 43 }
38 } else { 44 } else {
39 X:for-each "section[@name]" { 45 X:for-each "section[@name]" {
40 <a href="#{@name}"> !{@title} </a><br/> 46 <a href="#{@name}"> !{@title} </a><br/>
41 } 47 }