[xiph-commits] r18132 - icecast/trunk/icecast/admin

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Fri Nov 25 19:10:16 PST 2011


Author: ph3-der-loewe
Date: 2011-11-25 19:10:16 -0800 (Fri, 25 Nov 2011)
New Revision: 18132

Modified:
   icecast/trunk/icecast/admin/listclients.xsl
   icecast/trunk/icecast/admin/listmounts.xsl
   icecast/trunk/icecast/admin/stats.xsl
Log:
Added missing links to VCLT playlist files in admin/.


Modified: icecast/trunk/icecast/admin/listclients.xsl
===================================================================
--- icecast/trunk/icecast/admin/listclients.xsl	2011-11-26 02:39:30 UTC (rev 18131)
+++ icecast/trunk/icecast/admin/listclients.xsl	2011-11-26 03:10:16 UTC (rev 18132)
@@ -52,7 +52,9 @@
                 <xsl:otherwise>
                     <td align="right">
                         <a href="{@mount}.m3u">M3U</a>
-                        <a href="{@mount}.xspf">XSPF</a></td>
+                        <a href="{@mount}.xspf">XSPF</a>
+                        <a href="{@mount}.vclt">VCLT</a>
+                    </td>
                 </xsl:otherwise>
             </xsl:choose>
     </tr></table>

Modified: icecast/trunk/icecast/admin/listmounts.xsl
===================================================================
--- icecast/trunk/icecast/admin/listmounts.xsl	2011-11-26 02:39:30 UTC (rev 18131)
+++ icecast/trunk/icecast/admin/listmounts.xsl	2011-11-26 03:10:16 UTC (rev 18132)
@@ -51,7 +51,9 @@
                 <xsl:otherwise>
                     <td align="right">
                         <a href="{@mount}.m3u">M3U</a>
-                        <a href="{@mount}.xspf">XSPF</a></td>
+                        <a href="{@mount}.xspf">XSPF</a>
+                        <a href="{@mount}.vclt">VCLT</a>
+                    </td>
                 </xsl:otherwise>
             </xsl:choose>
     </tr></table>

Modified: icecast/trunk/icecast/admin/stats.xsl
===================================================================
--- icecast/trunk/icecast/admin/stats.xsl	2011-11-26 02:39:30 UTC (rev 18131)
+++ icecast/trunk/icecast/admin/stats.xsl	2011-11-26 03:10:16 UTC (rev 18132)
@@ -80,7 +80,9 @@
                     <xsl:otherwise>
                         <td align="right">
                             <a href="{@mount}.m3u">M3U</a>
-                            <a href="{@mount}.xspf">XSPF</a></td>
+                            <a href="{@mount}.xspf">XSPF</a>
+                            <a href="{@mount}.vclt">VCLT</a>
+                        </td>
                     </xsl:otherwise>
                 </xsl:choose>
         </tr></table>



More information about the commits mailing list