]> git.sesse.net Git - vlc/blob - share/http/vlm/index.html
* vlm/* : begining of vlm http interface pages.
[vlc] / share / http / vlm / 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=/vlm/" />
11     <vlc id="end" />
12
13     <vlc id="control" param1="vlm_setup,vlm_new,vlm_del,vlm_play,vlm_pause,vlm_stop,vlm_seek,vlm_save,vlm_load" />
14  </head>
15  <body>
16     <h2>
17      <a href="http://www.videolan.org/">VLC media player<vlc id="value" param1="version" /></a> (http interface)</h2>
18     <div class="sectitle">VLM - Configuration</div>
19     <div class="section">
20
21     <form method="get" action="" />
22     <input type="test" name="file" size="40"/>
23     <input type="submit" name="control" value="vlm_load" />
24     <input type="submit" name="control" value="vlm_save" />
25     </form>
26     </div>
27
28     <div class="sectitle">VLM - New</div>
29     <div class="section">
30
31     <form method="get" action="/vlm/new.html" />
32     <input type="test" name="name" size="40"/>
33     <input type="submit" name="type" value="broadcast"/>
34     </form>
35
36     <form method="get" action="/vlm/new.html" />
37     <input type="test" name="name" size="40"/>
38     <input type="submit" name="type" value="schedule"/>
39     </form>
40
41     </div>
42
43
44
45     <div class="sectitle">VLM - Media</div>
46     <div class="section">
47
48     <table border="1">
49         <tr class="ligne2"> <td>Media</td><td>State</td><td>Control</td></tr>
50     <vlc id="foreach" param1="el" param2="vlm" />
51     <vlc id="if" param1="el.type value 'broadcast' strcmp 0 = " />
52         <tr>
53             <td><table><tr>
54                 <td width="30%"><form method="get" action="" />
55                     <input type="submit" name="control" value="vlm_del" />
56                     <input type="hidden" name="name" value="<vlc id="value" param1="el.name" />" />
57                     </form></td>
58                 <td><a href="/vlm/edit.html?name=<vlc id="value" param1="el.name" />&type=broadcast"><vlc id="value" param1="el.name" /></a></td></table>
59             </td>
60             <td><vlc id="value" param1="el.state" /> </td>
61             <td>
62             <form method="get" action="" />
63             <input type="submit" name="control" value="vlm_play" />
64             <input type="submit" name="control" value="vlm_pause" />
65             <input type="submit" name="control" value="vlm_stop" />
66             <input type="hidden" name="name" value="<vlc id="value" param1="el.name" />" />
67             </form>
68             </td>
69         </tr>
70     <vlc id="end" />
71     <vlc id="end" />
72     </table>
73
74
75     </div>
76     <div class="sectitle">VLM - Schedule</div>
77     <div class="section">
78     <table border="1">
79         <tr class="ligne2"> <td>Schedule</td></tr>
80     <vlc id="foreach" param1="el" param2="vlm" />
81     <vlc id="if" param1="el.type value 'schedule' strcmp 0 =" />
82         <tr>
83             <td><a href="/vlm/edit.html?name=<vlc id="value" param1="el.name" />&type=schedule"><vlc id="value" param1="el.name" /></a> </td>
84         </tr>
85     <vlc id="end" />
86     <vlc id="end" />
87     </table>
88
89     </div>
90
91     <hr/>
92     <p> <vlc id="value" param1="copyright" /> </p>
93 </body>
94 </html>