[xiph-commits] r18330 - icecast/branches/icecast-webm/web
giles at svn.xiph.org
giles at svn.xiph.org
Mon May 28 17:06:33 PDT 2012
Author: giles
Date: 2012-05-28 17:06:33 -0700 (Mon, 28 May 2012)
New Revision: 18330
Modified:
icecast/branches/icecast-webm/web/status.xsl
Log:
Hyperlink the mountpoint to simplify in-browser testing.
Modified: icecast/branches/icecast-webm/web/status.xsl
===================================================================
--- icecast/branches/icecast-webm/web/status.xsl 2012-05-28 20:16:50 UTC (rev 18329)
+++ icecast/branches/icecast-webm/web/status.xsl 2012-05-29 00:06:33 UTC (rev 18330)
@@ -43,7 +43,9 @@
<colgroup align="left" />
<colgroup align="right" width="300" />
<tr>
- <td><h3>Mount Point <xsl:value-of select="@mount" /></h3></td>
+ <td><h3>Mount Point
+ <a href="{@mount}"><xsl:value-of select="@mount" /></a>
+ </h3></td>
<xsl:choose>
<xsl:when test="authenticator">
<td align="right"><a class="auth" href="/auth.xsl">Login</a></td>
More information about the commits
mailing list