]> git.sesse.net Git - vlc/blob - share/http/index.html
* Fixed URLs here and there.
[vlc] / share / http / index.html
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD  XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml10/DTD/xhtml10transitional.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5  <head>
6     <title>VLC Media Player</title>
7     <link href="/style.css" title="Default" rel="stylesheet" />
8
9     <vlc id="if" param1="url_param"/>
10         <meta http-equiv="refresh" content="0;URL=/" />
11     <vlc id="end" />
12
13     <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort" />
14     <vlc id="set" param1="sout" param2="string" />
15  </head>
16  <body>
17     <h2>
18      <a href="http://www.videolan.org/">VLC Media Player <vlc id="value" param1="version" /></a> (http interface)</h2>
19     <div class="sectitle">Control VLC</div>
20     <div class="section">
21      <table class="add">
22       <tr>
23        <td nowrap="1">Current State: <vlc id="value" param1="stream_state" /></td>
24        <td align="right"><a href="info.html">Information</a> <a href="admin/">Administration</a></td>
25       </tr>
26       <tr>
27        <form method="get" action="">
28         <td nowrap="1">
29          <input type="submit" name="control" value="stop" />
30          <input type="submit" name="control" value="pause" />
31          <input type="submit" name="control" value="previous" />
32          <input type="submit" name="control" value="next" />
33          <input type="submit" name="control" value="fullscreen" />
34         </td>
35        </form>
36       </tr>
37       <tr>
38        <td colspan="2">
39         <table>
40          <tr>
41           <form>
42            <td><input type="submit" name="seek_value" value="-1min"><input type="hidden" name="control" value="seek"></td>
43           </form>
44           <form>
45            <td><input type="text" name="seek_value" size="14"><input type="hidden" name="control" value="seek"></td>
46           </form>
47           <form>
48            <td><input type="submit" name="seek_value" value="+1min"><input type="hidden" name="control" value="seek"></td>
49           </form>
50            <td>
51             ( Seek Textbox: for example "+12min 42sec", "01:13:43", "-12%" etc... )
52            </td>
53          </tr>
54         </table>
55        </td>
56       </tr>
57       <tr>
58        <form>
59         <td>
60          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">
61         </td>
62        </form>
63       </tr>
64      </table>
65     </div>
66     <div class="sectitle">Add</div>
67     <div class="section">
68      <form method="get" action="" enctype="text/plain" >
69       <table class="add">
70        <tr>
71         <td>Add a MRL (Media Resource Locator) to the playlist</td>
72         <td><input type="text" name="mrl" size="40" /><input type="submit" name="control" value="add" /></td>
73        </tr>
74        <tr>
75         <td>Stream Output:</td>
76         <td><input type="text" name="sout" size="40" value="<vlc id="get" param1="sout" param2="string" />" /><input type="submit" name="control" value="sout" /></td>
77        </tr>
78       </table>
79      </form>
80     </div>
81
82     <div class="sectitle">VLC Playlist</div>
83      <div class="section"> 
84       <tr>
85        <td>
86         <form>
87          <input type="submit" name="control" value="sort" /> by
88          <select name="type">
89           <option value="title">title
90           <option value="group">group
91           <option value="author">author
92          </select> with
93          <select name="order">
94           <option value="0">normal order
95           <option value="1">reverse order
96          </select>
97         </form>
98        </td>
99       </tr>
100       <form method="get" action="">
101       <table>
102        <vlc id="foreach" param1="pl" param2="playlist" />
103         <tr class="<vlc id="if" param1="pl.index 2 % 0 =" />ligne1<vlc id="else" />ligne2<vlc id="end" />">
104          <td>
105           <input type=checkbox name="item" value="<vlc id="value" param1="pl.index" />">
106           <vlc id="if" param1="pl.current" />
107                <b>
108            <vlc id="end" />
109            <a href="?control=play&item=<vlc id="value" param1="pl.index" />"><vlc id="value" param1="pl.index" /> - <vlc id="value" param1="pl.name" /></a>
110           <vlc id="if" param1="pl.current" />
111                </b>
112           <vlc id="end" />
113          </td>
114         </tr>
115        <vlc id="end" />
116       </table>
117       <td><input type="submit" name="control" value="delete" /></td>
118       <td><input type="submit" name="control" value="keep" /></td>
119      </form>
120     </div>
121     <hr/>
122     <p> <vlc id="value" param1="copyright" /> </p>
123 </body>
124 </html>