]> git.sesse.net Git - vlc/commitdiff
* index.html,style.css : remove built-in css file. added link to info.html.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 1 Aug 2003 17:38:14 +0000 (17:38 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 1 Aug 2003 17:38:14 +0000 (17:38 +0000)
share/http/index.html
share/http/style.css [new file with mode: 0644]

index b204422d017d7069a419af0eaf24326378d11f5e..f9aed9b20c975a6fd37ac95eccb7e96fb806192b 100644 (file)
@@ -4,23 +4,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
     <title>VLC Media Player</title>
-    <style type="css">
-       body {font-family:Verdana, Arial, Sans Serif; }
-       h2 { text-align:center; }
-       table {width:100%;}
-       table.add {width:70%;}
-       div.section {background-color:#FFFFCC;
-            border:1pt black solid;
-            margin-bottom:2em; 
-            padding:0.5em;}
-       div.sectitle {  background-color:#FFFF99; 
-                       color:#019;
-                       border:1pt black solid;
-                       width:20%;
-                       font-weight:bold;}
-       tr.ligne1 { background-color:#FFFFEE; }
-       tr.ligne2 { background-color:#FFFFAA; }
-    </style>
+    <link href="/style.css" title="Default" rel="stylesheet" />
+
     <vlc id="if" param1="url_param"/>
         <meta http-equiv="refresh" content="0;URL=/" />
     <vlc id="end" />
@@ -40,6 +25,7 @@
         <td><input type="submit" name="control" value="pause" /></td>
         <td><input type="submit" name="control" value="previous" /></td>
         <td><input type="submit" name="control" value="next" /></td>
+        <td><a href="info.html">Informations</a></td>
         <td><a href="admin/">Administration</a></td>
        </tr>
       </table>
diff --git a/share/http/style.css b/share/http/style.css
new file mode 100644 (file)
index 0000000..945e208
--- /dev/null
@@ -0,0 +1,17 @@
+body {font-family:Verdana, Arial, Sans Serif; }
+h2 { text-align:center; }
+table {width:100%;}
+table.add {width:70%;}
+div.section {background-color:#FFFFCC;
+     border:1pt black solid;
+     margin-bottom:2em; 
+     padding:0.5em;}
+div.sectitle { background-color:#FFFF99; 
+        color:#019;
+        border:1pt black solid;
+        width:20%;
+        font-weight:bold;}
+tr.ligne1 { background-color:#FFFFEE; }
+tr.ligne2 { background-color:#FFFFAA; }
+
+