mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Made links within /admin/ absolute
This commit is contained in:
parent
45818ae8bd
commit
373e6f745b
@ -10,7 +10,7 @@
|
|||||||
<section class="box">
|
<section class="box">
|
||||||
<h3 class="box_title">Overview for <code><xsl:value-of select="value[@member='global-config']/value[@member='hostname']/@value" /></code></h3>
|
<h3 class="box_title">Overview for <code><xsl:value-of select="value[@member='global-config']/value[@member='hostname']/@value" /></code></h3>
|
||||||
<ul class="boxnav">
|
<ul class="boxnav">
|
||||||
<li><a href="reloadconfig.xsl">Reload Configuration</a></li>
|
<li><a href="/admin/reloadconfig.xsl">Reload Configuration</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="side-by-side">
|
<div class="side-by-side">
|
||||||
<div>
|
<div>
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
<xsl:param name="mount" select="@mount"/>
|
<xsl:param name="mount" select="@mount"/>
|
||||||
<div class="mountnav">
|
<div class="mountnav">
|
||||||
<ul class="boxnav">
|
<ul class="boxnav">
|
||||||
<li><a href="stats.xsl?mount={$mount}#mount-1">Details</a></li>
|
<li><a href="/admin/stats.xsl?mount={$mount}#mount-1">Details</a></li>
|
||||||
<li><a href="listclients.xsl?mount={$mount}">Clients</a></li>
|
<li><a href="/admin/listclients.xsl?mount={$mount}">Clients</a></li>
|
||||||
<li><a href="moveclients.xsl?mount={$mount}">Move listeners</a></li>
|
<li><a href="/admin/moveclients.xsl?mount={$mount}">Move listeners</a></li>
|
||||||
<li><a href="updatemetadata.xsl?mount={$mount}">Metadata</a></li>
|
<li><a href="/admin/updatemetadata.xsl?mount={$mount}">Metadata</a></li>
|
||||||
<li><a href="fallbacks.xsl?mount={$mount}&omode=strict">Set fallback</a></li>
|
<li><a href="/admin/fallbacks.xsl?mount={$mount}&omode=strict">Set fallback</a></li>
|
||||||
<li class="critical"><a href="killsource.xsl?mount={$mount}">Kill source</a></li>
|
<li class="critical"><a href="/admin/killsource.xsl?mount={$mount}">Kill source</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
<td><xsl:value-of select="connected" /></td>
|
<td><xsl:value-of select="connected" /></td>
|
||||||
<td><xsl:value-of select="useragent" /></td>
|
<td><xsl:value-of select="useragent" /></td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<a class="critical" href="killclient.xsl?mount={../@mount}&id={id}">Kick</a>
|
<a class="critical" href="/admin/killclient.xsl?mount={../@mount}&id={id}">Kick</a>
|
||||||
<a href="moveclients.xsl?mount={../@mount}&id={id}">Move</a>
|
<a href="/admin/moveclients.xsl?mount={../@mount}&id={id}">Move</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<td><xsl:value-of select="username" /></td>
|
<td><xsl:value-of select="username" /></td>
|
||||||
<xsl:if test="../../@can-deleteuser = 'true'">
|
<xsl:if test="../../@can-deleteuser = 'true'">
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<a class="critical" href="manageauth.xsl?id={../../@id}&username={username}&action=delete">Delete</a>
|
<a class="critical" href="/admin/manageauth.xsl?id={../../@id}&username={username}&action=delete">Delete</a>
|
||||||
</td>
|
</td>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</tr>
|
</tr>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<!-- Form to add Users -->
|
<!-- Form to add Users -->
|
||||||
<xsl:if test="@can-adduser = 'true'">
|
<xsl:if test="@can-adduser = 'true'">
|
||||||
<h4>Add User</h4>
|
<h4>Add User</h4>
|
||||||
<form method="post" action="manageauth.xsl">
|
<form method="post" action="/admin/manageauth.xsl">
|
||||||
<input type="hidden" name="id" value="{@id}"/>
|
<input type="hidden" name="id" value="{@id}"/>
|
||||||
<input type="hidden" name="action" value="add"/>
|
<input type="hidden" name="action" value="add"/>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<p>Choose the mountpoint to which you want to move the listeners to:</p>
|
<p>Choose the mountpoint to which you want to move the listeners to:</p>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<form method="post" action="moveclients.xsl">
|
<form method="post" action="/admin/moveclients.xsl">
|
||||||
<label for="moveto" class="hidden">
|
<label for="moveto" class="hidden">
|
||||||
Move from <code><xsl:value-of select="current_source" /></code> to
|
Move from <code><xsl:value-of select="current_source" /></code> to
|
||||||
</label>
|
</label>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<xsl:for-each select="resource[@name='logfiles']/value/value">
|
<xsl:for-each select="resource[@name='logfiles']/value/value">
|
||||||
<li><a href="?logfile={@value}"><xsl:value-of select="@value" /></a></li>
|
<li><a href="?logfile={@value}"><xsl:value-of select="@value" /></a></li>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<li class="critical"><a href="marklog.xsl">Mark logfiles</a></li>
|
<li class="critical"><a href="/admin/marklog.xsl">Mark logfiles</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="codeblock">
|
<ul class="codeblock">
|
||||||
<xsl:for-each select="resource[@name='logcontent']/value/value[@member='lines']/value">
|
<xsl:for-each select="resource[@name='logcontent']/value/value[@member='lines']/value">
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
<!-- Global subnav -->
|
<!-- Global subnav -->
|
||||||
<div class="stats">
|
<div class="stats">
|
||||||
<ul class="boxnav">
|
<ul class="boxnav">
|
||||||
<li><a href="reloadconfig.xsl">Reload Configuration</a></li>
|
<li><a href="/admin/reloadconfig.xsl">Reload Configuration</a></li>
|
||||||
<li><a href="?showall=true">Show all mounts</a></li>
|
<li><a href="/admin/?showall=true">Show all mounts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user