home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / vlc-0.8.4-win32.exe / http / vlm / new.html < prev   
Encoding:
Extensible Markup Language  |  2005-11-26  |  2.6 KB  |  56 lines

  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 - New <vlc id="value" param1="'name' url_extract"/></div>
  16.     <div class="section">
  17.  
  18.     <vlc id="if" param1="'type' url_extract 'broadcast' strcmp 0 =" />
  19.         <form method="get" action="/vlm/" />
  20.         <table>
  21.         <tr><td>Name : <vlc id="value" param1="'name' url_extract"/> </td> </tr>
  22.         <tr><td>Type: Schedule </td></tr>
  23.         <tr><td>Input: <input type="text" name="input" size="40" value=""/></td></tr>
  24.         <tr><td>Output: <input type="text" name="output" size="40" value=""/></td></tr>
  25.         <tr><td>Option: <input type="text" name="option" size="40" value=""/></td></tr>
  26.         </table>
  27.         <input type="hidden" name="disabled" value=""/>
  28.         <input type="hidden" name="type" value="broadcast"/>
  29.         <input type="hidden" name="name" value="<vlc id="value" param1="'name' url_extract"/>" />
  30.         <input type="submit" name="control" value="vlm_new"/>
  31.         </form>
  32.     <vlc id="else" />
  33.     <vlc id="if" param1="'type' url_extract 'schedule' strcmp 0 =" />
  34.         <form method="get" action="/vlm/" />
  35.         <table>
  36.         <tr><td>Name : <vlc id="value" param1="'name' url_extract"/> </td> </tr>
  37.         <tr><td>Type: Schedule </td></tr>
  38.         <tr><td>Command: <input type="text" name="append" size="40" value=""/></td></tr>
  39.         <tr><td>Date: <input type="text" name="date" size="40" value=""/></td></tr>
  40.         <tr><td>Period: <input type="text" name="period" size="40" value=""/></td></tr>
  41.         <tr><td>Repeat: <input type="text" name="repeat" size="40" value=""/></td></tr>
  42.         </table>
  43.         <input type="hidden" name="disabled" value=""/>
  44.         <input type="hidden" name="type" value="schedule"/>
  45.         <input type="hidden" name="name" value="<vlc id="value" param1="'name' url_extract"/>" />
  46.         <input type="submit" name="control" value="vlm_new"/>
  47.         </form>
  48.     <vlc id="end" />
  49.     <vlc id="end" />
  50.  
  51.     </div>
  52.     <hr/>
  53.     <p> <vlc id="value" param1="copyright" /> </p>
  54. </body>
  55. </html>
  56.