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

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

parent ddb95a07
...@@ -80,12 +80,13 @@ ...@@ -80,12 +80,13 @@
</div> </div>
<div class="section"> <div class="section">
<form method="get" action="">
<table> <table>
<tr> <tr>
<td> <td>
<table><tr> <table>
<tr>
<td> <td>
<form method="get" action="">
<input type="submit" name="control" value="sort" /> by <input type="submit" name="control" value="sort" /> by
<select name="type"> <select name="type">
<option value="title">title</option> <option value="title">title</option>
...@@ -97,6 +98,7 @@ ...@@ -97,6 +98,7 @@
<option value="0">normal order</option> <option value="0">normal order</option>
<option value="1">reverse order</option> <option value="1">reverse order</option>
</select> </select>
</form>
</td> </td>
<td> <td>
<form method="get" action=""> <form method="get" action="">
...@@ -106,9 +108,11 @@ ...@@ -106,9 +108,11 @@
<input type="submit" name="control" value="move" /> <input type="submit" name="control" value="move" />
</form> </form>
</td> </td>
</tr></table> </tr>
</table>
</td> </td>
</tr> </tr>
<form method="get" action="">
<tr> <tr>
<td> <td>
<table> <table>
...@@ -143,8 +147,8 @@ ...@@ -143,8 +147,8 @@
<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