Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
eba43147
Commit
eba43147
authored
Dec 19, 2007
by
Karl Heyes
Browse files
web page fixup
svn path=/icecast/trunk/icecast/; revision=14315
parent
2ccfe3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/server_version.xsl
View file @
eba43147
<xsl:stylesheet
xmlns:xsl =
"http://www.w3.org/1999/XSL/Transform"
version =
"1.0"
>
<xsl:output
omit-xml-declaration=
"no"
method=
"
x
ml"
doctype-public=
"-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system=
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
indent=
"yes"
encoding=
"UTF-8"
/>
<xsl:output
omit-xml-declaration=
"no"
method=
"
ht
ml"
doctype-public=
"-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system=
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
indent=
"yes"
encoding=
"UTF-8"
/>
<xsl:template
match =
"/icestats"
>
<html>
<head>
...
...
@@ -38,22 +38,22 @@
<h3>
Version Information
</h3>
<table
border=
"0"
cellpadding=
"4"
>
<xsl:for-each
select=
"/icestats"
>
<xsl:for-each
select=
"server"
>
<xsl:if
test =
"name()!='source'"
>
<tr>
<td
width=
"130"
>
Build
</td>
<td
class=
"streamdata"
><xsl:value-of
select=
"
.
"
/></td>
<td
width=
"130"
>
Location
</td>
<td
class=
"streamdata"
><xsl:value-of
select=
"
location
"
/></td>
</tr>
</xsl:if>
</xsl:for-each>
<xsl:for-each
select=
"server_start"
>
<xsl:if
test =
"name()!='source'"
>
<tr>
<td
width=
"130"
>
Server Uptime
</td>
<td
class=
"streamdata"
><xsl:value-of
select=
"."
/></td>
<td
width=
"130"
>
Admin
</td>
<td
class=
"streamdata"
><xsl:value-of
select=
"admin"
/></td>
</tr>
<tr>
<td
width=
"130"
>
Host
</td>
<td
class=
"streamdata"
><xsl:value-of
select=
"host"
/></td>
</tr>
<tr>
<td
width=
"130"
>
Version
</td>
<td
class=
"streamdata"
><xsl:value-of
select=
"server_id"
/></td>
</tr>
</xsl:if>
</xsl:for-each>
</xsl:for-each>
<tr>
<td
width=
"130"
>
Download
</td>
...
...
@@ -88,4 +88,4 @@
</body>
</html>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
</xsl:stylesheet>
Write
Preview
Supports
Markdown
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