|
From: <ara...@us...> - 2008-08-19 22:00:03
|
Revision: 205
http://easybox-mod.svn.sourceforge.net/easybox-mod/?rev=205&view=rev
Author: aragornis
Date: 2008-08-19 21:59:59 +0000 (Tue, 19 Aug 2008)
Log Message:
-----------
Added Paths:
-----------
trunk/http/index1.html
Removed Paths:
-------------
trunk/index1.html
Copied: trunk/http/index1.html (from rev 204, trunk/index1.html)
===================================================================
--- trunk/http/index1.html (rev 0)
+++ trunk/http/index1.html 2008-08-19 21:59:59 UTC (rev 205)
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
+<!--
+ * Created on 16 Mai 2006
+ *
+ * To change the template for this generated file go to
+ * Window - Preferences - PHPeclipse - PHP - Code Templates
+-->
+ <head>
+ <title> </title>
+ </head>
+ <body>
+ <IMG src="_framework/easyban.png" width="800" height="139" border="0">
+<center>
+<form name="form1" method="get" action="index.html">
+<br> <br>
+<A href="configuration/configuration.php">Configurer easyBox</A><br> <br>
+
+<A href="module/_menu/menu.php">Utiliser easyBox</A><br> <br>
+<A href="module/freeboxtv/content.php">Regarder la t\xE9l\xE9vision</A><br> <br>
+<?php
+if ($_REQUEST['vlc']):
+$param='--extraintf=http --http-host=:8081 --http-charset=ISO-8859-1 --sout="#std" --sout-standard-access=udp --sout-standard-mux=ts --sout-standard-url=212.27.38.253:1234 --sout-ts-pid-video=68 --sout-ts-pid-audio=69 --sout-ts-pid-spu=70 --sout-ts-pcr=80 --sout-ts-dts-delay=400 --subsdec-encoding=ISO-8859-1 --sout-transcode-maxwidth=720 --sout-transcode-maxheight=576 --http-src="'.$_SERVER['DOCUMENT_ROOT'].'" --config="~/.vlc/vlcrc-fbx" --wx-systray';
+//exec("vlc ".$param);
+endif;
+if(!$contenu_html = file_get_contents("http://127.0.0.1:8081/_framework/vlc/temps2.html")):
+ ?>
+<input type="submit" name="vlc" value="Lancer VLC">
+<?php else: ?>
+VLC est d\xE9marr\xE9.
+<?php endif; ?>
+</form>
+
+ </body>
+</html>
Deleted: trunk/index1.html
===================================================================
--- trunk/index1.html 2008-08-19 21:59:37 UTC (rev 204)
+++ trunk/index1.html 2008-08-19 21:59:59 UTC (rev 205)
@@ -1,37 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
-<!--
- * Created on 16 Mai 2006
- *
- * To change the template for this generated file go to
- * Window - Preferences - PHPeclipse - PHP - Code Templates
--->
- <head>
- <title> </title>
- </head>
- <body>
- <IMG src="_framework/easyban.png" width="800" height="139" border="0">
-<center>
-<form name="form1" method="get" action="index.html">
-<br> <br>
-<A href="configuration/configuration.php">Configurer easyBox</A><br> <br>
-
-<A href="module/_menu/menu.php">Utiliser easyBox</A><br> <br>
-<A href="module/freeboxtv/content.php">Regarder la t\xE9l\xE9vision</A><br> <br>
-<?php
-if ($_REQUEST['vlc']):
-$param='--extraintf=http --http-host=:8081 --http-charset=ISO-8859-1 --sout="#std" --sout-standard-access=udp --sout-standard-mux=ts --sout-standard-url=212.27.38.253:1234 --sout-ts-pid-video=68 --sout-ts-pid-audio=69 --sout-ts-pid-spu=70 --sout-ts-pcr=80 --sout-ts-dts-delay=400 --subsdec-encoding=ISO-8859-1 --sout-transcode-maxwidth=720 --sout-transcode-maxheight=576 --http-src="'.$_SERVER['DOCUMENT_ROOT'].'" --config="~/.vlc/vlcrc-fbx" --wx-systray';
-//exec("vlc ".$param);
-endif;
-if(!$contenu_html = file_get_contents("http://127.0.0.1:8081/_framework/vlc/temps2.html")):
- ?>
-<input type="submit" name="vlc" value="Lancer VLC">
-<?php else: ?>
-VLC est d\xE9marr\xE9.
-<?php endif; ?>
-</form>
-
- </body>
-</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|