[xiph-commits] r10081 - in icecast/trunk/icecast: admin web

oddsock at svn.xiph.org oddsock at svn.xiph.org
Tue Sep 27 13:26:18 PDT 2005


Author: oddsock
Date: 2005-09-27 13:26:16 -0700 (Tue, 27 Sep 2005)
New Revision: 10081

Modified:
   icecast/trunk/icecast/admin/listclients.xsl
   icecast/trunk/icecast/admin/listmounts.xsl
   icecast/trunk/icecast/admin/stats.xsl
   icecast/trunk/icecast/web/status.xsl
Log:
a little better visibility for some features..


Modified: icecast/trunk/icecast/admin/listclients.xsl
===================================================================
--- icecast/trunk/icecast/admin/listclients.xsl	2005-09-27 12:47:00 UTC (rev 10080)
+++ icecast/trunk/icecast/admin/listclients.xsl	2005-09-27 20:26:16 UTC (rev 10081)
@@ -43,16 +43,14 @@
 
 <xsl:choose>
 <xsl:when test="authenticator">
-<a href="/auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
+<a href="/auth.xsl"><img border="0" src="/key.png"/></a>
 </xsl:when>
 <xsl:otherwise>
-<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a> Mount Point
+<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a>
 </xsl:otherwise>
 </xsl:choose>
 <xsl:if test="server_name"><xsl:value-of select="server_name" /> </xsl:if>
-(<xsl:value-of select="@mount" />)
-<xsl:if test="authenticator"><a href="manageauth.xsl?mount={@mount}"><img border="0" src="/key.png"/></a> </xsl:if>
-
+Mount Point : (<xsl:value-of select="@mount" />)
 </h3>
 	<table border="0" cellpadding="1" cellspacing="5" bgcolor="444444">
 	<tr>        

Modified: icecast/trunk/icecast/admin/listmounts.xsl
===================================================================
--- icecast/trunk/icecast/admin/listmounts.xsl	2005-09-27 12:47:00 UTC (rev 10080)
+++ icecast/trunk/icecast/admin/listmounts.xsl	2005-09-27 20:26:16 UTC (rev 10081)
@@ -41,17 +41,14 @@
 <h3>
 <xsl:choose>
 <xsl:when test="authenticator">
-<a href="/auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
+<a href="/auth.xsl"><img border="0" src="/key.png"/></a>
 </xsl:when>
 <xsl:otherwise>
-<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a> Mount Point
+<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a>
 </xsl:otherwise>
 </xsl:choose>
 <xsl:if test="server_name"><xsl:value-of select="server_name" /> </xsl:if>
-(<xsl:value-of select="@mount" />)
-<xsl:if test="authenticator"> <a href="manageauth.xsl?mount={@mount}"><img border="0" src="/key.png"/></a> </xsl:if>
-
-
+Mount Point : (<xsl:value-of select="@mount" />)
 </h3>
 	<table border="0" cellpadding="1" cellspacing="5" bgcolor="444444">
 	<tr>        

Modified: icecast/trunk/icecast/admin/stats.xsl
===================================================================
--- icecast/trunk/icecast/admin/stats.xsl	2005-09-27 12:47:00 UTC (rev 10080)
+++ icecast/trunk/icecast/admin/stats.xsl	2005-09-27 20:26:16 UTC (rev 10081)
@@ -70,16 +70,13 @@
 <h3>
 <xsl:choose>
 <xsl:when test="authenticator">
-<a href="/auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
+<a href="/auth.xsl"><img border="0" src="/key.png"/></a>
 </xsl:when>
 <xsl:otherwise>
-<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a> Mount Point
+<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a>
 </xsl:otherwise>
 </xsl:choose>
-
-(<xsl:value-of select="@mount" />)
-<xsl:if test="authenticator"><a href="manageauth.xsl?mount={@mount}"><img border="0" src="/key.gif"/></a> </xsl:if>
-
+Mount Point : (<xsl:value-of select="@mount" />)
 </h3>
 	<table border="0" cellpadding="1" cellspacing="5" bgcolor="444444">
 	<tr>        

Modified: icecast/trunk/icecast/web/status.xsl
===================================================================
--- icecast/trunk/icecast/web/status.xsl	2005-09-27 12:47:00 UTC (rev 10080)
+++ icecast/trunk/icecast/web/status.xsl	2005-09-27 20:26:16 UTC (rev 10081)
@@ -41,15 +41,21 @@
 <h3>
 <xsl:choose>
 <xsl:when test="authenticator">
-<a href="/auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
+<a href="/auth.xsl"><img border="0" src="/key.png"/></a>
 </xsl:when>
 <xsl:otherwise>
-<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a> Mount Point
+<a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a>
 </xsl:otherwise>
 </xsl:choose>
-(<xsl:value-of select="@mount" />)
-<xsl:if test="authenticator"> <a href="/auth.xsl"><img border="0" src="/key.png"/></a> </xsl:if>
-
+Mount Point : (<xsl:value-of select="@mount" />) : 
+<xsl:choose>
+<xsl:when test="authenticator">
+<a href="/auth.xsl">Click to Listen</a>
+</xsl:when>
+<xsl:otherwise>
+<a href="{@mount}.m3u">Click to Listen</a>
+</xsl:otherwise>
+</xsl:choose>
 </h3>
 
 <table border="0" cellpadding="4">



More information about the commits mailing list