mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Set titles for admin pages
This commit is contained in:
parent
b33a426a3e
commit
14ff463c5c
@ -4,11 +4,11 @@
|
||||
<xsl:include href="includes/page.xsl"/>
|
||||
<xsl:include href="includes/mountnav.xsl"/>
|
||||
|
||||
<xsl:variable name="title">Stats</xsl:variable>
|
||||
<xsl:variable name="title">Listener Stats</xsl:variable>
|
||||
|
||||
<xsl:template name="content">
|
||||
<div class="section">
|
||||
<h2>Listener Stats</h2>
|
||||
<h2><xsl:value-of select="$title" /></h2>
|
||||
|
||||
<xsl:for-each select="source">
|
||||
<div class="article">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<xsl:include href="includes/page.xsl"/>
|
||||
<xsl:include href="includes/mountnav.xsl"/>
|
||||
|
||||
<xsl:variable name="title">Stats</xsl:variable>
|
||||
<xsl:variable name="title">Active Mountpoints</xsl:variable>
|
||||
|
||||
<!-- Auth template -->
|
||||
<xsl:template name="authlist">
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<xsl:template name="content">
|
||||
<div class="section">
|
||||
<h2>Active Mountpoints</h2>
|
||||
<h2><xsl:value-of select="$title" /></h2>
|
||||
<xsl:choose>
|
||||
<xsl:when test="source">
|
||||
<xsl:for-each select="source">
|
||||
|
@ -4,11 +4,11 @@
|
||||
<xsl:include href="includes/page.xsl"/>
|
||||
<xsl:include href="includes/mountnav.xsl"/>
|
||||
|
||||
<xsl:variable name="title">Stats</xsl:variable>
|
||||
<xsl:variable name="title">Manage Authentication</xsl:variable>
|
||||
|
||||
<xsl:template name="content">
|
||||
<div class="section">
|
||||
<h2>Manage Authentication</h2>
|
||||
<h2><xsl:value-of select="$title" /></h2>
|
||||
<xsl:if test="iceresponse">
|
||||
<div class="aside error">
|
||||
<xsl:value-of select="iceresponse/message" />
|
||||
|
@ -4,11 +4,11 @@
|
||||
<xsl:include href="includes/page.xsl"/>
|
||||
<xsl:include href="includes/mountnav.xsl"/>
|
||||
|
||||
<xsl:variable name="title">Stats</xsl:variable>
|
||||
<xsl:variable name="title">Move listeners</xsl:variable>
|
||||
|
||||
<xsl:template name="content">
|
||||
<div class="section">
|
||||
<h2>Move listeners</h2>
|
||||
<h2><xsl:value-of select="$title" /></h2>
|
||||
<div class="article">
|
||||
<h3>Mountpoint <xsl:value-of select="current_source" /></h3>
|
||||
<!-- Mount nav -->
|
||||
|
@ -3,11 +3,11 @@
|
||||
<!-- Import include files -->
|
||||
<xsl:include href="includes/page.xsl"/>
|
||||
|
||||
<xsl:variable name="title">Stats</xsl:variable>
|
||||
<xsl:variable name="title">Server Response</xsl:variable>
|
||||
|
||||
<xsl:template name="content">
|
||||
<div class="section">
|
||||
<h2>Server Response</h2>
|
||||
<h2><xsl:value-of select="$title" /></h2>
|
||||
<xsl:for-each select="/iceresponse">
|
||||
<div class="article">
|
||||
<h3>Response</h3>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<xsl:include href="includes/page.xsl"/>
|
||||
<xsl:include href="includes/mountnav.xsl"/>
|
||||
|
||||
<xsl:variable name="title">Stats</xsl:variable>
|
||||
<xsl:variable name="title">Update Metadata</xsl:variable>
|
||||
|
||||
<xsl:template name="content">
|
||||
<div class="section">
|
||||
<h2>Update Metadata</h2>
|
||||
<h2><xsl:value-of select="$title" /></h2>
|
||||
|
||||
<xsl:for-each select="source">
|
||||
<div class="article">
|
||||
|
Loading…
Reference in New Issue
Block a user