Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
14ff463c
Commit
14ff463c
authored
May 20, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Set titles for admin pages
parent
b33a426a
Pipeline
#468
failed with stage
in 12 seconds
Changes
6
Pipelines
19
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
admin/listclients.xsl
admin/listclients.xsl
+2
-2
admin/listmounts.xsl
admin/listmounts.xsl
+2
-2
admin/manageauth.xsl
admin/manageauth.xsl
+2
-2
admin/moveclients.xsl
admin/moveclients.xsl
+2
-2
admin/response.xsl
admin/response.xsl
+2
-2
admin/updatemetadata.xsl
admin/updatemetadata.xsl
+2
-2
No files found.
admin/listclients.xsl
View file @
14ff463c
...
...
@@ -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"
>
...
...
admin/listmounts.xsl
View file @
14ff463c
...
...
@@ -4,7 +4,7 @@
<xsl:include
href=
"includes/page.xsl"
/>
<xsl:include
href=
"includes/mountnav.xsl"
/>
<xsl:variable
name=
"title"
>
Sta
ts
</xsl:variable>
<xsl:variable
name=
"title"
>
Active Mountpoin
ts
</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"
>
...
...
admin/manageauth.xsl
View file @
14ff463c
...
...
@@ -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"
/>
...
...
admin/moveclients.xsl
View file @
14ff463c
...
...
@@ -4,11 +4,11 @@
<xsl:include
href=
"includes/page.xsl"
/>
<xsl:include
href=
"includes/mountnav.xsl"
/>
<xsl:variable
name=
"title"
>
Stat
s
</xsl:variable>
<xsl:variable
name=
"title"
>
Move listener
s
</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 -->
...
...
admin/response.xsl
View file @
14ff463c
...
...
@@ -3,11 +3,11 @@
<!-- Import include files -->
<xsl:include
href=
"includes/page.xsl"
/>
<xsl:variable
name=
"title"
>
S
tats
</xsl:variable>
<xsl:variable
name=
"title"
>
S
erver 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>
...
...
admin/updatemetadata.xsl
View file @
14ff463c
...
...
@@ -4,11 +4,11 @@
<xsl:include
href=
"includes/page.xsl"
/>
<xsl:include
href=
"includes/mountnav.xsl"
/>
<xsl:variable
name=
"title"
>
St
at
s
</xsl:variable>
<xsl:variable
name=
"title"
>
Update Metad
at
a
</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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment