Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
bfd94652
Commit
bfd94652
authored
Dec 22, 2014
by
Philipp Schafft
🦁
Browse files
Fix: corrected xsl to work in omode=normal
parent
d75d1d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/listclients.xsl
View file @
bfd94652
...
...
@@ -65,14 +65,14 @@
<xsl:for-each
select=
"listener"
>
<tr>
<td>
<xsl:value-of
select=
"
IP
"
/>
<xsl:value-of
select=
"
ip
"
/>
<xsl:if
test=
"username"
>
(
<xsl:value-of
select=
"username"
/>
)
</xsl:if>
</td>
<td><xsl:value-of
select=
"
C
onnected"
/></td>
<td><xsl:value-of
select=
"
U
ser
A
gent"
/></td>
<td><a
href=
"killclient.xsl?mount={$themount}&id={
ID
}"
>
Kick
</a></td>
<td><xsl:value-of
select=
"
c
onnected"
/></td>
<td><xsl:value-of
select=
"
u
ser
a
gent"
/></td>
<td><a
href=
"killclient.xsl?mount={$themount}&id={
id
}"
>
Kick
</a></td>
</tr>
</xsl:for-each>
</tbody>
...
...
@@ -92,4 +92,4 @@
</body>
</html>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
</xsl:stylesheet>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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