Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
7f349d0a
Commit
7f349d0a
authored
Oct 08, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* share/http/index.html: delete/keep commands fix by Torsten Spindler
parent
ddb95a07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
30 deletions
+34
-30
share/http/index.html
share/http/index.html
+34
-30
No files found.
share/http/index.html
View file @
7f349d0a
...
...
@@ -80,36 +80,40 @@
</div>
<div
class=
"section"
>
<form
method=
"get"
action=
""
>
<table>
<table>
<tr>
<td>
<table><tr>
<td>
<input
type=
"submit"
name=
"control"
value=
"sort"
/>
by
<select
name=
"type"
>
<option
value=
"title"
>
title
</option>
<option
value=
"group"
>
group
</option>
<option
value=
"author"
>
author
</option>
<option
value=
"shuffle"
>
shuffle
</option>
</select>
with
<select
name=
"order"
>
<option
value=
"0"
>
normal order
</option>
<option
value=
"1"
>
reverse order
</option>
</select>
</td>
<td>
<form
method=
"get"
action=
""
>
Move the item number
<input
type=
"text"
name=
"psz_pos"
size=
"5"
/>
to
<input
type=
"text"
name=
"psz_newpos"
size=
"5"
/>
<input
type=
"submit"
name=
"control"
value=
"move"
/>
</form>
</td>
</tr></table>
<table>
<tr>
<td>
<form
method=
"get"
action=
""
>
<input
type=
"submit"
name=
"control"
value=
"sort"
/>
by
<select
name=
"type"
>
<option
value=
"title"
>
title
</option>
<option
value=
"group"
>
group
</option>
<option
value=
"author"
>
author
</option>
<option
value=
"shuffle"
>
shuffle
</option>
</select>
with
<select
name=
"order"
>
<option
value=
"0"
>
normal order
</option>
<option
value=
"1"
>
reverse order
</option>
</select>
</form>
</td>
<td>
<form
method=
"get"
action=
""
>
Move the item number
<input
type=
"text"
name=
"psz_pos"
size=
"5"
/>
to
<input
type=
"text"
name=
"psz_newpos"
size=
"5"
/>
<input
type=
"submit"
name=
"control"
value=
"move"
/>
</form>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<form
method=
"get"
action=
""
>
<tr>
<td>
<table>
<vlc
id=
"rpn"
param1=
"0"
/>
...
...
@@ -139,12 +143,12 @@
</tr>
<tr>
<td>
<input
type=
"submit"
name=
"control"
value=
"delete"
/>
<input
type=
"submit"
name=
"control"
value=
"keep"
/>
<input
type=
"submit"
name=
"control"
value=
"delete"
/>
<input
type=
"submit"
name=
"control"
value=
"keep"
/>
</td>
</tr>
</table
>
</
form
>
</form
>
</
table
>
</div>
</div>
<hr/>
...
...
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