1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Update: Set titles for admin pages

This commit is contained in:
Philipp Schafft 2018-05-20 19:05:00 +00:00
parent b33a426a3e
commit 14ff463c5c
6 changed files with 12 additions and 12 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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" />

View File

@ -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 -->

View File

@ -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>

View File

@ -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">