From: <fr...@us...> - 2014-05-20 05:19:58
|
Revision: 4810 http://sourceforge.net/p/mp-plugins/code/4810 Author: framug Date: 2014-05-20 05:19:54 +0000 (Tue, 20 May 2014) Log Message: ----------- WebEPGfr V 1.3 : Fix Kazer and ZguideTV urls. Add TITANIUS skin. Modified Paths: -------------- trunk/plugins/WebEPGfr/InfosSuivantSites.cs trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs trunk/plugins/WebEPGfr/WebEPGfrSetup.cs trunk/plugins/WebEPGfr/XmlToolBox.cs Added Paths: ----------- trunk/plugins/WebEPGfr/skin/TITANIUS/ trunk/plugins/WebEPGfr/skin/TITANIUS/Kazer.xml trunk/plugins/WebEPGfr/skin/TITANIUS/Media/ trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_WebEPGfr.png trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_ZguideTV.png trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_kazer.png trunk/plugins/WebEPGfr/skin/TITANIUS/ZguideTV.xml Modified: trunk/plugins/WebEPGfr/InfosSuivantSites.cs =================================================================== --- trunk/plugins/WebEPGfr/InfosSuivantSites.cs 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/InfosSuivantSites.cs 2014-05-20 05:19:54 UTC (rev 4810) @@ -82,7 +82,7 @@ { //logique de recuperation _oParametre.Add(InfosSuivantSites.Grabber.Kazer.ToString(), XmlConfig.ReadXmlConfig("WebEPGfr", "Kazer", "Uri", "")); - _oParametre.Add(InfosSuivantSites.Grabber.ZGuideTV.ToString(), XmlConfig.ReadXmlConfig("WebEPGfr", "ZguideTV", "Uri", @"http://xmltv.dyndns.org/download/tnt.zip").ToString()); + _oParametre.Add(InfosSuivantSites.Grabber.ZGuideTV.ToString(), XmlConfig.ReadXmlConfig("WebEPGfr", "ZguideTV", "Uri", @"http://xmltv.dtdns.net/download/tnt.zip").ToString()); } catch { } } @@ -122,7 +122,7 @@ sURL_de_verification = @"http://www.kazer.org"; break; case Grabber.ZGuideTV: - sURL_de_verification = @"http://xmltv.dyndns.org/download/"; + sURL_de_verification = @"http://xmltv.dtdns.net/download/"; break; } return sURL_de_verification; @@ -154,7 +154,7 @@ sURL_de_download = @"http://www.google.fr"; break; case Grabber.Kazer: - sURL_de_download = @"http://kazer.org/tvguide.xml?u=" + ReadValueByKey( Grabber.Kazer.ToString() ); + sURL_de_download = @"http://www.kazer.org/tvguide.xml?u=" + ReadValueByKey( Grabber.Kazer.ToString() ); break; case Grabber.ZGuideTV: sURL_de_download = ReadValueByKey(Grabber.ZGuideTV.ToString()); Modified: trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs 2014-05-20 05:19:54 UTC (rev 4810) @@ -34,8 +34,8 @@ // // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de révision et de build par défaut // en utilisant '*', comme indiqué ci-dessous : -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: NeutralResourcesLanguageAttribute("fr-FR")] // MediaPortal plugin version compatibility Modified: trunk/plugins/WebEPGfr/WebEPGfrSetup.cs =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfrSetup.cs 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/WebEPGfrSetup.cs 2014-05-20 05:19:54 UTC (rev 4810) @@ -196,11 +196,11 @@ XmlConfig.WriteXmlConfig("WebEPGfr", "Kazer", "Uri", kazer_UserName.Text.ToString()); if (Bouton_ZguideTV_TNT.Checked) { - XmlConfig.WriteXmlConfig("WebEPGfr", "ZguideTV", "Uri", @"http://xmltv.dyndns.org/download/tnt.zip"); + XmlConfig.WriteXmlConfig("WebEPGfr", "ZguideTV", "Uri", @"http://xmltv.dtdns.net/download/tnt.zip"); } else { - XmlConfig.WriteXmlConfig("WebEPGfr", "ZguideTV", "Uri", @"http://xmltv.dyndns.org/download/complet.zip"); + XmlConfig.WriteXmlConfig("WebEPGfr", "ZguideTV", "Uri", @"http://xmltv.dtdns.net/download/complet.zip"); } } @@ -237,7 +237,7 @@ string sTempUri = InfosSuivantSites.URL_de_download(InfosSuivantSites.Grabber.Kazer); if (sTempUri.Length > 0) { - string sBAseUri = @"http://kazer.org/tvguide.xml?u="; + string sBAseUri = @"http://www.kazer.org/tvguide.xml?u="; kazer_UserName.Text = sTempUri.Substring(sBAseUri.Length, sTempUri.Length - sBAseUri.Length); } sTempUri = InfosSuivantSites.URL_de_download(InfosSuivantSites.Grabber.ZGuideTV); @@ -346,12 +346,12 @@ if (oUsedGrabber == InfosSuivantSites.Grabber.Kazer) { if (kazer_UserName.Text.Length > 0) - oGrabber.Configuration.DownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString()); + oGrabber.Configuration.DownloadUri = new Uri(@"http://www.kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString()); } else { - if (Bouton_ZguideTV_TNT.Checked) { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dyndns.org/download/tnt.zip"); } - else { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dyndns.org/download/complet.zip"); } + if (Bouton_ZguideTV_TNT.Checked) { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dtdns.net/download/tnt.zip"); } + else { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dtdns.net/download/complet.zip"); } } oGrabber.Configuration.MappingFile = InfosSuivantSites.GetMappingFileName(oUsedGrabber); lXmlTvFileIsAvalaible = oGrabber.DownloadXmlTvFile(oGrabber.Configuration.DownloadUri); @@ -403,12 +403,12 @@ if (oUsedGrabber == InfosSuivantSites.Grabber.Kazer) { if (kazer_UserName.Text.Length>0) - oGrabber.Configuration.DownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString()); + oGrabber.Configuration.DownloadUri = new Uri(@"http://www.kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString()); } else { - if (Bouton_ZguideTV_TNT.Checked) { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dyndns.org/download/tnt.zip"); } - else { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dyndns.org/download/complet.zip"); } + if (Bouton_ZguideTV_TNT.Checked) { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dtdns.net/download/tnt.zip"); } + else { oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dtdns.net/download/complet.zip"); } } oGrabber.Configuration.MappingFile = InfosSuivantSites.GetMappingFileName(oUsedGrabber); lXmlTvFileIsAvalaible = oGrabber.DownloadXmlTvFile(oGrabber.Configuration.DownloadUri); @@ -594,7 +594,7 @@ libinfo.Text = "Acc\xE8s \xE0 la page de t\xE9l\xE9chargement de ZguideTV"; libinfo.ForeColor = Color.Blue; // On cha\xEEne sur le forum de ZguideTV - Process.Start("http://xmltv.dyndns.org/download/"); + Process.Start("http://xmltv.dtdns.net/download/"); } // On a cliqu\xE9 sur le nom d'utilisateur @@ -722,7 +722,7 @@ { GuiResetButton(); - string sDownloadUri = @"http://kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString(); + string sDownloadUri = @"http://www.kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString(); if (TestGrabber(sDownloadUri) == true) { @@ -750,8 +750,8 @@ string sDownloadUri; //Choix du guide if (Bouton_ZguideTV_TNT.Checked) - { sDownloadUri = @"http://xmltv.dyndns.org/download/tnt.zip"; } - else { sDownloadUri = @"http://xmltv.dyndns.org/download/complet.zip"; } + { sDownloadUri = @"http://xmltv.dtdns.net/download/tnt.zip"; } + else { sDownloadUri = @"http://xmltv.dtdns.net/download/complet.zip"; } if (TestGrabber(sDownloadUri) == true) { @@ -846,7 +846,7 @@ libinfo.ForeColor = Color.Blue; if (oGrabber != null) { - oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dyndns.org/download/tnt.zip"); + oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dtdns.net/download/tnt.zip"); } } @@ -860,7 +860,7 @@ libinfo.ForeColor = Color.Blue; if (oGrabber != null) { - oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dyndns.org/download/complet.zip"); + oGrabber.Configuration.DownloadUri = new Uri(@"http://xmltv.dtdns.net/download/complet.zip"); } } #endregion Modified: trunk/plugins/WebEPGfr/XmlToolBox.cs =================================================================== --- trunk/plugins/WebEPGfr/XmlToolBox.cs 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/XmlToolBox.cs 2014-05-20 05:19:54 UTC (rev 4810) @@ -29,7 +29,7 @@ { if ((_sUserHash != null) && (_oDownloadUri == null)) { - _oDownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + _sUserHash); + _oDownloadUri = new Uri(@"http://www.kazer.org/tvguide.xml?u=" + _sUserHash); } return _oDownloadUri; } @@ -137,7 +137,7 @@ { if (_sUserHash != null) { - _oDownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + _sUserHash); + _oDownloadUri = new Uri(@"http://www.kazer.org/tvguide.xml?u=" + _sUserHash); } return _sUserHash; } Added: trunk/plugins/WebEPGfr/skin/TITANIUS/Kazer.xml =================================================================== --- trunk/plugins/WebEPGfr/skin/TITANIUS/Kazer.xml (rev 0) +++ trunk/plugins/WebEPGfr/skin/TITANIUS/Kazer.xml 2014-05-20 05:19:54 UTC (rev 4810) @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <id>10124</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:WebEPGfr</define> + <define>#header.image:kazer_logo.png</define> + <define>#header.hover:hover_kazer.png</define> + <controls> + <control> + <type>image</type> + <posX>0</posX> + <posY>0</posY> + <width>1920</width> + <height>1080</height> + <texture>background.png</texture> + </control> + <control> + <description>VIEWPORT</description> + <type>image</type> + <id>0</id> + <posX>10</posX> + <posY>145</posY> + <width>1903</width> + <height>897</height> + <texture>panel_tv.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </control> + <control> + <id>0</id> + <type>image</type> + <posX>66</posX> + <posY>34</posY> + <width>61</width> + <height>57</height> + <texture>icon_tv.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </control> + <control> + <type>image</type> + <posX>100</posX> + <posY>650</posY> + <width>300</width> + <height>260</height> + <texture>hover_kazer.png</texture> + </control> + + <control> + <description>buttons</description> + <type>group</type> + <posX>120</posX> + <posY>300</posY> + <dimColor>ffffffff</dimColor> + <layout>StackLayout(10, Vertical, true)</layout> + <control> + <id>14</id> + <description>Guide Télé</description> + <type>button</type> + <onleft>14</onleft> + <onright>14</onright> + <onup>99</onup> + <ondown>2</ondown> + <hyperlink>600</hyperlink> + <label>Voir le Guide Télé</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + <control> + <id>2</id> + <description>Download</description> + <type>button</type> + <onleft>2</onleft> + <onright>2</onright> + <onup>14</onup> + <ondown>3</ondown> + <label>Télécharger</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + <control> + <id>3</id> + <description>Update</description> + <type>button</type> + <onleft>3</onleft> + <onright>3</onright> + <onup>2</onup> + <ondown>9</ondown> + <label>Mettre à jour</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + <control> + <id>9</id> + <description>Restaurer</description> + <type>button</type> + <onleft>9</onleft> + <onright>9</onright> + <onup>3</onup> + <ondown>14</ondown> + <label>Restaurer</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + </control> + + <control> + <id>4</id> + <description>Libellé date tvguide MP</description> + <type>label</type> + <posX>600</posX> + <posY>310</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date du guide télé de MediaPortal : </label> + </control> + <control> + <id>5</id> + <description>Libellé date tvguide kazer</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>600</posX> + <posY>375</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date du guide télé de kazer : </label> + </control> + <control> + <id>10</id> + <description>Libellé date de la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>600</posX> + <posY>440</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date de la dernière sauvegarde : </label> + </control> + <control> + <id>11</id> + <description>Libellé date du guide télé dans la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>600</posX> + <posY>505</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date du guide Télé dans la sauvegarde : </label> + </control> + <control> + <id>6</id> + <description>date tvguide MediaPortal</description> + <type>label</type> + <posX>1400</posX> + <posY>310</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>7</id> + <description>date tvguide kazer</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>1400</posX> + <posY>375</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>12</id> + <description>date de la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>1400</posX> + <posY>440</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>13</id> + <description>date du guide télé dans la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>1400</posX> + <posY>505</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>8</id> + <description>Libellé d'information</description> + <type>label</type> + <posX>600</posX> + <posY>770</posY> + <textcolor>ffff0000</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <import>common.time.xml</import> + <import>common.overlay.xml</import> + </controls> +</window> Added: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_WebEPGfr.png =================================================================== (Binary files differ) Index: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_WebEPGfr.png =================================================================== --- trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_WebEPGfr.png 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_WebEPGfr.png 2014-05-20 05:19:54 UTC (rev 4810) Property changes on: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_WebEPGfr.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_ZguideTV.png =================================================================== (Binary files differ) Index: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_ZguideTV.png =================================================================== --- trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_ZguideTV.png 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_ZguideTV.png 2014-05-20 05:19:54 UTC (rev 4810) Property changes on: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_ZguideTV.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_kazer.png =================================================================== (Binary files differ) Index: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_kazer.png =================================================================== --- trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_kazer.png 2014-05-19 14:44:46 UTC (rev 4809) +++ trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_kazer.png 2014-05-20 05:19:54 UTC (rev 4810) Property changes on: trunk/plugins/WebEPGfr/skin/TITANIUS/Media/hover_kazer.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/plugins/WebEPGfr/skin/TITANIUS/ZguideTV.xml =================================================================== --- trunk/plugins/WebEPGfr/skin/TITANIUS/ZguideTV.xml (rev 0) +++ trunk/plugins/WebEPGfr/skin/TITANIUS/ZguideTV.xml 2014-05-20 05:19:54 UTC (rev 4810) @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <id>10124</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:WebEPGfr</define> + <define>#header.image:ZguideTV_logo.png</define> + <define>#header.hover:hover_ZguideTV.png</define> + <controls> + <control> + <type>image</type> + <posX>0</posX> + <posY>0</posY> + <width>1920</width> + <height>1080</height> + <texture>background.png</texture> + </control> + <control> + <description>VIEWPORT</description> + <type>image</type> + <id>0</id> + <posX>10</posX> + <posY>145</posY> + <width>1903</width> + <height>897</height> + <texture>panel_tv.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </control> + <control> + <id>0</id> + <type>image</type> + <posX>66</posX> + <posY>34</posY> + <width>61</width> + <height>57</height> + <texture>icon_tv.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </control> + <control> + <type>image</type> + <posX>100</posX> + <posY>650</posY> + <width>300</width> + <height>260</height> + <texture>hover_ZguideTV.png</texture> + </control> + + <control> + <description>buttons</description> + <type>group</type> + <posX>120</posX> + <posY>300</posY> + <dimColor>ffffffff</dimColor> + <layout>StackLayout(10, Vertical, true)</layout> + <control> + <id>14</id> + <description>Guide Télé</description> + <type>button</type> + <onleft>14</onleft> + <onright>14</onright> + <onup>99</onup> + <ondown>2</ondown> + <hyperlink>600</hyperlink> + <label>Voir le Guide Télé</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + <control> + <id>2</id> + <description>Download</description> + <type>button</type> + <onleft>2</onleft> + <onright>2</onright> + <onup>14</onup> + <ondown>3</ondown> + <label>Télécharger</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + <control> + <id>3</id> + <description>Update</description> + <type>button</type> + <onleft>3</onleft> + <onright>3</onright> + <onup>2</onup> + <ondown>9</ondown> + <label>Mettre à jour</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + <control> + <id>9</id> + <description>Restaurer</description> + <type>button</type> + <onleft>9</onleft> + <onright>9</onright> + <onup>3</onup> + <ondown>14</ondown> + <label>Restaurer</label> + <font>TitanLight12</font> + <textcolor>FF000000</textcolor> + <textcolorNoFocus>ffffffff</textcolorNoFocus> + </control> + </control> + + <control> + <id>4</id> + <description>Libellé date tvguide MP</description> + <type>label</type> + <posX>600</posX> + <posY>310</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date du guide télé de MediaPortal : </label> + </control> + <control> + <id>5</id> + <description>Libellé date tvguide ZguideTV</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>600</posX> + <posY>375</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date du guide télé de ZguideTV : </label> + </control> + <control> + <id>10</id> + <description>Libellé date de la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>600</posX> + <posY>440</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date de la dernière sauvegarde : </label> + </control> + <control> + <id>11</id> + <description>Libellé date du guide télé dans la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>600</posX> + <posY>505</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>Date du guide Télé dans la sauvegarde : </label> + </control> + <control> + <id>6</id> + <description>date tvguide MediaPortal</description> + <type>label</type> + <posX>1400</posX> + <posY>310</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>7</id> + <description>date tvguide ZguideTV</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>1400</posX> + <posY>375</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>12</id> + <description>date de la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>1400</posX> + <posY>440</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>13</id> + <description>date du guide télé dans la sauvegarde</description> + <type>label</type> + <colordiffuse>ffffffff</colordiffuse> + <posX>1400</posX> + <posY>505</posY> + <textcolor>ffffffff</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <control> + <id>8</id> + <description>Libellé d'information</description> + <type>label</type> + <posX>600</posX> + <posY>770</posY> + <textcolor>ffff0000</textcolor> + <align>LEFT</align> + <label>-</label> + </control> + <import>common.time.xml</import> + <import>common.overlay.xml</import> + </controls> +</window> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |