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
fed31372
Commit
fed31372
authored
Nov 06, 2012
by
Davis King
Browse files
Changed author line of change log to use a link to the author's
email rather than just putting it in brackets.
parent
28bc48a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+1
-1
No files found.
docs/docs/stylesheet.xsl
View file @
fed31372
...
@@ -1060,7 +1060,7 @@ function BigToggle(node)
...
@@ -1060,7 +1060,7 @@ function BigToggle(node)
<xsl:for-each
select=
"logentry"
>
<xsl:for-each
select=
"logentry"
>
<xsl:sort
order=
"descending"
data-type=
"number"
select=
"./@revision"
/>
<xsl:sort
order=
"descending"
data-type=
"number"
select=
"./@revision"
/>
<u>
Revision
</u>
:
<xsl:value-of
select=
"substring(@node,1,16)"
/>
<br/>
<u>
Revision
</u>
:
<xsl:value-of
select=
"substring(@node,1,16)"
/>
<br/>
<u>
Author
</u>
:
<
xsl:value-of
select=
"author"
/>
<
<xsl:value-of
select=
"author
/@email"
/>
>
<br/>
<u>
Author
</u>
:
<
a
href=
"mailto:{author/@email}"
>
<xsl:value-of
select=
"author
"
/></a>
<br/>
<u>
Date
</u>
:
<xsl:call-template
name=
"format-date"
><xsl:with-param
name=
"xsd-date"
select=
"date"
/></xsl:call-template>
<br/>
<u>
Date
</u>
:
<xsl:call-template
name=
"format-date"
><xsl:with-param
name=
"xsd-date"
select=
"date"
/></xsl:call-template>
<br/>
<xsl:apply-templates
select=
"msg"
/>
<xsl:apply-templates
select=
"msg"
/>
<xsl:apply-templates
select=
"paths"
/>
<xsl:apply-templates
select=
"paths"
/>
...
...
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