Commit f0269f7a authored by Antoine Cellerier's avatar Antoine Cellerier

Fixed the volume control

parent 3f3e50cb
...@@ -37,9 +37,12 @@ ...@@ -37,9 +37,12 @@
<div class="sectitle">Misc controls</div> <div class="sectitle">Misc controls</div>
<div class="section-controls"> <div class="section-controls">
<form method="get" action=""> <form method="get" action="">
<input type="hidden" name="control" value="volume" />
Vol: <input type="text" name="value" size="5"/> Vol: <input type="text" name="value" size="5"/>
<input type="submit" value="Set" /><br /> (0 -&gt;1024)<br /> <input type="submit" value="Set" /><br /> (0 -&gt;1024)<br />
<br /> </form>
<br />
<form method="get" action="">
<input type="submit" name="control" value="fullscreen" /> <input type="submit" name="control" value="fullscreen" />
</form> </form>
</div> </div>
......
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