Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
93
Issues
93
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
3dd8bdbf
Commit
3dd8bdbf
authored
May 02, 2015
by
Philipp Schafft
🦁
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feature: display playlist
parent
d3370f3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
admin/stats.xsl
admin/stats.xsl
+23
-0
web/status.xsl
web/status.xsl
+22
-0
No files found.
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
🦁
@ph3-der-loewe
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
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