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
3dd8bdbf
Commit
3dd8bdbf
authored
May 02, 2015
by
Philipp Schafft
🦁
Browse files
Feature: display playlist
parent
d3370f3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin/stats.xsl
View file @
3dd8bdbf
...
...
@@ -131,6 +131,29 @@
</table>
</xsl:if>
<!-- Extra playlist -->
<xsl:if
test=
"playlist/*"
>
<h4>
Playlist
</h4>
<table
class=
"table-block"
>
<tbody>
<tr>
<th>
Album
</th>
<th>
Track
</th>
<th>
Creator
</th>
<th>
Title
</th>
</tr>
<xsl:for-each
select=
"playlist/trackList/track"
>
<tr>
<td><xsl:value-of
select=
"album"
/></td>
<td><xsl:value-of
select=
"trackNum"
/></td>
<td><xsl:value-of
select=
"creator"
/></td>
<td><xsl:value-of
select=
"title"
/></td>
</tr>
</xsl:for-each>
</tbody>
</table>
</xsl:if>
<!-- Mount Authentication -->
<xsl:if
test=
"authentication"
>
<h4>
Mount Authentication
</h4>
...
...
web/status.xsl
View file @
3dd8bdbf
...
...
@@ -150,6 +150,28 @@
</tr>
</tbody>
</table>
<!-- Extra playlist -->
<xsl:if
test=
"playlist/*"
>
<h4>
Playlist
</h4>
<table
class=
"table-block"
>
<tbody>
<tr>
<th>
Album
</th>
<th>
Track
</th>
<th>
Creator
</th>
<th>
Title
</th>
</tr>
<xsl:for-each
select=
"playlist/trackList/track"
>
<tr>
<td><xsl:value-of
select=
"album"
/></td>
<td><xsl:value-of
select=
"trackNum"
/></td>
<td><xsl:value-of
select=
"creator"
/></td>
<td><xsl:value-of
select=
"title"
/></td>
</tr>
</xsl:for-each>
</tbody>
</table>
</xsl:if>
</div>
</div>
</xsl:when>
...
...
Philipp Schafft
🦁
@phschafft
mentioned in issue
#2313 (closed)
·
Jun 16, 2018
mentioned in issue
#2313 (closed)
mentioned in issue #2313
Toggle commit list
Roger Hågensen
@rh_icecast
mentioned in issue
#2331 (closed)
·
Jun 20, 2018
mentioned in issue
#2331 (closed)
mentioned in issue #2331
Toggle commit list
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