Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
6a963a03
Commit
6a963a03
authored
Sep 27, 2005
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a little better visibility for some features..
svn path=/icecast/trunk/icecast/; revision=10081
parent
a72ff510
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
22 deletions
+20
-22
admin/listclients.xsl
admin/listclients.xsl
+3
-5
admin/listmounts.xsl
admin/listmounts.xsl
+3
-6
admin/stats.xsl
admin/stats.xsl
+3
-6
web/status.xsl
web/status.xsl
+11
-5
No files found.
admin/listclients.xsl
View file @
6a963a03
...
...
@@ -43,16 +43,14 @@
<xsl:choose>
<xsl:when
test=
"authenticator"
>
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
Authentication Required
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:when>
<xsl:otherwise>
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
Mount Point
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
</xsl:otherwise>
</xsl:choose>
<xsl:if
test=
"server_name"
><xsl:value-of
select=
"server_name"
/>
</xsl:if>
(
<xsl:value-of
select=
"@mount"
/>
)
<xsl:if
test=
"authenticator"
><a
href=
"manageauth.xsl?mount={@mount}"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:if>
Mount Point : (
<xsl:value-of
select=
"@mount"
/>
)
</h3>
<table
border=
"0"
cellpadding=
"1"
cellspacing=
"5"
bgcolor=
"444444"
>
<tr>
...
...
admin/listmounts.xsl
View file @
6a963a03
...
...
@@ -41,17 +41,14 @@
<h3>
<xsl:choose>
<xsl:when
test=
"authenticator"
>
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
Authentication Required
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:when>
<xsl:otherwise>
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
Mount Point
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
</xsl:otherwise>
</xsl:choose>
<xsl:if
test=
"server_name"
><xsl:value-of
select=
"server_name"
/>
</xsl:if>
(
<xsl:value-of
select=
"@mount"
/>
)
<xsl:if
test=
"authenticator"
>
<a
href=
"manageauth.xsl?mount={@mount}"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:if>
Mount Point : (
<xsl:value-of
select=
"@mount"
/>
)
</h3>
<table
border=
"0"
cellpadding=
"1"
cellspacing=
"5"
bgcolor=
"444444"
>
<tr>
...
...
admin/stats.xsl
View file @
6a963a03
...
...
@@ -70,16 +70,13 @@
<h3>
<xsl:choose>
<xsl:when
test=
"authenticator"
>
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
Authentication Required
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:when>
<xsl:otherwise>
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
Mount Point
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
</xsl:otherwise>
</xsl:choose>
(
<xsl:value-of
select=
"@mount"
/>
)
<xsl:if
test=
"authenticator"
><a
href=
"manageauth.xsl?mount={@mount}"
><img
border=
"0"
src=
"/key.gif"
/></a>
</xsl:if>
Mount Point : (
<xsl:value-of
select=
"@mount"
/>
)
</h3>
<table
border=
"0"
cellpadding=
"1"
cellspacing=
"5"
bgcolor=
"444444"
>
<tr>
...
...
web/status.xsl
View file @
6a963a03
...
...
@@ -41,15 +41,21 @@
<h3>
<xsl:choose>
<xsl:when
test=
"authenticator"
>
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
Authentication Required
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:when>
<xsl:otherwise>
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
Mount Point
<a
href=
"{@mount}.m3u"
><img
border=
"0"
src=
"/tunein.png"
/></a>
</xsl:otherwise>
</xsl:choose>
Mount Point : (
<xsl:value-of
select=
"@mount"
/>
) :
<xsl:choose>
<xsl:when
test=
"authenticator"
>
<a
href=
"/auth.xsl"
>
Click to Listen
</a>
</xsl:when>
<xsl:otherwise>
<a
href=
"{@mount}.m3u"
>
Click to Listen
</a>
</xsl:otherwise>
</xsl:choose>
(
<xsl:value-of
select=
"@mount"
/>
)
<xsl:if
test=
"authenticator"
>
<a
href=
"/auth.xsl"
><img
border=
"0"
src=
"/key.png"
/></a>
</xsl:if>
</h3>
<table
border=
"0"
cellpadding=
"4"
>
...
...
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