share/http/index.html:

 * try to use valid xhtml
parent 7f9f02b5
...@@ -20,33 +20,39 @@ ...@@ -20,33 +20,39 @@
<div class="section"> <div class="section">
<table class="add"> <table class="add">
<tr> <tr>
<td nowrap="1">Current State: <vlc id="value" param1="stream_state" /></td> <td nowrap="nowrap">Current State: <vlc id="value" param1="stream_state" /></td>
<td align="right"><a href="info.html">Information</a> <a href="admin/">Administration</a></td> <td align="right"><a href="info.html">Information</a> <a href="admin/">Administration</a></td>
</tr> </tr>
<tr> <tr>
<form method="get" action=""> <td nowrap="nowrap">
<td nowrap="1"> <form method="get" action="">
<input type="submit" name="control" value="stop" /> <input type="submit" name="control" value="stop" />
<input type="submit" name="control" value="pause" /> <input type="submit" name="control" value="pause" />
<input type="submit" name="control" value="previous" /> <input type="submit" name="control" value="previous" />
<input type="submit" name="control" value="next" /> <input type="submit" name="control" value="next" />
<input type="submit" name="control" value="fullscreen" /> <input type="submit" name="control" value="fullscreen" />
</form>
</td> </td>
</form>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table> <table>
<tr> <tr>
<form> <td>
<td><input type="submit" name="seek_value" value="-1min"><input type="hidden" name="control" value="seek"></td> <form method="get" action="">
</form> <input type="submit" name="seek_value" value="-1min"/><input type="hidden" name="control" value="seek"/>
<form> </form>
<td><input type="text" name="seek_value" size="14"><input type="hidden" name="control" value="seek"></td> </td>
</form> <td>
<form> <form method="get" action="">
<td><input type="submit" name="seek_value" value="+1min"><input type="hidden" name="control" value="seek"></td> <input type="text" name="seek_value" size="14"/><input type="hidden" name="control" value="seek"/>
</form> </form>
</td>
<td>
<form method="get" action="">
<input type="submit" name="seek_value" value="+1min"/><input type="hidden" name="control" value="seek"/>
</form>
</td>
<td> <td>
( Seek Textbox: for example "+12min 42sec", "01:13:43", "-12%" etc... ) ( Seek Textbox: for example "+12min 42sec", "01:13:43", "-12%" etc... )
</td> </td>
...@@ -55,11 +61,11 @@ ...@@ -55,11 +61,11 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<form>
<td> <td>
Current Volume: <vlc id="value" param1="volume" /> <input type="text" name="value" size="5"><input type="hidden" name="control" value="volume"><input type="submit" name="Set" value="Set"> <form method="get" action="">
Current Volume: <vlc id="value" param1="volume" /> <input type="text" name="value" size="5"/><input type="hidden" name="control" value="volume"/><input type="submit" name="Set" value="Set"/>
</form>
</td> </td>
</form>
</tr> </tr>
</table> </table>
</div> </div>
...@@ -80,43 +86,51 @@ ...@@ -80,43 +86,51 @@
</div> </div>
<div class="sectitle">VLC Playlist</div> <div class="sectitle">VLC Playlist</div>
<div class="section"> <div class="section">
<tr>
<td>
<form>
<input type="submit" name="control" value="sort" /> by
<select name="type">
<option value="title">title
<option value="group">group
<option value="author">author
</select> with
<select name="order">
<option value="0">normal order
<option value="1">reverse order
</select>
</form>
</td>
</tr>
<form method="get" action=""> <form method="get" action="">
<table> <table>
<vlc id="foreach" param1="pl" param2="playlist" /> <tr>
<tr class="<vlc id="if" param1="pl.index 2 % 0 =" />ligne1<vlc id="else" />ligne2<vlc id="end" />"> <td>
<td> <input type="submit" name="control" value="sort" /> by
<input type=checkbox name="item" value="<vlc id="value" param1="pl.index" />"> <select name="type">
<vlc id="if" param1="pl.current" /> <option value="title">title</option>
<b> <option value="group">group</option>
<vlc id="end" /> <option value="author">author</option>
<a href="?control=play&item=<vlc id="value" param1="pl.index" />"><vlc id="value" param1="pl.index" /> - <vlc id="value" param1="pl.name" /></a> </select> with
<vlc id="if" param1="pl.current" /> <select name="order">
</b> <option value="0">normal order</option>
<vlc id="end" /> <option value="1">reverse order</option>
</td> </select>
</td>
</tr>
<tr>
<td>
<table>
<vlc id="foreach" param1="pl" param2="playlist" />
<tr class="<vlc id="if" param1="pl.index 2 % 0 =" />ligne1<vlc id="else" />ligne2<vlc id="end" />">
<td>
<input type="checkbox" name="item" value="<vlc id="value" param1="pl.index" />"/>
<vlc id="if" param1="pl.current" />
<b>
<vlc id="end" />
<a href="?control=play&amp;item=<vlc id="value" param1="pl.index" />"><vlc id="value" param1="pl.index" /> - <vlc id="value" param1="pl.name" /></a>
<vlc id="if" param1="pl.current" />
</b>
<vlc id="end" />
</td>
</tr>
<vlc id="end" />
</table>
</td>
</tr>
<tr>
<td>
<input type="submit" name="control" value="delete" />
<input type="submit" name="control" value="keep" />
</td>
</tr> </tr>
<vlc id="end" />
</table> </table>
<td><input type="submit" name="control" value="delete" /></td> </form>
<td><input type="submit" name="control" value="keep" /></td>
</form>
</div> </div>
<hr/> <hr/>
<p> <vlc id="value" param1="copyright" /> </p> <p> <vlc id="value" param1="copyright" /> </p>
......
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