]> git.sesse.net Git - vlc/blob - share/http/index.html
* all: samples pages for http interface.
[vlc] / share / http / index.html
1 <html>
2 <head>
3     <title>VLC Media Player</title>
4     <vlc id="if" param1="url_param"/>
5         <meta http-equiv="refresh" content="0;URL=/" />
6     <vlc id="end" />
7
8     <vlc id="control" param1="stop,pause,previous,next,add,sout,play" />
9     <vlc id="set" param1="sout" param2="string" />
10 </head>
11 <body>
12     <h2><center><a href="http://www.videolan.org">VLC Media Player <vlc id="value" param1="version" /></a> (http interface)</center></h2>
13     <hr/>
14     <td>
15         <form method="get" action="">
16             <input type="submit" name="control" value="stop" />
17             <input type="submit" name="control" value="pause" />
18             <input type="submit" name="control" value="previous" />
19             <input type="submit" name="control" value="next" />
20             <a href="info.html">infos</a>
21         </form>
22     </td>
23     <br />
24     <td>
25         <form method="get" action="" enctype="text/plain" >
26             <input type="text" name="mrl" size="40" />
27             <input type="submit" name="control" value="add" />
28         </form>
29     </td>
30     <td>
31         <form method="get" action="" enctype="text/plain" >
32             <input type="text"   name="sout"    size="30" value="<vlc id="get" param1="sout" param2="string" />" />
33             <input type="submit" name="control" value="sout" />
34         </form>
35     </td>
36     <hr/>
37     <p>
38         <vlc id="foreach" param1="pl" param2="playlist" />
39             <vlc id="if" param1="pl.current" />
40                 <b>
41             <vlc id="end" />
42             <a href=?control=play&item=<vlc id="value" param1="pl.index" />><vlc id="value" param1="pl.index" /> - <vlc id="value" param1="pl.name" /></a> <br />
43             <vlc id="if" param1="pl.current" />
44                 </b>
45             <vlc id="end" />
46
47         <vlc id="end" />
48     </p>
49     <hr/>
50     <p> <vlc id="value" param1="copyright" /> </p>
51 </body>
52 </html>
53