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
a5327006
Commit
a5327006
authored
Jun 19, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Converted <form>s from GET to POST
parent
7e769867
Pipeline
#227
passed with stage
in 44 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
admin/manageauth.xsl
admin/manageauth.xsl
+1
-1
admin/moveclients.xsl
admin/moveclients.xsl
+1
-1
admin/updatemetadata.xsl
admin/updatemetadata.xsl
+1
-1
No files found.
admin/manageauth.xsl
View file @
a5327006
...
...
@@ -53,7 +53,7 @@
<!-- Form to add Users -->
<xsl:if
test=
"@can-adduser = 'true'"
>
<h4>
Add User
</h4>
<form
method=
"
ge
t"
action=
"manageauth.xsl"
>
<form
method=
"
pos
t"
action=
"manageauth.xsl"
>
<label
for=
"username"
class=
"hidden"
>
Username
</label>
<input
type=
"text"
id=
"username"
name=
"username"
value=
""
placeholder=
"Username"
required=
"required"
/>
<label
for=
"password"
class=
"hidden"
>
Password
</label>
...
...
admin/moveclients.xsl
View file @
a5327006
...
...
@@ -18,7 +18,7 @@
<xsl:choose>
<xsl:when
test=
"source"
>
<p>
Choose the mountpoint to which you want to move the listeners to:
</p>
<form
method=
"
ge
t"
action=
"moveclients.xsl"
>
<form
method=
"
pos
t"
action=
"moveclients.xsl"
>
<label
for=
"moveto"
class=
"hidden"
>
Move from
<code><xsl:value-of
select=
"current_source"
/></code>
to
</label>
...
...
admin/updatemetadata.xsl
View file @
a5327006
...
...
@@ -15,7 +15,7 @@
<h3>
Mountpoint
<xsl:value-of
select=
"@mount"
/></h3>
<!-- Mount nav -->
<xsl:call-template
name=
"mountnav"
/>
<form
method=
"
ge
t"
action=
"/admin/metadata.xsl"
>
<form
method=
"
pos
t"
action=
"/admin/metadata.xsl"
>
<label
for=
"metadata"
class=
"hidden"
>
Metadata
</label>
<input
type=
"text"
id=
"metadata"
name=
"song"
value=
""
placeholder=
"Click to edit"
required=
"required"
/>
<input
type=
"hidden"
name=
"mount"
value=
"{@mount}"
/>
...
...
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