mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -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;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
ul.playlists > li {
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user