From: <fr...@us...> - 2011-02-05 09:37:00
|
Revision: 4094 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4094&view=rev Author: framug Date: 2011-02-05 09:36:53 +0000 (Sat, 05 Feb 2011) Log Message: ----------- WebEPGfr : - Fix Kazer Url Website change. - Fix date/time overlap in B3W for Kazer and ZguideTV. - Update References for MP 1.2. Modified Paths: -------------- trunk/plugins/WebEPGfr/InfosSuivantSites.cs trunk/plugins/WebEPGfr/WebEPGfr.csproj trunk/plugins/WebEPGfr/WebEPGfrSetup.cs trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj trunk/plugins/WebEPGfr/XmlToolBox.cs trunk/plugins/WebEPGfr/skin/Blue3wide/ZguideTV.xml trunk/plugins/WebEPGfr/skin/Blue3wide/kazer.xml Modified: trunk/plugins/WebEPGfr/InfosSuivantSites.cs =================================================================== --- trunk/plugins/WebEPGfr/InfosSuivantSites.cs 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/InfosSuivantSites.cs 2011-02-05 09:36:53 UTC (rev 4094) @@ -154,7 +154,7 @@ sURL_de_download = @"http://www.google.fr"; break; case Grabber.Kazer: - sURL_de_download = @"http://www.kazer.org/gen_xml.php?u=" + ReadValueByKey( Grabber.Kazer.ToString() ); + sURL_de_download = @"http://kazer.org/tvguide.xml?u=" + ReadValueByKey( Grabber.Kazer.ToString() ); break; case Grabber.ZGuideTV: sURL_de_download = ReadValueByKey(Grabber.ZGuideTV.ToString()); Modified: trunk/plugins/WebEPGfr/WebEPGfr.csproj =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr.csproj 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/WebEPGfr.csproj 2011-02-05 09:36:53 UTC (rev 4094) @@ -35,9 +35,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=1.0.1.9976, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Core, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mediaportal\xbmc\bin\Release\Core.dll</HintPath> + <HintPath>..\..\mediaportal\MediaPortal.Application\bin\Release\Core.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Databases, Version=1.0.2.42467, Culture=neutral, processorArchitecture=x86"> @@ -45,9 +45,9 @@ <HintPath>bin\Databases.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="Dialogs, Version=1.0.4.17718, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Dialogs, Version=1.1.6.13177, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mediaportal\Dialogs\bin\Release\Dialogs.dll</HintPath> + <HintPath>..\..\mediaportal\MediaPortal.Application\bin\Release\plugins\Windows\Dialogs.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Gentle.Common, Version=1.5.0.29053, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL"> @@ -72,19 +72,19 @@ <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="TvBusinessLayer, Version=1.0.1.10483, Culture=neutral, processorArchitecture=x86"> + <Reference Include="TvBusinessLayer, Version=1.1.6.13236, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\TvEngine3\TVLibrary\TVLibrary\bin\Release\TvBusinessLayer.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="TVDatabase, Version=1.0.4.20297, Culture=neutral, processorArchitecture=x86"> + <Reference Include="TVDatabase, Version=1.1.6.13249, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\TvEngine3\TVLibrary\TVDatabase\bin\Release\TVDatabase.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="Utils, Version=2.2.7.9975, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Utils, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mediaportal\xbmc\bin\Release\Utils.dll</HintPath> + <HintPath>..\..\mediaportal\MediaPortal.Application\bin\Release\Utils.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> @@ -198,6 +198,6 @@ </Target> --> <PropertyGroup> - <PostBuildEvent>copy $(ProjectName).dll "C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows"</PostBuildEvent> + <PostBuildEvent>rem copy $(ProjectName).dll "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows"</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Modified: trunk/plugins/WebEPGfr/WebEPGfrSetup.cs =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfrSetup.cs 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/WebEPGfrSetup.cs 2011-02-05 09:36:53 UTC (rev 4094) @@ -237,7 +237,7 @@ string sTempUri = InfosSuivantSites.URL_de_download(InfosSuivantSites.Grabber.Kazer); if (sTempUri.Length > 0) { - string sBAseUri = @"http://www.kazer.org/gen_xml.php?u="; + string sBAseUri = @"http://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,7 +346,7 @@ if (oUsedGrabber == InfosSuivantSites.Grabber.Kazer) { if (kazer_UserName.Text.Length > 0) - oGrabber.Configuration.DownloadUri = new Uri(@"http://www.kazer.org/gen_xml.php?u=" + kazer_UserName.Text.ToString()); + oGrabber.Configuration.DownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString()); } else { @@ -403,7 +403,7 @@ if (oUsedGrabber == InfosSuivantSites.Grabber.Kazer) { if (kazer_UserName.Text.Length>0) - oGrabber.Configuration.DownloadUri = new Uri(@"http://www.kazer.org/gen_xml.php?u=" + kazer_UserName.Text.ToString()); + oGrabber.Configuration.DownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString()); } else { @@ -722,7 +722,7 @@ { GuiResetButton(); - string sDownloadUri = @"http://www.kazer.org/gen_xml.php?u=" + kazer_UserName.Text.ToString(); + string sDownloadUri = @"http://kazer.org/tvguide.xml?u=" + kazer_UserName.Text.ToString(); if (TestGrabber(sDownloadUri) == true) { Modified: trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj 2011-02-05 09:36:53 UTC (rev 4094) @@ -33,17 +33,17 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=1.0.1.9976, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Core, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\mediaportal\xbmc\bin\Release\Core.dll</HintPath> + <HintPath>..\..\..\mediaportal\MediaPortal.Application\bin\Release\Core.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> - <Reference Include="Utils, Version=2.2.7.9975, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Utils, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\mediaportal\xbmc\bin\Release\Utils.dll</HintPath> + <HintPath>..\..\..\mediaportal\MediaPortal.Application\bin\Release\Utils.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> @@ -73,6 +73,6 @@ </Target> --> <PropertyGroup> - <PostBuildEvent>copy $(ProjectName).dll "C:\Program Files\Team MediaPortal\MediaPortal\plugins\process"</PostBuildEvent> + <PostBuildEvent>rem copy $(ProjectName).dll "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\process"</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Modified: trunk/plugins/WebEPGfr/XmlToolBox.cs =================================================================== --- trunk/plugins/WebEPGfr/XmlToolBox.cs 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/XmlToolBox.cs 2011-02-05 09:36:53 UTC (rev 4094) @@ -29,7 +29,7 @@ { if ((_sUserHash != null) && (_oDownloadUri == null)) { - _oDownloadUri = new Uri(@"http://www.kazer.org/gen_xml.php?u=" + _sUserHash); + _oDownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + _sUserHash); } return _oDownloadUri; } @@ -137,7 +137,7 @@ { if (_sUserHash != null) { - _oDownloadUri = new Uri(@"http://www.kazer.org/gen_xml.php?u=" + _sUserHash); + _oDownloadUri = new Uri(@"http://kazer.org/tvguide.xml?u=" + _sUserHash); } return _sUserHash; } Modified: trunk/plugins/WebEPGfr/skin/Blue3wide/ZguideTV.xml =================================================================== --- trunk/plugins/WebEPGfr/skin/Blue3wide/ZguideTV.xml 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/skin/Blue3wide/ZguideTV.xml 2011-02-05 09:36:53 UTC (rev 4094) @@ -1,243 +1,243 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<window> - <id>10124</id> - <defaultcontrol>2</defaultcontrol> - <allowoverlay>yes</allowoverlay> - <controls> - <!-- Description de l'écran --> - <control> - <description>BG</description> - <type>image</type> - <id>0</id> - <width>1280</width> - <height>720</height> - </control> - <!-- Description du logo du nom du plugin en haut à gauche --> - <control> - <type>image</type> - <id>0</id> - <posX>80</posX> - <posY>60</posY> - <texture flipY="true" diffuse="Thumb_Mask.png">ZguideTV_logo.png</texture> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Libellé Guide Télé --> - <control> - <description>Libellé Guide Télé</description> - <type>label</type> - <id>0</id> - <posX>400</posX> - <posY>144</posY> - <label>Guide Télé</label> - <font>font16</font> - <align>right</align> - <textcolor>FFFFFFFF</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="250">WindowClose</animation> - </control> - <!-- Description du logo en bas à gauche --> - <control> - <type>image</type> - <id>0</id> - <posX>100</posX> - <posY>520</posY> - <width>300</width> - <height>200</height> - <texture>hover_ZguideTV.png</texture> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Description de la date --> - <control> - <description>Date</description> - <type>label</type> - <id>0</id> - <posX>1150</posX> - <posY>80</posY> - <label>#date</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Description de l'heure --> - <control> - <description>Time</description> - <type>label</type> - <id>0</id> - <posX>1250</posX> - <posY>80</posY> - <label>#time</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!--**** menu ****--> - <control> - <type>group</type> - <description>group element</description> - <posX>70</posX> - <posY>260</posY> - <layout>StackLayout</layout> - <control> - <description>Guide Télé</description> - <type>button</type> - <id>99</id> - <label>Voir le Guide Télé</label> - <hyperlink>600</hyperlink> - <onleft>99</onleft> - <onright>99</onright> - <onup>99</onup> - <ondown>2</ondown> - </control> - <control> - <description>Download</description> - <type>button</type> - <id>2</id> - <label>Télécharger</label> - <onleft>2</onleft> - <onright>2</onright> - <onup>99</onup> - <ondown>3</ondown> - </control> - <control> - <description>Update</description> - <type>button</type> - <id>3</id> - <label>Mettre à jour</label> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - <onleft>3</onleft> - <onright>3</onright> - <onup>2</onup> - <ondown>9</ondown> - </control> - <control> - <description>Restaurer</description> - <type>button</type> - <id>9</id> - <label>Restaurer</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - <onleft>9</onleft> - <onright>9</onright> - <onup>3</onup> - <ondown>99</ondown> - </control> - </control> - <!-- Libellé date tvguide MP --> - <control> - <description>Libellé date tvguide MP</description> - <type>label</type> - <id>4</id> - <posX>350</posX> - <posY>260</posY> - <label>Date du guide télé de MediaPortal : </label> - <align>left</align> - <textcolor>White</textcolor> - </control> - <!-- Libellé date tvguide ZguideTV (caché par défaut) --> - <control> - <description>Libellé date tvguide ZguideTV</description> - <type>label</type> - <id>5</id> - <posX>350</posX> - <posY>290</posY> - <label>Date du guide télé de ZguideTV : </label> - <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- Libellé date de la sauvegarde (caché par défaut) --> - <control> - <description>Libellé date de la sauvegarde</description> - <type>label</type> - <id>10</id> - <posX>350</posX> - <posY>320</posY> - <label>Date de la dernière sauvegarde : </label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) --> - <control> - <description>Libellé date du guide télé dans la sauvegarde</description> - <type>label</type> - <id>11</id> - <posX>350</posX> - <posY>350</posY> - <label>Date du guide Télé dans la sauvegarde : </label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- date tvguide MediaPortal --> - <control> - <description>date tvguide MediaPortal</description> - <type>label</type> - <id>6</id> - <posX>850</posX> - <posY>260</posY> - <label>-</label> - <align>left</align> - <textcolor>White</textcolor> - </control> - <!-- date tvguide ZguideTV (caché par défaut) --> - <control> - <description>date tvguide ZguideTV</description> - <type>label</type> - <id>7</id> - <posX>850</posX> - <posY>290</posY> - <label>-</label> - <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- date de la sauvegarde (caché par défaut) --> - <control> - <description>date de la sauvegarde</description> - <type>label</type> - <id>12</id> - <posX>850</posX> - <posY>320</posY> - <label>-</label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- date du guide télé dans la sauvegarde (caché par défaut) --> - <control> - <description>date du guide télé dans la sauvegarde</description> - <type>label</type> - <id>13</id> - <posX>850</posX> - <posY>350</posY> - <label>-</label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- Libellé d'information --> - <control> - <description>Libellé d'information</description> - <type>label</type> - <id>8</id> - <posX>500</posX> - <posY>600</posY> - <label>-</label> - <align>left</align> - <textcolor>White</textcolor> - </control> - </controls> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <id>10124</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <controls> + <!-- Description de l'écran --> + <control> + <description>BG</description> + <type>image</type> + <id>0</id> + <width>1280</width> + <height>720</height> + </control> + <!-- Description du logo du nom du plugin en haut à gauche --> + <control> + <type>image</type> + <id>0</id> + <posX>80</posX> + <posY>60</posY> + <texture flipY="true" diffuse="Thumb_Mask.png">ZguideTV_logo.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!-- Libellé Guide Télé --> + <control> + <description>Libellé Guide Télé</description> + <type>label</type> + <id>0</id> + <posX>400</posX> + <posY>144</posY> + <label>Guide Télé</label> + <font>font16</font> + <align>right</align> + <textcolor>FFFFFFFF</textcolor> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </control> + <!-- Description du logo en bas à gauche --> + <control> + <type>image</type> + <id>0</id> + <posX>100</posX> + <posY>520</posY> + <width>300</width> + <height>200</height> + <texture>hover_ZguideTV.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!-- Description de la date --> + <control> + <description>Date</description> + <type>label</type> + <id>0</id> + <posX>1250</posX> + <posY>20</posY> + <label>#date</label> + <align>right</align> + <font>font14</font> + <textcolor>ffa9d0f7</textcolor> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!-- Description de l'heure --> + <control> + <description>Time</description> + <type>label</type> + <id>0</id> + <posX>1250</posX> + <posY>50</posY> + <label>#time</label> + <align>right</align> + <font>font14</font> + <textcolor>ffa9d0f7</textcolor> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!--**** menu ****--> + <control> + <type>group</type> + <description>group element</description> + <posX>70</posX> + <posY>260</posY> + <layout>StackLayout</layout> + <control> + <description>Guide Télé</description> + <type>button</type> + <id>99</id> + <label>Voir le Guide Télé</label> + <hyperlink>600</hyperlink> + <onleft>99</onleft> + <onright>99</onright> + <onup>99</onup> + <ondown>2</ondown> + </control> + <control> + <description>Download</description> + <type>button</type> + <id>2</id> + <label>Télécharger</label> + <onleft>2</onleft> + <onright>2</onright> + <onup>99</onup> + <ondown>3</ondown> + </control> + <control> + <description>Update</description> + <type>button</type> + <id>3</id> + <label>Mettre à jour</label> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + <onleft>3</onleft> + <onright>3</onright> + <onup>2</onup> + <ondown>9</ondown> + </control> + <control> + <description>Restaurer</description> + <type>button</type> + <id>9</id> + <label>Restaurer</label> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + <onleft>9</onleft> + <onright>9</onright> + <onup>3</onup> + <ondown>99</ondown> + </control> + </control> + <!-- Libellé date tvguide MP --> + <control> + <description>Libellé date tvguide MP</description> + <type>label</type> + <id>4</id> + <posX>350</posX> + <posY>260</posY> + <label>Date du guide télé de MediaPortal : </label> + <align>left</align> + <textcolor>White</textcolor> + </control> + <!-- Libellé date tvguide ZguideTV (caché par défaut) --> + <control> + <description>Libellé date tvguide ZguideTV</description> + <type>label</type> + <id>5</id> + <posX>350</posX> + <posY>290</posY> + <label>Date du guide télé de ZguideTV : </label> + <align>left</align> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- Libellé date de la sauvegarde (caché par défaut) --> + <control> + <description>Libellé date de la sauvegarde</description> + <type>label</type> + <id>10</id> + <posX>350</posX> + <posY>320</posY> + <label>Date de la dernière sauvegarde : </label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) --> + <control> + <description>Libellé date du guide télé dans la sauvegarde</description> + <type>label</type> + <id>11</id> + <posX>350</posX> + <posY>350</posY> + <label>Date du guide Télé dans la sauvegarde : </label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- date tvguide MediaPortal --> + <control> + <description>date tvguide MediaPortal</description> + <type>label</type> + <id>6</id> + <posX>850</posX> + <posY>260</posY> + <label>-</label> + <align>left</align> + <textcolor>White</textcolor> + </control> + <!-- date tvguide ZguideTV (caché par défaut) --> + <control> + <description>date tvguide ZguideTV</description> + <type>label</type> + <id>7</id> + <posX>850</posX> + <posY>290</posY> + <label>-</label> + <align>left</align> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- date de la sauvegarde (caché par défaut) --> + <control> + <description>date de la sauvegarde</description> + <type>label</type> + <id>12</id> + <posX>850</posX> + <posY>320</posY> + <label>-</label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- date du guide télé dans la sauvegarde (caché par défaut) --> + <control> + <description>date du guide télé dans la sauvegarde</description> + <type>label</type> + <id>13</id> + <posX>850</posX> + <posY>350</posY> + <label>-</label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- Libellé d'information --> + <control> + <description>Libellé d'information</description> + <type>label</type> + <id>8</id> + <posX>500</posX> + <posY>600</posY> + <label>-</label> + <align>left</align> + <textcolor>White</textcolor> + </control> + </controls> </window> \ No newline at end of file Modified: trunk/plugins/WebEPGfr/skin/Blue3wide/kazer.xml =================================================================== --- trunk/plugins/WebEPGfr/skin/Blue3wide/kazer.xml 2011-02-05 03:37:40 UTC (rev 4093) +++ trunk/plugins/WebEPGfr/skin/Blue3wide/kazer.xml 2011-02-05 09:36:53 UTC (rev 4094) @@ -1,243 +1,243 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<window> - <id>10124</id> - <defaultcontrol>2</defaultcontrol> - <allowoverlay>yes</allowoverlay> - <controls> - <!-- Description de l'écran --> - <control> - <description>BG</description> - <type>image</type> - <id>0</id> - <width>1280</width> - <height>720</height> - </control> - <!-- Description du logo du nom du plugin en haut à gauche --> - <control> - <type>image</type> - <id>0</id> - <posX>80</posX> - <posY>60</posY> - <texture flipY="true" diffuse="Thumb_Mask.png">kazer_logo.png</texture> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Libellé Guide Télé --> - <control> - <description>Libellé Guide Télé</description> - <type>label</type> - <id>0</id> - <posX>365</posX> - <posY>144</posY> - <label>Guide Télé</label> - <font>font16</font> - <align>right</align> - <textcolor>FFFFFFFF</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="250">WindowClose</animation> - </control> - <!-- Description du logo en bas à gauche --> - <control> - <type>image</type> - <id>0</id> - <posX>100</posX> - <posY>520</posY> - <width>300</width> - <height>200</height> - <texture>hover_kazer.png</texture> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Description de la date --> - <control> - <description>Date</description> - <type>label</type> - <id>0</id> - <posX>1150</posX> - <posY>80</posY> - <label>#date</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Description de l'heure --> - <control> - <description>Time</description> - <type>label</type> - <id>0</id> - <posX>1250</posX> - <posY>80</posY> - <label>#time</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!--**** menu ****--> - <control> - <type>group</type> - <description>group element</description> - <posX>70</posX> - <posY>260</posY> - <layout>StackLayout</layout> - <control> - <description>Guide Télé</description> - <type>button</type> - <id>99</id> - <label>Voir le Guide Télé</label> - <hyperlink>600</hyperlink> - <onleft>99</onleft> - <onright>99</onright> - <onup>99</onup> - <ondown>2</ondown> - </control> - <control> - <description>Download</description> - <type>button</type> - <id>2</id> - <label>Télécharger</label> - <onleft>2</onleft> - <onright>2</onright> - <onup>99</onup> - <ondown>3</ondown> - </control> - <control> - <description>Update</description> - <type>button</type> - <id>3</id> - <label>Mettre à jour</label> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - <onleft>3</onleft> - <onright>3</onright> - <onup>2</onup> - <ondown>9</ondown> - </control> - <control> - <description>Restaurer</description> - <type>button</type> - <id>9</id> - <label>Restaurer</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - <onleft>9</onleft> - <onright>9</onright> - <onup>3</onup> - <ondown>99</ondown> - </control> - </control> - <!-- Libellé date tvguide MP --> - <control> - <description>Libellé date tvguide MP</description> - <type>label</type> - <id>4</id> - <posX>350</posX> - <posY>260</posY> - <label>Date du guide télé de MediaPortal : </label> - <align>left</align> - <textcolor>White</textcolor> - </control> - <!-- Libellé date tvguide kazer (caché par défaut) --> - <control> - <description>Libellé date tvguide kazer</description> - <type>label</type> - <id>5</id> - <posX>350</posX> - <posY>290</posY> - <label>Date du guide télé de kazer : </label> - <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- Libellé date de la sauvegarde (caché par défaut) --> - <control> - <description>Libellé date de la sauvegarde</description> - <type>label</type> - <id>10</id> - <posX>350</posX> - <posY>320</posY> - <label>Date de la dernière sauvegarde : </label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) --> - <control> - <description>Libellé date du guide télé dans la sauvegarde</description> - <type>label</type> - <id>11</id> - <posX>350</posX> - <posY>350</posY> - <label>Date du guide Télé dans la sauvegarde : </label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- date tvguide MediaPortal --> - <control> - <description>date tvguide MediaPortal</description> - <type>label</type> - <id>6</id> - <posX>850</posX> - <posY>260</posY> - <label>-</label> - <align>left</align> - <textcolor>White</textcolor> - </control> - <!-- date tvguide kazer (caché par défaut) --> - <control> - <description>date tvguide kazer</description> - <type>label</type> - <id>7</id> - <posX>850</posX> - <posY>290</posY> - <label>-</label> - <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- date de la sauvegarde (caché par défaut) --> - <control> - <description>date de la sauvegarde</description> - <type>label</type> - <id>12</id> - <posX>850</posX> - <posY>320</posY> - <label>-</label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- date du guide télé dans la sauvegarde (caché par défaut) --> - <control> - <description>date du guide télé dans la sauvegarde</description> - <type>label</type> - <id>13</id> - <posX>850</posX> - <posY>350</posY> - <label>-</label> - <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - </control> - <!-- Libellé d'information --> - <control> - <description>Libellé d'information</description> - <type>label</type> - <id>8</id> - <posX>500</posX> - <posY>600</posY> - <label>-</label> - <align>left</align> - <textcolor>White</textcolor> - </control> - </controls> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <id>10124</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <controls> + <!-- Description de l'écran --> + <control> + <description>BG</description> + <type>image</type> + <id>0</id> + <width>1280</width> + <height>720</height> + </control> + <!-- Description du logo du nom du plugin en haut à gauche --> + <control> + <type>image</type> + <id>0</id> + <posX>80</posX> + <posY>60</posY> + <texture flipY="true" diffuse="Thumb_Mask.png">kazer_logo.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!-- Libellé Guide Télé --> + <control> + <description>Libellé Guide Télé</description> + <type>label</type> + <id>0</id> + <posX>365</posX> + <posY>144</posY> + <label>Guide Télé</label> + <font>font16</font> + <align>right</align> + <textcolor>FFFFFFFF</textcolor> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </control> + <!-- Description du logo en bas à gauche --> + <control> + <type>image</type> + <id>0</id> + <posX>100</posX> + <posY>520</posY> + <width>300</width> + <height>200</height> + <texture>hover_kazer.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!-- Description de la date --> + <control> + <description>Date</description> + <type>label</type> + <id>0</id> + <posX>1250</posX> + <posY>20</posY> + <label>#date</label> + <align>right</align> + <font>font14</font> + <textcolor>ffa9d0f7</textcolor> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!-- Description de l'heure --> + <control> + <description>Time</description> + <type>label</type> + <id>0</id> + <posX>1250</posX> + <posY>50</posY> + <label>#time</label> + <align>right</align> + <font>font14</font> + <textcolor>ffa9d0f7</textcolor> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <!--**** menu ****--> + <control> + <type>group</type> + <description>group element</description> + <posX>70</posX> + <posY>260</posY> + <layout>StackLayout</layout> + <control> + <description>Guide Télé</description> + <type>button</type> + <id>99</id> + <label>Voir le Guide Télé</label> + <hyperlink>600</hyperlink> + <onleft>99</onleft> + <onright>99</onright> + <onup>99</onup> + <ondown>2</ondown> + </control> + <control> + <description>Download</description> + <type>button</type> + <id>2</id> + <label>Télécharger</label> + <onleft>2</onleft> + <onright>2</onright> + <onup>99</onup> + <ondown>3</ondown> + </control> + <control> + <description>Update</description> + <type>button</type> + <id>3</id> + <label>Mettre à jour</label> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + <onleft>3</onleft> + <onright>3</onright> + <onup>2</onup> + <ondown>9</ondown> + </control> + <control> + <description>Restaurer</description> + <type>button</type> + <id>9</id> + <label>Restaurer</label> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + <onleft>9</onleft> + <onright>9</onright> + <onup>3</onup> + <ondown>99</ondown> + </control> + </control> + <!-- Libellé date tvguide MP --> + <control> + <description>Libellé date tvguide MP</description> + <type>label</type> + <id>4</id> + <posX>350</posX> + <posY>260</posY> + <label>Date du guide télé de MediaPortal : </label> + <align>left</align> + <textcolor>White</textcolor> + </control> + <!-- Libellé date tvguide kazer (caché par défaut) --> + <control> + <description>Libellé date tvguide kazer</description> + <type>label</type> + <id>5</id> + <posX>350</posX> + <posY>290</posY> + <label>Date du guide télé de kazer : </label> + <align>left</align> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- Libellé date de la sauvegarde (caché par défaut) --> + <control> + <description>Libellé date de la sauvegarde</description> + <type>label</type> + <id>10</id> + <posX>350</posX> + <posY>320</posY> + <label>Date de la dernière sauvegarde : </label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) --> + <control> + <description>Libellé date du guide télé dans la sauvegarde</description> + <type>label</type> + <id>11</id> + <posX>350</posX> + <posY>350</posY> + <label>Date du guide Télé dans la sauvegarde : </label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- date tvguide MediaPortal --> + <control> + <description>date tvguide MediaPortal</description> + <type>label</type> + <id>6</id> + <posX>850</posX> + <posY>260</posY> + <label>-</label> + <align>left</align> + <textcolor>White</textcolor> + </control> + <!-- date tvguide kazer (caché par défaut) --> + <control> + <description>date tvguide kazer</description> + <type>label</type> + <id>7</id> + <posX>850</posX> + <posY>290</posY> + <label>-</label> + <align>left</align> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- date de la sauvegarde (caché par défaut) --> + <control> + <description>date de la sauvegarde</description> + <type>label</type> + <id>12</id> + <posX>850</posX> + <posY>320</posY> + <label>-</label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- date du guide télé dans la sauvegarde (caché par défaut) --> + <control> + <description>date du guide télé dans la sauvegarde</description> + <type>label</type> + <id>13</id> + <posX>850</posX> + <posY>350</posY> + <label>-</label> + <align>left</align> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + </control> + <!-- Libellé d'information --> + <control> + <description>Libellé d'information</description> + <type>label</type> + <id>8</id> + <posX>500</posX> + <posY>600</posY> + <label>-</label> + <align>left</align> + <textcolor>White</textcolor> + </control> + </controls> </window> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |