Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b82d5c27
Commit
b82d5c27
authored
Apr 03, 2013
by
Davis King
Browse files
bolded includes
parent
f349d7cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+3
-3
No files found.
docs/docs/stylesheet.xsl
View file @
b82d5c27
...
@@ -955,12 +955,12 @@ function BigToggle(node)
...
@@ -955,12 +955,12 @@ function BigToggle(node)
<xsl:choose>
<xsl:choose>
<xsl:when
test=
"@link"
>
<xsl:when
test=
"@link"
>
<div
id=
'{$line}'
><div
id=
'name'
><a
href=
"{@link}"
><xsl:value-of
select=
"@name"
/></a></div>
<div
id=
'{$line}'
><div
id=
'name'
><a
href=
"{@link}"
><xsl:value-of
select=
"@name"
/></a></div>
<div
id=
'inc'
><xsl:if
test=
'@include'
>
#include
<
<xsl:value-of
select=
"@include"
/>
>
</xsl:if></div>
<div
id=
'inc'
><xsl:if
test=
'@include'
>
<b>
#include
<
<xsl:value-of
select=
"@include"
/>
>
</
b></
xsl:if></div>
</div>
</div>
</xsl:when>
</xsl:when>
<xsl:when
test=
"@file"
>
<xsl:when
test=
"@file"
>
<div
id=
'{$line}'
><div
id=
'name'
><a
href=
"{@file}#{@name}"
><xsl:value-of
select=
"@name"
/></a></div>
<div
id=
'{$line}'
><div
id=
'name'
><a
href=
"{@file}#{@name}"
><xsl:value-of
select=
"@name"
/></a></div>
<div
id=
'inc'
><xsl:if
test=
'@include'
>
#include
<
<xsl:value-of
select=
"@include"
/>
>
</xsl:if></div>
<div
id=
'inc'
><xsl:if
test=
'@include'
>
<b>
#include
<
<xsl:value-of
select=
"@include"
/>
>
</
b></
xsl:if></div>
</div>
</div>
</xsl:when>
</xsl:when>
<xsl:otherwise>
<xsl:otherwise>
...
@@ -971,7 +971,7 @@ function BigToggle(node)
...
@@ -971,7 +971,7 @@ function BigToggle(node)
<xsl:variable
name=
"alt2"
select=
"1+(($alt+position()) mod 2)"
/>
<xsl:variable
name=
"alt2"
select=
"1+(($alt+position()) mod 2)"
/>
<xsl:variable
name=
"line2"
select=
"concat('line',format-number($alt2,'0'))"
/>
<xsl:variable
name=
"line2"
select=
"concat('line',format-number($alt2,'0'))"
/>
<div
id=
'{$line2}'
><div
id=
'name'
><a
href=
"{@link}"
><xsl:value-of
select=
"@name"
/></a></div>
<div
id=
'{$line2}'
><div
id=
'name'
><a
href=
"{@link}"
><xsl:value-of
select=
"@name"
/></a></div>
<div
id=
'inc'
><xsl:if
test=
'@include'
>
#include
<
<xsl:value-of
select=
"@include"
/>
>
</xsl:if></div>
<div
id=
'inc'
><xsl:if
test=
'@include'
>
<b>
#include
<
<xsl:value-of
select=
"@include"
/>
>
</
b></
xsl:if></div>
</div>
</div>
</xsl:for-each>
</xsl:for-each>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment