]> git.sesse.net Git - vlc/commitdiff
Fix old http interface to not refer to the new http interface. Patch by: Laurent...
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 17 Mar 2006 14:40:59 +0000 (14:40 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 17 Mar 2006 14:40:59 +0000 (14:40 +0000)
share/http/old/admin/browse.html
share/http/old/admin/index.html
share/http/old/index.html
share/http/old/info.html
share/http/old/vlm/edit.html
share/http/old/vlm/index.html
share/http/old/vlm/new.html
share/http/old/vlm/show.html

index 8d604782c7d6ca1658f345bf398de30b461c0223..9eb5057fde304a62eb3b79076c549f55e7d7f4db 100644 (file)
@@ -4,13 +4,13 @@
     <link href="../style.css" title="Default" rel="stylesheet" type="text/css" />
 
     <vlc id="if" param1="'control' url_extract strlen"/>
-        <meta http-equiv="refresh" content="0;URL=/admin/browse.html?dir=<vlc id="value" param1="'dir' url_extract" />" />
+        <meta http-equiv="refresh" content="0;URL=/old/admin/browse.html?dir=<vlc id="value" param1="'dir' url_extract" />" />
     <vlc id="end" />
 
     <vlc id="control" param1="add"/>
 </head>
 <body>
-    <h2><center><a href="/">VLC media player <vlc id="value" param1="version" /></a></center></h2>
+    <h2><center><a href="/old/">VLC media player <vlc id="value" param1="version" /></a></center></h2>
     <hr/>
     <table  width="100%" border=0 cellspacing=1 cellpadding=2>
     <tr>
index 2f94b391b44a1d36be2fe55cec718b7a867256d6..0641f098a53ae6dc15b64e986935232a92ac0ae1 100644 (file)
         tr.ligne2 { background-color:#CCCCFF; }
     </style>
     <vlc id="if" param1="url_param"/>
-        <meta http-equiv="refresh" content="0;URL=/admin/" />
+        <meta http-equiv="refresh" content="0;URL=/old/admin/" />
     <vlc id="end" />
 
     <vlc id="control" />
     <vlc id="set" param1="sout" param2="string" />
 </head>
 <body>
-    <h2><a href="/">VLC media player - Admin <vlc id="value" param1="version" /></a></h2>
+    <h2><a href="/old/">VLC media player - Admin <vlc id="value" param1="version" /></a></h2>
 
 <div class="section-ctr">Shutdown VLC<br /> <form method="get" action=""> <input type="submit" name="control" value="shutdown" /> </form></div>
 
index a8e39ac01728c601e8277e4d155001fa787ede1c..60363778d0d6d810bc962c93e185de458b5fb1be 100644 (file)
@@ -10,9 +10,9 @@
     <link href="style.css" title="Default" rel="stylesheet" type="text/css" />
     <!-- Work around. should be done in the code -->
     <vlc id="if" param1="url_param"/>
-        <meta http-equiv="Refresh" content="0;url=/" />
+        <meta http-equiv="Refresh" content="0;url=/old/" />
     <vlc id="else" />
-        <meta http-equiv="Refresh" content="60;url=/">
+        <meta http-equiv="Refresh" content="60;url=/old/">
     <vlc id="end" />
     
     <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
@@ -103,7 +103,7 @@ function changeMe(item)
         <br /><a href="info.html">Information</a>  
       </div>
 
-      <div class="section"><a href="/admin/">Administration Page</a></div>
+      <div class="section"><a href="admin/">Administration Page</a></div>
 
     </div>
     <!-- end left -->
index e60d7fbce0e14c02ae9f51a8e8690dd9e14ea2b0..12cbadaae1cbb6b51017561767c56526741d10e1 100644 (file)
@@ -3,7 +3,7 @@
     <title>VLC media player - Information</title>
 </head>
 <body>
-    <h2><center><a href="/">VLC media player <vlc id="value" param1="version" /></a></center></h2>
+    <h2><center><a href="/old/">VLC media player <vlc id="value" param1="version" /></a></center></h2>
     <hr/>
     <vlc id="foreach" param1="cat" param2="information" />
         <p> <vlc id="value" param1="cat.name" />
index 5c6cf380c7d4376daab21661ad96a828b2bc9be4..2b66a280b2b6d937bcc8a1969a710d4d128dc34d 100644 (file)
@@ -19,7 +19,7 @@
 <vlc id="if" param1="'name' url_extract el.name value strcmp 0 =" />
 
     <vlc id="if" param1="'type' url_extract 'broadcast' strcmp 0 =" />
-        <form method="get" action="/vlm/" />
+        <form method="get" action="/old/vlm/" />
         <table>
         <tr><td>Name : </td><td><vlc id="value" param1="'name' url_extract"/> </td> </tr>
         <tr><td>Type: </td><td>Broadcast </td></tr>
@@ -40,7 +40,7 @@
         </form>
     <vlc id="else" />
     <vlc id="if" param1="'type' url_extract 'schedule' strcmp 0 =" />
-        <form method="get" action="/vlm/" />
+        <form method="get" action="/old/vlm/" />
         <table>
         <tr><td>Name : </td><td><vlc id="value" param1="'name' url_extract"/> </td> </tr>
         <tr><td>Type: </td><td>Schedule </td></tr>
index 7337f78b9ed4b61e1ec7134c65f298bffd750f9c..8330a91de809aab303b32a2129cc209d83cd8d87 100644 (file)
@@ -7,7 +7,7 @@
     <link href="../style.css" title="Default" rel="stylesheet" type="text/css" />
 
     <vlc id="if" param1="url_param"/>
-        <meta http-equiv="refresh" content="0;URL=/vlm/" />
+        <meta http-equiv="refresh" content="0;URL=/old/vlm/" />
     <vlc id="end" />
 
     <vlc id="control" param1="vlm_setup,vlm_new,vlm_del,vlm_play,vlm_pause,vlm_stop,vlm_seek,vlm_save,vlm_load" />
     <div class="sectitle">VLM - New</div>
     <div class="section">
 
-    <form method="get" action="/vlm/new.html" />
+    <form method="get" action="/old/vlm/new.html" />
     <input type="test" name="name" size="40"/>
     <input type="submit" name="type" value="broadcast"/>
     </form>
 
-    <form method="get" action="/vlm/new.html" />
+    <form method="get" action="/old/vlm/new.html" />
     <input type="test" name="name" size="40"/>
     <input type="submit" name="type" value="schedule"/>
     </form>
@@ -62,7 +62,7 @@
            <input type="hidden" name="name" value="<vlc id="value" param1="el.name" />" />
           </form>
          </td>
-         <td><a href="/vlm/show.html?name=<vlc id="value" param1="el.name" />&type=broadcast"><vlc id="value" param1="el.name" /></a></td>
+         <td><a href="/old/vlm/show.html?name=<vlc id="value" param1="el.name" />&type=broadcast"><vlc id="value" param1="el.name" /></a></td>
         </tr>
        </table>
       </td>
            <input type="hidden" name="name" value="<vlc id="value" param1="el.name" />" />
           </form>
          </td>
-         <td><a href="/vlm/show.html?name=<vlc id="value" param1="el.name" />&type=schedule"><vlc id="value" param1="el.name" /></a></td>
+         <td><a href="/old/vlm/show.html?name=<vlc id="value" param1="el.name" />&type=schedule"><vlc id="value" param1="el.name" /></a></td>
         </tr>
        </table>
       </td>
index 9fa3fc4077d0fbf47de907d47825dcd9685c71a2..779b52073c690a588be92fc3427a3b1e9743c562 100644 (file)
@@ -16,7 +16,7 @@
     <div class="section">
 
     <vlc id="if" param1="'type' url_extract 'broadcast' strcmp 0 =" />
-        <form method="get" action="/vlm/" />
+        <form method="get" action="/old/vlm/" />
         <table>
         <tr><td>Name : <vlc id="value" param1="'name' url_extract"/> </td> </tr>
         <tr><td>Type: Schedule </td></tr>
@@ -31,7 +31,7 @@
         </form>
     <vlc id="else" />
     <vlc id="if" param1="'type' url_extract 'schedule' strcmp 0 =" />
-        <form method="get" action="/vlm/" />
+        <form method="get" action="/old/vlm/" />
         <table>
         <tr><td>Name : <vlc id="value" param1="'name' url_extract"/> </td> </tr>
         <tr><td>Type: Schedule </td></tr>
index 8b4ca588fc710a60406dcc46ee38796dc8b26a27..27e99a7ac9e52895659946ce637e730b21fd7494 100644 (file)
@@ -32,7 +32,7 @@
              <vlc id="foreach" param1="op" param2="el.options" /><vlc id="value" param1="op" /><br/><vlc id="end" />
              </td></tr>
         </table>
-        <form method="get" action="/vlm/edit.html" />
+        <form method="get" action="/old/vlm/edit.html" />
          <input type="hidden" name="name" value="<vlc id="value" param1="'name' url_extract"/>" />
          <input type="hidden" name="type" value="broadcast" />
          <button name="control" value="vlm_setup">setup</button>
@@ -63,7 +63,7 @@
         </tr>
 <vlc id="end" />
         </table>
-        <form method="get" action="/vlm/edit.html" />
+        <form method="get" action="/old/vlm/edit.html" />
          <input type="hidden" name="name" value="<vlc id="value" param1="'name' url_extract"/>" />
          <input type="hidden" name="type" value="schedule" />
          <button name="control" value="vlm_setup">setup</button>