]> git.sesse.net Git - vlc/blobdiff - share/http/index.html
Use live555 asynchronous calls.
[vlc] / share / http / index.html
index 8a404026e78e5c02431d095dffc04721b6583fdc..4e526b3b0c6d8595503973d931037262a3e088de 100644 (file)
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD  XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml10/DTD/xhtml10transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
-    <title>VLC media player</title>
-    <link href="/style.css" title="Default" rel="stylesheet" />
+<!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
+<  index.html: VLC media player web interface
+< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
+<  Copyright (C) 2005-2006 the VideoLAN team
+<  $Id$
+< 
+<  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
+< 
+<  This program is free software; you can redistribute it and/or modify
+<  it under the terms of the GNU General Public License as published by
+<  the Free Software Foundation; either version 2 of the License, or
+<  (at your option) any later version.
+< 
+<  This program is distributed in the hope that it will be useful,
+<  but WITHOUT ANY WARRANTY; without even the implied warranty of
+<  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+<  GNU General Public License for more details.
+< 
+<  You should have received a copy of the GNU General Public License
+<  along with this program; if not, write to the Free Software
+<  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 
-    <vlc id="if" param1="url_param"/>
-        <meta http-equiv="refresh" content="0;URL=/" />
-    <vlc id="end" />
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-    <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
-    <vlc id="set" param1="sout" param2="string" />
- </head>
- <body>
-    <div class="left">
-      <div class="sectitle">Playback control</div>
-      <div class="section-controls">
-        <form method="get" action="">
-          <p>
-            <input type="submit" name="control" value="stop" />
-            <input type="submit" name="control" value="pause" />
-            <br />
-              <input type="submit" name="control" value="previous" />
-              <input type="submit" name="control" value="next" />
-         </p>
-            <input type="submit" name="seek_value" value="-1min"/><input type="hidden" name="control" value="seek"/>
-            <input type="submit" name="seek_value" value="+1min"/><input type="hidden" name="control" value="seek"/>
-           <br />
-              <input type="text" name="seek_value" size="14"/><input type="hidden" name="control" value="seek"/>
-          </form>
-        <br />
-          <span class="small">( Seek Textbox: for example "+12min 42sec", "01:13:43", "-12%" etc... )</span>
-      </div> <!-- End section -->
+<head>
 
-      <div class="sectitle">Misc controls</div>
-      <div class="section-controls">
-        <form method="get" action="">
-               <input type="hidden" name="control" value="volume" />
-         Vol: <input type="text" name="value" size="5"/>
-               <input type="submit" value="Set" /><br /> (0 -&gt;1024)<br />
-        </form>
-       <br />
-       <form method="get" action="">
-          <input type="submit" name="control" value="fullscreen" />
-        </form>
-      </div>
+  <title>VLC media player - Web Interface</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <link href="style.css" rel="stylesheet" type="text/css" />
+  <!--[if IE ]>
+  <link href="iehacks.css" rel="stylesheet" type="text/css" />
+  <![endif]-->
+  <script type="text/javascript" src="js/functions.js"></script>
 
-      <div class="sectitle">Status</div>
-      <div class="section">
-        State: <vlc id="value" param1="stream_state" /><br />
-        Length: <span id="length"><vlc id="value" param1="stream_length" /> s
-             </span><br />
-        Time: <span id="time"><vlc id="value" param1="stream_time" /> s</span><br />
-        Volume: <span id="volume"><vlc id="value" param1="volume" /></span>
-        <br /><a href="info.html">Information</a>  
-      </div>
-    
-      <div><a href="/admin/">Administration Page</a></div>
+  <!-- in case people had scripts that sent commands to the default
+       index.html page -->
+  <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
+  <vlc id="set" param1="sout" param2="string" />
 
-    </div> <!-- End left -->
+</head>
 
-    <div class ="right">
-      <h2><a href="http://www.videolan.org/">VLC media player
-          <vlc id="value" param1="version" /></a> (http interface)
-      </h2>
+<body onload="loop_refresh();">
 
-      <div class="sectitle">Add</div>
-      <div class="section">
-        <form method="get" action="" enctype="text/plain" >
-          <table class="add">
-            <tr>
-              <td>Add a MRL (Media Resource Locator) to the playlist</td>
-              <td><input type="text" name="mrl" size="40" /><input type="submit" name="control" value="add" /></td>
-            </tr>
-            <tr>
-              <td>Stream Output:</td>
-              <td><input type="text" name="sout" size="40" value="<vlc id="get" param1="sout" param2="string" />" /><input type="submit" name="control" value="sout" /></td>
-            </tr>
-          </table>
-        </form>
-      </div>
+<noscript>
+  <hr/>
+  <p>
+  Warning: Your browser doesn't support JavaScript.
+  </p>
+  <hr/>
+</noscript>
 
-      <div class="section">
-        <table>
-            <tr>
-              <td>
-                <table>
-                 <tr>
-                    <td>
-                      <form method="get" action="">
-                        <input type="submit" name="control" value="sort" /> by
-                        <select name="type">
-                          <option value="title">title</option>
-                          <option value="group">group</option>
-                          <option value="author">author</option>
-                          <option value="shuffle">shuffle</option>
-                        </select> with
-                        <select name="order">
-                          <option value="0">normal order</option>
-                          <option value="1">reverse order</option>
-                        </select>
-                     </form>
-                    </td>
-                    <td>
-                      <form method="get" action="">
-                         Move the item number
-                       <input type="text" name="psz_pos" size="5" /> to 
-                       <input type="text" name="psz_newpos" size="5" /> 
-                       <input type="submit" name="control" value="move" />
-                      </form>
-                    </td>
-                  </tr>
-               </table>
-              </td>
-            </tr>
-         <form method="get" action="">
-            <tr> 
-              <td>
-                <table>
-                  <vlc id="rpn" param1="0"/>
-                  <vlc id="foreach" param1="pl" param2="playlist" />
-                  <tr class="<vlc id="if" param1="pl.index 2 % 0 =" />ligne1<vlc id="else" />ligne2<vlc id="end" />">
-                    <td>
-                      <input type="checkbox" name="item" value="<vlc id="value" param1="pl.index" />"/>
-                      <vlc id="if" param1="pl.current" />
-                        <strong>
-                      <vlc id="end" />
-                      <a href="?control=play&amp;item=<vlc id="value" param1="pl.index" />">
-                      <vlc id="value" param1="pl.index" /> - <vlc id="value" param1="pl.uri" /><vlc id="if" param1="pl.uri value pl.name value strcmp"/>  (<vlc id="value" param1="pl.name" />)<vlc id="end"/></a>
-                      <vlc id="if" param1="pl.current" />
-                        </strong>
-                      <vlc id="end" />
-                    </td>
-                  </tr>
-                  <vlc id="rpn" param1="1 +"/>
-                  <vlc id="end" />
-                  <vlc id="if" param1="0 ="/>
-                  <tr class="ligne1">
-                    <td>empty playlist</td>
-                  </tr>
-                  <vlc id="end"/>
-                </table>
-              </td>
-            </tr>
-            <tr>  
-              <td>
-                   <input type="submit" name="control" value="delete" />
-                   <input type="submit" name="control" value="keep" />
-              </td>
-            </tr>
-         </form>
-        </table>
-      </div>
-    </div>
-    <hr/>
-    <p style="text-align:center;font-size:1.2em;"> <vlc id="value" param1="copyright" /> </p>
+<vlc id="include" param1="dialogs/browse" />
+<vlc id="include" param1="dialogs/main" />
+<vlc id="include" param1="dialogs/input" />
+<vlc id="include" param1="dialogs/sout" />
+<vlc id="include" param1="dialogs/playlist" />
+<vlc id="include" param1="dialogs/footer" />
 
-    <script language="javascript" type="text/javascript">
-      got_time = <vlc id="value" param1="stream_time" />;
-      hours = Math.floor(got_time/ 3600);
-      minutes = Math.floor((got_time/60) % 60);
-      seconds = got_time % 60;
-      if ( hours < 10 ) hours = "0" + hours;
-      if ( minutes < 10 ) minutes = "0" + minutes;
-      if ( seconds < 10 ) seconds = "0" + seconds;
-      document.getElementById('time').innerHTML = hours+":"+minutes+":"+seconds;
-      got_length = <vlc id="value" param1="stream_length" />;
-      hours = Math.floor(got_length/ 3600);
-      minutes = Math.floor((got_length/60) % 60);
-      seconds = got_length % 60;
-      if ( hours < 10 ) hours = "0" + hours;
-      if ( minutes < 10 ) minutes = "0" + minutes;
-      if ( seconds < 10 ) seconds = "0" + seconds;
-      document.getElementById('length').innerHTML = hours+":"+minutes+":"+seconds;
-      got_volume = <vlc id="value" param1="volume" />;
-      document.getElementById( 'volume').innerHTML = Math.floor(got_volume * 100/1024) + " %";
-    </script>
 </body>
+
 </html>