]> git.sesse.net Git - vlc/blob - share/http/old/vlm/edit.html
macosx: Change the optimizations paramaters.
[vlc] / share / http / old / vlm / edit.html
1 <?xml version="1.0" encoding="UTF-8" ?>
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" type="text/css" />
8
9     <vlc id="control" param1="vlm_setup,vlm_new,vlm_del,vlm_play,vlm_pause,vlm_stop,vlm_seek,vlm_save,vlm_load" />
10
11  </head>
12  <body>
13     <h2>
14      <a href="http://www.videolan.org/">VLC media player<vlc id="value" param1="version" /></a> (http interface)</h2>
15     <div class="sectitle">VLM - Edit <vlc id="value" param1="'name' url_extract"/></div>
16     <div class="section">
17
18 <vlc id="foreach" param1="el" param2="vlm" />
19 <vlc id="if" param1="'name' url_extract el.name value strcmp 0 =" />
20
21     <vlc id="if" param1="'type' url_extract 'broadcast' strcmp 0 =" />
22         <form method="get" action="/old/vlm/" />
23         <table>
24         <tr><td>Name : </td><td><vlc id="value" param1="'name' url_extract"/> </td> </tr>
25         <tr><td>Type: </td><td>Broadcast </td></tr>
26         <tr><td valign="top">Inputs: </td>
27             <td>
28             <vlc id="foreach" param1="in" param2="el.inputs" /><vlc id="value" param1="in" /><br/><vlc id="end" />
29             <input type="text" name="input" size="40" value=""/><br />
30             </td></tr>
31         <tr><td>Output: </td><td><input type="text" name="output" size="40" value="<vlc id="value" param1="el.output" />"/></td></tr>
32         <tr><td>Option: </td>
33              <td>
34              <vlc id="foreach" param1="op" param2="el.options" /><vlc id="value" param1="op" /><br /><vlc id="end" />
35              <input type="text" name="option" size="40" value=""/><br />
36              </td></tr>
37         </table>
38         <input type="hidden" name="name" value="<vlc id="value" param1="'name' url_extract"/>" />
39         <button name="control" value="vlm_setup">OK</button>
40         </form>
41     <vlc id="else" />
42     <vlc id="if" param1="'type' url_extract 'schedule' strcmp 0 =" />
43         <form method="get" action="/old/vlm/" />
44         <table>
45         <tr><td>Name : </td><td><vlc id="value" param1="'name' url_extract"/> </td> </tr>
46         <tr><td>Type: </td><td>Schedule </td></tr>
47         <tr><td valign="top">Commands: </td>
48             <td><vlc id="foreach" param1="in" param2="el.commands" /><vlc id="value" param1="in" /><br/><vlc id="end" />
49             <input type="text" name="append" size="40" value=""/><br/></td></tr>
50         <tr><td>Date: </td>
51             <td><input type="text" name="date" size="40" value="<vlc id="value" param1="el.date" />"/></td>
52         </tr>
53         <tr><td>Period: </td>
54             <td><input type="text" name="period" size="40" value="<vlc id="value" param1="el.period" />"/></td>
55         </tr>
56         <tr><td>Repeat: </td>
57             <td><input type="text" name="repeat" size="40" value="<vlc id="value" param1="el.repeat" />"/></td>
58         </table>
59         <input type="hidden" name="name" value="<vlc id="value" param1="'name' url_extract"/>" />
60         <button name="control" value="vlm_setup">OK</button>
61         </form>
62     <vlc id="end" />
63     <vlc id="end" />
64 <vlc id="end" />
65 <vlc id="end" />
66
67     </div>
68
69     <hr/>
70     <p> <vlc id="value" param1="copyright" /> </p>
71 </body>
72 </html>