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
463bbc36
Commit
463bbc36
authored
Nov 26, 2011
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing links to VCLT playlist files in admin/.
svn path=/icecast/trunk/icecast/; revision=18132
parent
446053dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
admin/listclients.xsl
admin/listclients.xsl
+3
-1
admin/listmounts.xsl
admin/listmounts.xsl
+3
-1
admin/stats.xsl
admin/stats.xsl
+3
-1
No files found.
admin/listclients.xsl
View file @
463bbc36
...
...
@@ -52,7 +52,9 @@
<xsl:otherwise>
<td
align=
"right"
>
<a
href=
"{@mount}.m3u"
>
M3U
</a>
<a
href=
"{@mount}.xspf"
>
XSPF
</a></td>
<a
href=
"{@mount}.xspf"
>
XSPF
</a>
<a
href=
"{@mount}.vclt"
>
VCLT
</a>
</td>
</xsl:otherwise>
</xsl:choose>
</tr></table>
...
...
admin/listmounts.xsl
View file @
463bbc36
...
...
@@ -51,7 +51,9 @@
<xsl:otherwise>
<td
align=
"right"
>
<a
href=
"{@mount}.m3u"
>
M3U
</a>
<a
href=
"{@mount}.xspf"
>
XSPF
</a></td>
<a
href=
"{@mount}.xspf"
>
XSPF
</a>
<a
href=
"{@mount}.vclt"
>
VCLT
</a>
</td>
</xsl:otherwise>
</xsl:choose>
</tr></table>
...
...
admin/stats.xsl
View file @
463bbc36
...
...
@@ -80,7 +80,9 @@
<xsl:otherwise>
<td
align=
"right"
>
<a
href=
"{@mount}.m3u"
>
M3U
</a>
<a
href=
"{@mount}.xspf"
>
XSPF
</a></td>
<a
href=
"{@mount}.xspf"
>
XSPF
</a>
<a
href=
"{@mount}.vclt"
>
VCLT
</a>
</td>
</xsl:otherwise>
</xsl:choose>
</tr></table>
...
...
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