]> git.sesse.net Git - vlc/blobdiff - share/http/index.html
Qt: CaptureOpenPanel: check and prefill with usual devices
[vlc] / share / http / index.html
index 0dd58562f26de3402aec196186a8a749286dcc7c..4e526b3b0c6d8595503973d931037262a3e088de 100644 (file)
 <head>
 
   <title>VLC media player - Web Interface</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <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>
 
   <!-- 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" />
 
 </head>
 
 <body onload="loop_refresh();">
 
+<noscript>
+  <hr/>
+  <p>
+  Warning: Your browser doesn't support JavaScript.
+  </p>
+  <hr/>
+</noscript>
+
 <vlc id="include" param1="dialogs/browse" />
 <vlc id="include" param1="dialogs/main" />
 <vlc id="include" param1="dialogs/input" />