mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Corrected styling for server_version.xsl page
This commit is contained in:
parent
e5e04d5764
commit
3a5ea5fc7e
@ -3,9 +3,9 @@
|
|||||||
<xsl:include href="includes/web-page.xsl"/>
|
<xsl:include href="includes/web-page.xsl"/>
|
||||||
<xsl:variable name="title">Server Information</xsl:variable>
|
<xsl:variable name="title">Server Information</xsl:variable>
|
||||||
<xsl:template name="content">
|
<xsl:template name="content">
|
||||||
<div class="roundbox">
|
<section class="box">
|
||||||
<h3>Server Information</h3>
|
<h3 class="box_title">Server Information</h3>
|
||||||
<table class="yellowkeys">
|
<table class="table-keys">
|
||||||
<tbody>
|
<tbody>
|
||||||
<xsl:for-each select="/icestats">
|
<xsl:for-each select="/icestats">
|
||||||
<tr>
|
<tr>
|
||||||
@ -47,6 +47,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</section>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Loading…
Reference in New Issue
Block a user