]> git.sesse.net Git - vlc/blobdiff - share/http/index.html
Some more IE (crap) fixes
[vlc] / share / http / index.html
index 0dd58562f26de3402aec196186a8a749286dcc7c..dda789dd2a1ea68c0d8c2a087a9000127b711f52 100644 (file)
@@ -30,6 +30,9 @@
   <title>VLC media player - Web Interface</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <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
 
 <body onload="loop_refresh();">
 
+<noscript>
+  <hr/>
+  <p>
+  Warning: Your browser doesn't support javascript.
+  You should use the <a href="old/">old http interface</a>.
+  </p>
+  <hr/>
+</noscript>
+
 <vlc id="include" param1="dialogs/browse" />
 <vlc id="include" param1="dialogs/main" />
 <vlc id="include" param1="dialogs/input" />