mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Moved play buttons to where they belong
This commit is contained in:
parent
7db17f2906
commit
d909d28f8e
@ -119,6 +119,7 @@ ul.playlists {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.playlists > li {
|
ul.playlists > li {
|
||||||
|
@ -21,15 +21,15 @@
|
|||||||
<xsl:when test="listeners">
|
<xsl:when test="listeners">
|
||||||
<section class="box">
|
<section class="box">
|
||||||
<h3 class="box_title">Mountpoint <code><xsl:value-of select="@mount" /></code></h3>
|
<h3 class="box_title">Mountpoint <code><xsl:value-of select="@mount" /></code></h3>
|
||||||
|
|
||||||
<!-- Playlists section -->
|
|
||||||
<h4>Play stream</h4>
|
|
||||||
<ul class="playlists">
|
<ul class="playlists">
|
||||||
<li><a href="{@mount}">Direct</a></li>
|
<li><a href="{@mount}">Direct</a></li>
|
||||||
<li><a href="{@mount}.m3u">M3U</a></li>
|
<li><a href="{@mount}.m3u">M3U</a></li>
|
||||||
<li><a href="{@mount}.xspf">XSPF</a></li>
|
<li><a href="{@mount}.xspf">XSPF</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<!-- Playlists section -->
|
||||||
|
<h4>Play stream</h4>
|
||||||
|
|
||||||
<!-- Player -->
|
<!-- Player -->
|
||||||
<xsl:if test="server_type and ((server_type = 'application/ogg') or (server_type = 'audio/ogg') or (server_type = 'audio/webm'))">
|
<xsl:if test="server_type and ((server_type = 'application/ogg') or (server_type = 'audio/ogg') or (server_type = 'audio/webm'))">
|
||||||
<div class="audioplayer">
|
<div class="audioplayer">
|
||||||
|
Loading…
Reference in New Issue
Block a user