1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fix: Moved play buttons to where they belong

This commit is contained in:
Philipp Schafft 2020-10-01 13:13:03 +00:00
parent 7db17f2906
commit d909d28f8e
2 changed files with 4 additions and 3 deletions

View File

@ -119,6 +119,7 @@ ul.playlists {
list-style: none;
margin: 0;
padding: 0;
float: right;
}
ul.playlists > li {

View File

@ -21,15 +21,15 @@
<xsl:when test="listeners">
<section class="box">
<h3 class="box_title">Mountpoint <code><xsl:value-of select="@mount" /></code></h3>
<!-- Playlists section -->
<h4>Play stream</h4>
<ul class="playlists">
<li><a href="{@mount}">Direct</a></li>
<li><a href="{@mount}.m3u">M3U</a></li>
<li><a href="{@mount}.xspf">XSPF</a></li>
</ul>
<!-- Playlists section -->
<h4>Play stream</h4>
<!-- Player -->
<xsl:if test="server_type and ((server_type = 'application/ogg') or (server_type = 'audio/ogg') or (server_type = 'audio/webm'))">
<div class="audioplayer">