Commit 7f349d0a authored by Gildas Bazin's avatar Gildas Bazin

* share/http/index.html: delete/keep commands fix by Torsten Spindler

parent ddb95a07
...@@ -80,36 +80,40 @@ ...@@ -80,36 +80,40 @@
</div> </div>
<div class="section"> <div class="section">
<form method="get" action=""> <table>
<table>
<tr> <tr>
<td> <td>
<table><tr> <table>
<td> <tr>
<input type="submit" name="control" value="sort" /> by <td>
<select name="type"> <form method="get" action="">
<option value="title">title</option> <input type="submit" name="control" value="sort" /> by
<option value="group">group</option> <select name="type">
<option value="author">author</option> <option value="title">title</option>
<option value="shuffle">shuffle</option> <option value="group">group</option>
</select> with <option value="author">author</option>
<select name="order"> <option value="shuffle">shuffle</option>
<option value="0">normal order</option> </select> with
<option value="1">reverse order</option> <select name="order">
</select> <option value="0">normal order</option>
</td> <option value="1">reverse order</option>
<td> </select>
<form method="get" action=""> </form>
Move the item number </td>
<input type="text" name="psz_pos" size="5" /> to <td>
<input type="text" name="psz_newpos" size="5" /> <form method="get" action="">
<input type="submit" name="control" value="move" /> Move the item number
</form> <input type="text" name="psz_pos" size="5" /> to
</td> <input type="text" name="psz_newpos" size="5" />
</tr></table> <input type="submit" name="control" value="move" />
</form>
</td>
</tr>
</table>
</td> </td>
</tr> </tr>
<tr> <form method="get" action="">
<tr>
<td> <td>
<table> <table>
<vlc id="rpn" param1="0"/> <vlc id="rpn" param1="0"/>
...@@ -139,12 +143,12 @@ ...@@ -139,12 +143,12 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="submit" name="control" value="delete" /> <input type="submit" name="control" value="delete" />
<input type="submit" name="control" value="keep" /> <input type="submit" name="control" value="keep" />
</td> </td>
</tr> </tr>
</table> </form>
</form> </table>
</div> </div>
</div> </div>
<hr/> <hr/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment