Advertisement
Guest User

Hitcher

a guest
Aug 21st, 2010
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 39.22 KB | None | 0 0
  1. <window id="0">
  2.     <defaultcontrol always="true">8999</defaultcontrol>
  3.     <allowoverlay>no</allowoverlay>
  4.     <controls>
  5.         <control type="multiimage">
  6.             <posx>0</posx>
  7.             <posy>0</posy>
  8.             <width>1280</width>
  9.             <height>720</height>
  10.             <imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
  11.             <timeperimage>8000</timeperimage>
  12.             <randomize>true</randomize>
  13.             <fadetime>1000</fadetime>
  14.         </control>
  15.         <include>CommonMediaPlayingBackground</include>
  16.         <include condition="Skin.HasSetting(homepageHideRecentlyAdded)">HomeRecentlyAddedInfo</include>
  17.         <!-- weather Info -->
  18.         <control type="group">
  19.             <posx>520r</posx>
  20.             <posy>0</posy>
  21.             <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  22.             <animation effect="slide" start="0,0" end="550,0" delay="0" time="300">WindowClose</animation>
  23.             <animation effect="slide" start="550,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  24.             <visible>!Skin.HasSetting(homepageWeatherinfo) + Weather.IsFetched</visible>
  25.             <control type="image">
  26.                 <description>time background</description>
  27.                 <posx>0</posx>
  28.                 <posy>0</posy>
  29.                 <width>180</width>
  30.                 <height>35</height>
  31.                 <texture flipx="true" border="32,0,0,0">header.png</texture>
  32.             </control>
  33.             <control type="image">
  34.                 <description>Weather image</description>
  35.                 <posx>30</posx>
  36.                 <posy>1</posy>
  37.                 <width>25</width>
  38.                 <height>25</height>
  39.                 <aspectratio>keep</aspectratio>
  40.                 <texture>$INFO[Weather.Conditions]</texture>
  41.             </control>
  42.             <control type="label">
  43.                 <description>time label</description>
  44.                 <posx>60</posx>
  45.                 <posy>0</posy>
  46.                 <width>100</width>
  47.                 <height>28</height>
  48.                 <align>left</align>
  49.                 <aligny>center</aligny>
  50.                 <font>font12</font>
  51.                 <textcolor>white</textcolor>
  52.                 <shadowcolor>black</shadowcolor>
  53.                 <label>[B]$INFO[Weather.Temperature][/B]</label>
  54.             </control>
  55.         </control>
  56.         <!-- Music Info -->
  57.         <control type="group">
  58.             <posx>0</posx>
  59.             <posy>400r</posy>
  60.             <visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)</visible>
  61.             <include>VisibleFadeEffect</include>
  62.             <include>Window_OpenClose_Animation</include>
  63.             <animation effect="slide" end="0,30" time="0" condition="!system.getbool(lookandfeel.enablerssfeeds)">conditional</animation>
  64.             <control type="image">
  65.                 <posx>0</posx>
  66.                 <posy>150</posy>
  67.                 <width>1280</width>
  68.                 <height>250</height>
  69.                 <texture>HomeNowPlayingBack.png</texture>
  70.             </control>
  71.             <control type="image">
  72.                 <description>Cover image</description>
  73.                 <posx>200r</posx>
  74.                 <posy>60</posy>
  75.                 <width>180</width>
  76.                 <height>280</height>
  77.                 <aspectratio aligny="bottom">keep</aspectratio>
  78.                 <texture>$INFO[MusicPlayer.Cover]</texture>
  79.                 <bordertexture border="8">ThumbBorder.png</bordertexture>
  80.                 <bordersize>5</bordersize>
  81.             </control>
  82.             <control type="label">
  83.                 <description>NowPlaying label</description>
  84.                 <posx>210r</posx>
  85.                 <posy>210</posy>
  86.                 <height>30</height>
  87.                 <width>660</width>
  88.                 <label>$LOCALIZE[31040]</label>
  89.                 <align>right</align>
  90.                 <aligny>center</aligny>
  91.                 <font>font12_title</font>
  92.                 <textcolor>blue</textcolor>
  93.                 <shadowcolor>black</shadowcolor>
  94.             </control>
  95.             <control type="label">
  96.                 <description>Artist label</description>
  97.                 <posx>210r</posx>
  98.                 <posy>235</posy>
  99.                 <height>30</height>
  100.                 <width>660</width>
  101.                 <label>$INFO[MusicPlayer.Artist]</label>
  102.                 <align>right</align>
  103.                 <aligny>center</aligny>
  104.                 <font>font12_title</font>
  105.                 <textcolor>white</textcolor>
  106.                 <shadowcolor>black</shadowcolor>
  107.             </control>
  108.             <control type="label">
  109.                 <description>Album Label</description>
  110.                 <posx>210r</posx>
  111.                 <posy>260</posy>
  112.                 <height>30</height>
  113.                 <width>660</width>
  114.                 <label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  115.                 <align>right</align>
  116.                 <aligny>center</aligny>
  117.                 <font>font12</font>
  118.                 <textcolor>white</textcolor>
  119.                 <shadowcolor>black</shadowcolor>
  120.             </control>
  121.             <control type="label">
  122.                 <description>Title label</description>
  123.                 <posx>210r</posx>
  124.                 <posy>285</posy>
  125.                 <height>30</height>
  126.                 <width>660</width>
  127.                 <label>$INFO[MusicPlayer.Title]</label>
  128.                 <align>right</align>
  129.                 <aligny>center</aligny>
  130.                 <font>font13_title</font>
  131.                 <textcolor>white</textcolor>
  132.                 <shadowcolor>black</shadowcolor>
  133.             </control>
  134.             <control type="label">
  135.                 <description>Time Label</description>
  136.                 <posx>210r</posx>
  137.                 <posy>310</posy>
  138.                 <height>30</height>
  139.                 <width>325</width>
  140.                 <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  141.                 <align>right</align>
  142.                 <aligny>center</aligny>
  143.                 <font>font12</font>
  144.                 <textcolor>white</textcolor>
  145.                 <shadowcolor>black</shadowcolor>
  146.             </control>
  147.         </control>
  148.         <!-- Video Info -->
  149.         <control type="group">
  150.             <posx>0</posx>
  151.             <posy>400r</posy>
  152.             <visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo)</visible>
  153.             <include>VisibleFadeEffect</include>
  154.             <include>Window_OpenClose_Animation</include>
  155.             <animation effect="slide" end="0,30" time="0" condition="!system.getbool(lookandfeel.enablerssfeeds)">conditional</animation>
  156.             <control type="image">
  157.                 <posx>0</posx>
  158.                 <posy>150</posy>
  159.                 <width>1280</width>
  160.                 <height>250</height>
  161.                 <texture>HomeNowPlayingBack.png</texture>
  162.             </control>
  163.             <control type="group">
  164.                 <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes)</visible>
  165.                 <control type="image">
  166.                     <description>Cover image</description>
  167.                     <posx>200r</posx>
  168.                     <posy>160</posy>
  169.                     <width>180</width>
  170.                     <height>180</height>
  171.                     <aspectratio aligny="bottom">keep</aspectratio>
  172.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  173.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  174.                     <bordersize>5</bordersize>
  175.                 </control>
  176.                 <control type="label">
  177.                     <description>NowPlaying label</description>
  178.                     <posx>210r</posx>
  179.                     <posy>260</posy>
  180.                     <height>30</height>
  181.                     <width>660</width>
  182.                     <label>$LOCALIZE[31040]</label>
  183.                     <align>right</align>
  184.                     <aligny>center</aligny>
  185.                     <font>font12_title</font>
  186.                     <textcolor>blue</textcolor>
  187.                     <shadowcolor>black</shadowcolor>
  188.                 </control>
  189.                 <control type="label">
  190.                     <description>Title label</description>
  191.                     <posx>210r</posx>
  192.                     <posy>285</posy>
  193.                     <height>30</height>
  194.                     <width>660</width>
  195.                     <label>$INFO[VideoPlayer.Title]</label>
  196.                     <align>right</align>
  197.                     <aligny>center</aligny>
  198.                     <font>font13_title</font>
  199.                     <textcolor>white</textcolor>
  200.                     <shadowcolor>black</shadowcolor>
  201.                 </control>
  202.                 <control type="label">
  203.                     <description>Time Label</description>
  204.                     <posx>210r</posx>
  205.                     <posy>310</posy>
  206.                     <height>30</height>
  207.                     <width>325</width>
  208.                     <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  209.                     <align>right</align>
  210.                     <aligny>center</aligny>
  211.                     <font>font12</font>
  212.                     <textcolor>white</textcolor>
  213.                     <shadowcolor>black</shadowcolor>
  214.                 </control>
  215.             </control>
  216.             <control type="group">
  217.                 <visible>VideoPlayer.Content(Movies)</visible>
  218.                 <control type="image">
  219.                     <description>Cover image</description>
  220.                     <posx>200r</posx>
  221.                     <posy>0</posy>
  222.                     <width>180</width>
  223.                     <height>340</height>
  224.                     <aspectratio aligny="bottom">keep</aspectratio>
  225.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  226.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  227.                     <bordersize>5</bordersize>
  228.                 </control>
  229.                 <control type="label">
  230.                     <description>NowPlaying label</description>
  231.                     <posx>210r</posx>
  232.                     <posy>210</posy>
  233.                     <height>30</height>
  234.                     <width>660</width>
  235.                     <label>$LOCALIZE[31040]</label>
  236.                     <align>right</align>
  237.                     <aligny>center</aligny>
  238.                     <font>font12_title</font>
  239.                     <textcolor>blue</textcolor>
  240.                     <shadowcolor>black</shadowcolor>
  241.                 </control>
  242.                 <control type="label">
  243.                     <description>Studio label</description>
  244.                     <posx>210r</posx>
  245.                     <posy>235</posy>
  246.                     <height>30</height>
  247.                     <width>660</width>
  248.                     <label>$INFO[VideoPlayer.Studio]</label>
  249.                     <align>right</align>
  250.                     <aligny>center</aligny>
  251.                     <font>font12_title</font>
  252.                     <textcolor>white</textcolor>
  253.                     <shadowcolor>black</shadowcolor>
  254.                 </control>
  255.                 <control type="label">
  256.                     <description>Genre Label</description>
  257.                     <posx>210r</posx>
  258.                     <posy>260</posy>
  259.                     <height>30</height>
  260.                     <width>660</width>
  261.                     <label>$INFO[VideoPlayer.Genre]</label>
  262.                     <align>right</align>
  263.                     <aligny>center</aligny>
  264.                     <font>font12</font>
  265.                     <textcolor>white</textcolor>
  266.                     <shadowcolor>black</shadowcolor>
  267.                 </control>
  268.                 <control type="label">
  269.                     <description>Title label</description>
  270.                     <posx>210r</posx>
  271.                     <posy>285</posy>
  272.                     <height>30</height>
  273.                     <width>660</width>
  274.                     <label>$INFO[VideoPlayer.Title]$INFO[VideoPlayer.Year,[COLOR=grey] (,)[/COLOR]]</label>
  275.                     <align>right</align>
  276.                     <aligny>center</aligny>
  277.                     <font>font13_title</font>
  278.                     <textcolor>white</textcolor>
  279.                     <shadowcolor>black</shadowcolor>
  280.                 </control>
  281.                 <control type="label">
  282.                     <description>Time Label</description>
  283.                     <posx>210r</posx>
  284.                     <posy>310</posy>
  285.                     <height>30</height>
  286.                     <width>325</width>
  287.                     <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  288.                     <align>right</align>
  289.                     <aligny>center</aligny>
  290.                     <font>font12</font>
  291.                     <textcolor>white</textcolor>
  292.                     <shadowcolor>black</shadowcolor>
  293.                 </control>
  294.             </control>
  295.             <control type="group">
  296.                 <visible>VideoPlayer.Content(Episodes)</visible>
  297.                 <control type="image">
  298.                     <description>Cover image</description>
  299.                     <posx>250r</posx>
  300.                     <posy>0</posy>
  301.                     <width>230</width>
  302.                     <height>340</height>
  303.                     <aspectratio aligny="bottom">keep</aspectratio>
  304.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  305.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  306.                     <bordersize>5</bordersize>
  307.                 </control>
  308.                 <control type="label">
  309.                     <description>NowPlaying label</description>
  310.                     <posx>260r</posx>
  311.                     <posy>210</posy>
  312.                     <height>30</height>
  313.                     <width>610</width>
  314.                     <label>$LOCALIZE[31040]</label>
  315.                     <align>right</align>
  316.                     <aligny>center</aligny>
  317.                     <font>font12_title</font>
  318.                     <textcolor>blue</textcolor>
  319.                     <shadowcolor>black</shadowcolor>
  320.                 </control>
  321.                 <control type="label">
  322.                     <description>TV Show label</description>
  323.                     <posx>260r</posx>
  324.                     <posy>235</posy>
  325.                     <height>30</height>
  326.                     <width>610</width>
  327.                     <label>$INFO[VideoPlayer.TVShowTitle]</label>
  328.                     <align>right</align>
  329.                     <aligny>center</aligny>
  330.                     <font>font12_title</font>
  331.                     <textcolor>white</textcolor>
  332.                     <shadowcolor>black</shadowcolor>
  333.                 </control>
  334.                 <control type="label">
  335.                     <description>Season Ep Label</description>
  336.                     <posx>260r</posx>
  337.                     <posy>260</posy>
  338.                     <height>30</height>
  339.                     <width>610</width>
  340.                     <label>$LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode]</label>
  341.                     <align>right</align>
  342.                     <aligny>center</aligny>
  343.                     <font>font12</font>
  344.                     <textcolor>white</textcolor>
  345.                     <shadowcolor>black</shadowcolor>
  346.                 </control>
  347.                 <control type="label">
  348.                     <description>Title label</description>
  349.                     <posx>260r</posx>
  350.                     <posy>285</posy>
  351.                     <height>30</height>
  352.                     <width>610</width>
  353.                     <label>$INFO[VideoPlayer.Title]</label>
  354.                     <align>right</align>
  355.                     <aligny>center</aligny>
  356.                     <font>font13_title</font>
  357.                     <textcolor>white</textcolor>
  358.                     <shadowcolor>black</shadowcolor>
  359.                 </control>
  360.                 <control type="label">
  361.                     <description>Time Label</description>
  362.                     <posx>260r</posx>
  363.                     <posy>310</posy>
  364.                     <height>30</height>
  365.                     <width>325</width>
  366.                     <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  367.                     <align>right</align>
  368.                     <aligny>center</aligny>
  369.                     <font>font12</font>
  370.                     <textcolor>white</textcolor>
  371.                     <shadowcolor>black</shadowcolor>
  372.                 </control>
  373.             </control>
  374.         </control>
  375.         <control type="group">
  376.             <animation effect="slide" end="-400,0" time="500" tween="quadratic" easing="out">WindowClose</animation>
  377.             <animation effect="slide" start="-400,0" time="500" tween="quadratic" easing="out">WindowOpen</animation>
  378.             <control type="group">
  379.                 <animation effect="slide" end="-228,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
  380.                 <control type="image">
  381.                     <posx>379</posx>
  382.                     <posy>0</posy>
  383.                     <width>1</width>
  384.                     <height>720</height>
  385.                     <texture>HomeBladeSub_Part1.png</texture>
  386.                     <animation effect="zoom" start="379,0,1,720" end="379,0,229,720" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus">Conditional</animation>
  387.                 </control>
  388.                 <control type="image">
  389.                     <posx>380</posx>
  390.                     <posy>0</posy>
  391.                     <width>12</width>
  392.                     <height>720</height>
  393.                     <texture>HomeBladeSub_Part2.png</texture>
  394.                     <animation effect="slide" end="228,0" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus">Conditional</animation>
  395.                 </control>
  396.             </control>
  397.             <control type="group" id="9001">
  398.                 <posx>170</posx>
  399.                 <posy>240</posy>
  400.                 <animation effect="fade" start="100" end="0" time="0" condition="!ControlGroup(9001).HasFocus">conditional</animation>
  401.                 <animation effect="fade" start="0" end="100" delay="300" time="200" condition="ControlGroup(9001).HasFocus">conditional</animation>
  402.                 <animation effect="fade" start="100" end="0" time="0" condition="ControlGroup(9001).HasFocus">WindowClose</animation>
  403.                 <animation effect="slide" end="210,0" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus">conditional</animation>
  404.                 <animation effect="slide" end="0,-204" time="300" condition="Container(9000).Row(1)">conditional</animation>
  405.                 <animation effect="slide" end="0,-102" time="300" condition="Container(9000).Row(2)">conditional</animation>
  406.                 <animation effect="slide" end="0,102" time="300" condition="Container(9000).Row(4)">conditional</animation>
  407.                 <animation effect="slide" end="0,204" time="300" condition="Container(9000).Row(5)">conditional</animation>
  408.                 <control type="grouplist" id="9010">
  409.                     <posx>10</posx>
  410.                     <posy>0</posy>
  411.                     <width>240</width>
  412.                     <height>240</height>
  413.                     <align>center</align>
  414.                     <onleft>9000</onleft>
  415.                     <onright>Control.SetFocus(8000,0)</onright>
  416.                     <onup>9010</onup>
  417.                     <ondown>9010</ondown>
  418.                     <itemgap>0</itemgap>
  419.                     <visible>Container(9000).HasFocus(2)</visible>
  420.                     <control type="button" id="90101">
  421.                         <include>ButtonHomeSubCommonValues</include>
  422.                         <label>342</label>
  423.                         <onclick>ActivateWindow(VideoLibrary,MovieTitles,return)</onclick>
  424.                         <visible>Library.HasContent(Movies)</visible>
  425.                     </control>
  426.                     <control type="button" id="90102">
  427.                         <include>ButtonHomeSubCommonValues</include>
  428.                         <label>20343</label>
  429.                         <onclick>ActivateWindow(VideoLibrary,TvShowTitles,return)</onclick>
  430.                         <visible>Library.HasContent(TVShows)</visible>
  431.                     </control>
  432.                     <control type="button" id="90103">
  433.                         <include>ButtonHomeSubCommonValues</include>
  434.                         <label>20389</label>
  435.                         <onclick>ActivateWindow(VideoLibrary,MusicVideoTitles,return)</onclick>
  436.                         <visible>Library.HasContent(MusicVideos)</visible>
  437.                     </control>
  438.                     <control type="button" id="90104">
  439.                         <include>ButtonHomeSubCommonValues</include>
  440.                         <label>744</label>
  441.                         <onclick>ActivateWindow(VideoFiles)</onclick>
  442.                     </control>
  443.                     <control type="button" id="90105">
  444.                         <include>ButtonHomeSubCommonValues</include>
  445.                         <label>14022</label>
  446.                         <onclick>ActivateWindow(VideoLibrary)</onclick>
  447.                         <visible>Library.HasContent(Video)</visible>
  448.                     </control>
  449.                     <control type="button" id="90106">
  450.                         <include>ButtonHomeSubCommonValues</include>
  451.                         <label>24001</label>
  452.                         <onclick>ActivateWindow(VideoLibrary,Addons,return)</onclick>
  453.                         <visible>Library.HasContent(Video)</visible>
  454.                     </control>
  455.                     <control type="button" id="90107">
  456.                         <include>ButtonHomeSubCommonValues</include>
  457.                         <label>24001</label>
  458.                         <onclick>ActivateWindow(VideoFiles,Addons,return)</onclick>
  459.                         <visible>!Library.HasContent(Video)</visible>
  460.                     </control>
  461.                 </control>
  462.                 <control type="grouplist" id="9011">
  463.                     <posx>10</posx>
  464.                     <posy>0</posy>
  465.                     <width>240</width>
  466.                     <height>240</height>
  467.                     <align>center</align>
  468.                     <onleft>9000</onleft>
  469.                     <onright>9001</onright>
  470.                     <onup>9011</onup>
  471.                     <ondown>9011</ondown>
  472.                     <itemgap>0</itemgap>
  473.                     <visible>Container(9000).HasFocus(3)</visible>
  474.                     <control type="button" id="90111">
  475.                         <include>ButtonHomeSubCommonValues</include>
  476.                         <label>133</label>
  477.                         <onclick>ActivateWindow(MusicLibrary,Artists,return)</onclick>
  478.                         <visible>Library.HasContent(Music)</visible>
  479.                     </control>
  480.                     <control type="button" id="90112">
  481.                         <include>ButtonHomeSubCommonValues</include>
  482.                         <label>132</label>
  483.                         <onclick>ActivateWindow(MusicLibrary,Albums,return)</onclick>
  484.                         <visible>Library.HasContent(Music)</visible>
  485.                     </control>
  486.                     <control type="button" id="90113">
  487.                         <include>ButtonHomeSubCommonValues</include>
  488.                         <label>134</label>
  489.                         <onclick>ActivateWindow(MusicLibrary,Songs,return)</onclick>
  490.                         <visible>Library.HasContent(Music)</visible>
  491.                     </control>
  492.                     <control type="button" id="90114">
  493.                         <include>ButtonHomeSubCommonValues</include>
  494.                         <label>744</label>
  495.                         <onclick>ActivateWindow(MusicFiles)</onclick>
  496.                     </control>
  497.                     <control type="button" id="90115">
  498.                         <include>ButtonHomeSubCommonValues</include>
  499.                         <label>14022</label>
  500.                         <onclick>ActivateWindow(MusicLibrary)</onclick>
  501.                         <visible>Library.HasContent(Music)</visible>
  502.                     </control>
  503.                     <control type="button" id="90116">
  504.                         <include>ButtonHomeSubCommonValues</include>
  505.                         <label>24001</label>
  506.                         <onclick>ActivateWindow(MusicLibrary,Addons,return)</onclick>
  507.                         <visible>Library.HasContent(Music)</visible>
  508.                     </control>
  509.                     <control type="button" id="90117">
  510.                         <include>ButtonHomeSubCommonValues</include>
  511.                         <label>24001</label>
  512.                         <onclick>ActivateWindow(MusicFiles,Addons,return)</onclick>
  513.                         <visible>!Library.HasContent(Music)</visible>
  514.                     </control>
  515.                 </control>
  516.                 <control type="grouplist" id="9014">
  517.                     <posx>10</posx>
  518.                     <posy>0</posy>
  519.                     <width>240</width>
  520.                     <height>240</height>
  521.                     <align>center</align>
  522.                     <onleft>9000</onleft>
  523.                     <onright>9001</onright>
  524.                     <onup>9014</onup>
  525.                     <ondown>9014</ondown>
  526.                     <itemgap>0</itemgap>
  527.                     <visible>Container(9000).HasFocus(5)</visible>
  528.                     <control type="button" id="90141">
  529.                         <include>ButtonHomeSubCommonValues</include>
  530.                         <label>5</label>
  531.                         <onclick>ActivateWindow(Settings)</onclick>
  532.                     </control>
  533.                     <control type="button" id="90146">
  534.                         <include>ButtonHomeSubCommonValues</include>
  535.                         <label>24001</label>
  536.                         <onclick>ActivateWindow(AddonBrowser)</onclick>
  537.                     </control>
  538.                     <control type="button" id="90142">
  539.                         <include>ButtonHomeSubCommonValues</include>
  540.                         <label>7</label>
  541.                         <onclick>ActivateWindow(FileManager)</onclick>
  542.                     </control>
  543.                     <control type="button" id="90143">
  544.                         <include>ButtonHomeSubCommonValues</include>
  545.                         <label>13200</label>
  546.                         <onclick>ActivateWindow(Profiles)</onclick>
  547.                     </control>
  548.                     <control type="button" id="90144">
  549.                         <include>ButtonHomeSubCommonValues</include>
  550.                         <label>130</label>
  551.                         <onclick>ActivateWindow(SystemInfo)</onclick>
  552.                     </control>
  553.                     <control type="button" id="90145">
  554.                         <include>ButtonHomeSubCommonValues</include>
  555.                         <label>Credits</label>
  556.                         <onclick>ActivateWindow(Credits)</onclick>
  557.                         <visible>False</visible>
  558.                     </control>
  559.                 </control>
  560.                 <control type="grouplist" id="9015">
  561.                     <posx>10</posx>
  562.                     <posy>0</posy>
  563.                     <width>240</width>
  564.                     <height>240</height>
  565.                     <align>center</align>
  566.                     <onleft>9000</onleft>
  567.                     <onright>9001</onright>
  568.                     <onup>9015</onup>
  569.                     <ondown>9015</ondown>
  570.                     <itemgap>0</itemgap>
  571.                     <visible>Container(9000).HasFocus(1) + [[Skin.HasSetting(HomeScriptButton1) + !IsEmpty(Skin.String(HomeScriptButton1_label))] | [Skin.HasSetting(HomeScriptButton2) + !IsEmpty(Skin.String(HomeScriptButton2_label))] | [Skin.HasSetting(HomeScriptButton3) + !IsEmpty(Skin.String(HomeScriptButton3_label))] | [Skin.HasSetting(HomeScriptButton4) + !IsEmpty(Skin.String(HomeScriptButton4_label))] | [Skin.HasSetting(HomeScriptButton5) + !IsEmpty(Skin.String(HomeScriptButton5_label))] | [Skin.HasSetting(HomeScriptButton6) + !IsEmpty(Skin.String(HomeScriptButton6_label))]]</visible>
  572.                     <control type="button" id="90151">
  573.                         <description>Button1</description>
  574.                         <include>ButtonHomeSubCommonValues</include>
  575.                         <label>$INFO[Skin.String(HomeScriptButton1_label)]</label>
  576.                         <onclick>Setfocus(9000)</onclick>
  577.                         <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton1_Path)])</onclick>
  578.                         <visible>Skin.HasSetting(HomeScriptButton1) + !IsEmpty(Skin.String(HomeScriptButton1_label))</visible>
  579.                     </control>
  580.                     <control type="button" id="90152">
  581.                         <description>Button2</description>
  582.                         <include>ButtonHomeSubCommonValues</include>
  583.                         <label>$INFO[Skin.String(HomeScriptButton2_label)]</label>
  584.                         <onclick>Setfocus(9000)</onclick>
  585.                         <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton2_Path)])</onclick>
  586.                         <visible>Skin.HasSetting(HomeScriptButton2) + !IsEmpty(Skin.String(HomeScriptButton2_label))</visible>
  587.                     </control>
  588.                     <control type="button" id="90153">
  589.                         <description>Button3</description>
  590.                         <include>ButtonHomeSubCommonValues</include>
  591.                         <label>$INFO[Skin.String(HomeScriptButton3_label)]</label>
  592.                         <onclick>Setfocus(9000)</onclick>
  593.                         <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton3_Path)])</onclick>
  594.                         <visible>Skin.HasSetting(HomeScriptButton3) + !IsEmpty(Skin.String(HomeScriptButton3_label))</visible>
  595.                     </control>
  596.                     <control type="button" id="90154">
  597.                         <description>Button4</description>
  598.                         <include>ButtonHomeSubCommonValues</include>
  599.                         <label>$INFO[Skin.String(HomeScriptButton4_label)]</label>
  600.                         <onclick>Setfocus(9000)</onclick>
  601.                         <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton4_Path)])</onclick>
  602.                         <visible>Skin.HasSetting(HomeScriptButton4) + !IsEmpty(Skin.String(HomeScriptButton4_label))</visible>
  603.                     </control>
  604.                     <control type="button" id="90155">
  605.                         <description>Button5</description>
  606.                         <include>ButtonHomeSubCommonValues</include>
  607.                         <label>$INFO[Skin.String(HomeScriptButton5_label)]</label>
  608.                         <onclick>Setfocus(9000)</onclick>
  609.                         <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton5_Path)])</onclick>
  610.                         <visible>Skin.HasSetting(HomeScriptButton5) + !IsEmpty(Skin.String(HomeScriptButton5_label))</visible>
  611.                     </control>
  612.                     <control type="button" id="90156">
  613.                         <description>Button6</description>
  614.                         <include>ButtonHomeSubCommonValues</include>
  615.                         <label>$INFO[Skin.String(HomeScriptButton6_label)]</label>
  616.                         <onclick>Setfocus(9000)</onclick>
  617.                         <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton6_Path)])</onclick>
  618.                         <visible>Skin.HasSetting(HomeScriptButton6) + !IsEmpty(Skin.String(HomeScriptButton6_label))</visible>
  619.                     </control>
  620.                 </control>
  621.                 <control type="grouplist" id="9016">
  622.                     <posx>10</posx>
  623.                     <posy>0</posy>
  624.                     <width>240</width>
  625.                     <height>240</height>
  626.                     <align>center</align>
  627.                     <onleft>9000</onleft>
  628.                     <onright>Control.SetFocus(8000,0)</onright>
  629.                     <onup>9016</onup>
  630.                     <ondown>9016</ondown>
  631.                     <itemgap>0</itemgap>
  632.                     <visible>Container(9000).HasFocus(10)</visible>
  633.                     <control type="button" id="90161">
  634.                         <include>ButtonHomeSubCommonValues</include>
  635.                         <label>369</label>
  636.                         <onclick>ActivateWindow(VideoLibrary,MovieTitles,return)</onclick>
  637.                     </control>
  638.                     <control type="button" id="90162">
  639.                         <include>ButtonHomeSubCommonValues</include>
  640.                         <label>135</label>
  641.                         <onclick>ActivateWindow(VideoLibrary,MovieGenres,return)</onclick>
  642.                     </control>
  643.                     <control type="button" id="90163">
  644.                         <include>ButtonHomeSubCommonValues</include>
  645.                         <label>652</label>
  646.                         <onclick>ActivateWindow(VideoLibrary,MovieYears,return)</onclick>
  647.                     </control>
  648.                     <control type="button" id="90164">
  649.                         <include>ButtonHomeSubCommonValues</include>
  650.                         <label>344</label>
  651.                         <onclick>ActivateWindow(VideoLibrary,MovieActors,return)</onclick>
  652.                     </control>
  653.                     <control type="button" id="90165">
  654.                         <include>ButtonHomeSubCommonValues</include>
  655.                         <label>20348</label>
  656.                         <onclick>ActivateWindow(VideoLibrary,MovieDirectors,return)</onclick>
  657.                     </control>
  658.                     <control type="button" id="90166">
  659.                         <include>ButtonHomeSubCommonValues</include>
  660.                         <label>31328</label>
  661.                         <onclick>ActivateWindow(VideoLibrary,RecentlyAddedMovies,return)</onclick>
  662.                     </control>
  663.                 </control>
  664.                 <control type="grouplist" id="9017">
  665.                     <posx>10</posx>
  666.                     <posy>0</posy>
  667.                     <width>240</width>
  668.                     <height>240</height>
  669.                     <align>center</align>
  670.                     <onleft>9000</onleft>
  671.                     <onright>Control.SetFocus(8001,0)</onright>
  672.                     <onup>9017</onup>
  673.                     <ondown>9017</ondown>
  674.                     <itemgap>0</itemgap>
  675.                     <visible>Container(9000).HasFocus(11)</visible>
  676.                     <control type="button" id="90171">
  677.                         <include>ButtonHomeSubCommonValues</include>
  678.                         <label>369</label>
  679.                         <onclick>ActivateWindow(VideoLibrary,TVShowTitles,return)</onclick>
  680.                     </control>
  681.                     <control type="button" id="90172">
  682.                         <include>ButtonHomeSubCommonValues</include>
  683.                         <label>135</label>
  684.                         <onclick>ActivateWindow(VideoLibrary,TVShowGenres,return)</onclick>
  685.                     </control>
  686.                     <control type="button" id="90173">
  687.                         <include>ButtonHomeSubCommonValues</include>
  688.                         <label>652</label>
  689.                         <onclick>ActivateWindow(VideoLibrary,TVShowYears,return)</onclick>
  690.                     </control>
  691.                     <control type="button" id="90174">
  692.                         <include>ButtonHomeSubCommonValues</include>
  693.                         <label>344</label>
  694.                         <onclick>ActivateWindow(VideoLibrary,TVShowActors,return)</onclick>
  695.                     </control>
  696.                     <control type="button" id="90175">
  697.                         <include>ButtonHomeSubCommonValues</include>
  698.                         <label>31328</label>
  699.                         <onclick>ActivateWindow(VideoLibrary,RecentlyAddedEpisodes,return)</onclick>
  700.                     </control>
  701.                 </control>
  702.             </control>
  703.             <control type="image">
  704.                 <posx>-450</posx>
  705.                 <posy>0</posy>
  706.                 <width>846</width>
  707.                 <height>720</height>
  708.                 <colordiffuse>DAFFFFFF</colordiffuse>
  709.                 <texture>HomeBlade_bottom.png</texture>
  710.             </control>
  711.             <control type="button" id="8999">
  712.                 <description>Run Recently added</description>
  713.                 <posx>-20</posx>
  714.                 <posy>-20</posy>
  715.                 <width>1</width>
  716.                 <height>1</height>
  717.                 <label>-</label>
  718.                 <font>-</font>
  719.                 <onfocus>XBMC.RunScript(script.recentlyadded,limit=4)</onfocus>
  720.                 <onfocus>SetFocus(9000)</onfocus>
  721.                 <texturenofocus>-</texturenofocus>
  722.                 <texturefocus>-</texturefocus>
  723.                 <visible>Skin.HasSetting(homepageHideRecentlyAdded)</visible>
  724.             </control>
  725.             <control type="button" id="8999">
  726.                 <description>Don't run Recently added</description>
  727.                 <posx>-20</posx>
  728.                 <posy>-20</posy>
  729.                 <width>1</width>
  730.                 <height>1</height>
  731.                 <label>-</label>
  732.                 <font>-</font>
  733.                 <onfocus>SetFocus(9000)</onfocus>
  734.                 <texturenofocus>-</texturenofocus>
  735.                 <texturefocus>-</texturefocus>
  736.                 <visible>!Skin.HasSetting(homepageHideRecentlyAdded)</visible>
  737.             </control>
  738.             <control type="fixedlist" id="9000">
  739.                 <hitrect x="50" y="50" w="330" h="620" />
  740.                 <posx>-20</posx>
  741.                 <posy>0</posy>
  742.                 <width>400</width>
  743.                 <height>720</height>
  744.                 <onleft>10</onleft>
  745.                 <onright>9001</onright>
  746.                 <onup>9000</onup>
  747.                 <ondown>9000</ondown>
  748.                 <pagecontrol>-</pagecontrol>
  749.                 <scrolltime>300</scrolltime>
  750.                 <focusposition>3</focusposition>
  751.                 <movement>2</movement>
  752.                 <animation effect="fade" start="0" end="100" time="200">Visible</animation>
  753.                 <animation effect="fade" start="100" end="30" time="200" condition="Window.IsVisible(1113) | ControlGroup(9001).HasFocus | ControlGroup(10).HasFocus | Control.HasFocus(8000) | Control.HasFocus(8001)">conditional</animation>
  754.                 <itemlayout height="102" width="380">
  755.                     <control type="label">
  756.                         <posx>380</posx>
  757.                         <posy>21</posy>
  758.                         <width>380</width>
  759.                         <height>40</height>
  760.                         <font>font50caps_title</font>
  761.                         <textcolor>grey3</textcolor>
  762.                         <align>right</align>
  763.                         <aligny>center</aligny>
  764.                         <label>$INFO[ListItem.Label]</label>
  765.                         <animation effect="zoom" start="65" end="65" center="380,51" time="0" condition="true">Conditional</animation>
  766.                         <animation effect="fade" start="100" end="30" time="200" condition="Window.IsVisible(1113) | ControlGroup(9001).HasFocus | ControlGroup(10).HasFocus">conditional</animation>
  767.                     </control>
  768.                     <control type="multiimage">
  769.                         <posx>0</posx>
  770.                         <posy>0</posy>
  771.                         <width>160</width>
  772.                         <height>90</height>
  773.                         <imagepath background="true">$INFO[ListItem.Icon]</imagepath>
  774.                         <timeperimage>8000</timeperimage>
  775.                         <randomize>true</randomize>
  776.                         <fadetime>1000</fadetime>
  777.                         <animation effect="fade" start="0" end="100" time="200">Focus</animation>
  778.                         <animation effect="fade" start="100" end="0" time="0">UnFocus</animation>
  779.                     </control>
  780.                 </itemlayout>
  781.                 <focusedlayout height="102" width="380">
  782.                     <control type="label">
  783.                         <posx>380</posx>
  784.                         <posy>21</posy>
  785.                         <width>380</width>
  786.                         <height>40</height>
  787.                         <font>font50caps_title</font>
  788.                         <textcolor>white</textcolor>
  789.                         <align>right</align>
  790.                         <aligny>center</aligny>
  791.                         <animation effect="zoom" start="65" end="100" center="380,51" time="200">Focus</animation>
  792.                         <animation effect="zoom" start="100" end="65" center="380,51" time="200">UnFocus</animation>
  793.                         <label>$INFO[ListItem.Label]</label>
  794.                     </control>
  795.                     <control type="multiimage">
  796.                         <posx>0</posx>
  797.                         <posy>0</posy>
  798.                         <width>160</width>
  799.                         <height>90</height>
  800.                         <imagepath background="true">$INFO[ListItem.Icon]</imagepath>
  801.                         <timeperimage>8000</timeperimage>
  802.                         <randomize>true</randomize>
  803.                         <fadetime>1000</fadetime>
  804.                         <animation effect="fade" start="0" end="100" time="200">Focus</animation>
  805.                         <animation effect="fade" start="100" end="0" time="0">UnFocus</animation>
  806.                     </control>
  807.                 </focusedlayout>
  808.                 <content>
  809.                     <item id="6">
  810.                         <label>8</label>
  811.                         <onclick>ActivateWindow(Weather)</onclick>
  812.                         <icon fallback="special://skin/backgrounds/weather.jpg">$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</icon>
  813.                         <visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
  814.                         <visible>!Skin.HasSetting(ShowWeatherFanart) | IsEmpty(Skin.String(WeatherFanartDir))</visible>
  815.                     </item>
  816.                     <item id="6">
  817.                         <label>8</label>
  818.                         <onclick>ActivateWindow(Weather)</onclick>
  819.                         <icon fallback="special://skin/backgrounds/weather.jpg">$INFO[Skin.String(WeatherFanartDir)]$INFO[Weather.FanartCode]</icon>
  820.                         <visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
  821.                         <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
  822.                     </item>
  823.                     <item id="4">
  824.                         <label>1</label>
  825.                         <onclick>ActivateWindow(Pictures)</onclick>
  826.                         <icon fallback="special://skin/backgrounds/pictures.jpg">$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</icon>
  827.                         <visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
  828.                     </item>
  829.                     <item id="3">
  830.                         <label>2</label>
  831.                         <onclick>ActivateWindow(Music)</onclick>
  832.                         <icon fallback="special://skin/backgrounds/music.jpg">$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</icon>
  833.                         <visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>
  834.                     </item>
  835.                     <item id="2">
  836.                         <label>3</label>
  837.                         <onclick>ActivateWindow(Videos)</onclick>
  838.                         <icon fallback="special://skin/backgrounds/videos.jpg">$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</icon>
  839.                         <visible>!Skin.HasSetting(HomeMenuNoVideosButton) + ![Skin.HasSetting(HomeMenuNoMoviesButton) + Skin.HasSetting(HomeMenuNoTVShowsButton)]</visible>
  840.                     </item>
  841.                     <item id="2">
  842.                         <label>3</label>
  843.                         <onclick>ActivateWindow(VideoFiles)</onclick>
  844.                         <icon fallback="special://skin/backgrounds/videos.jpg">$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</icon>
  845.                         <visible>!Skin.HasSetting(HomeMenuNoVideosButton) + [Skin.HasSetting(HomeMenuNoMoviesButton) + Skin.HasSetting(HomeMenuNoTVShowsButton)]</visible>
  846.                     </item>
  847.                     <item id="10">
  848.                         <label>20342</label>
  849.                         <onclick>ActivateWindow(VideoLibrary,MovieTitles,return)</onclick>
  850.                         <icon fallback="special://skin/backgrounds/videos.jpg">$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</icon>
  851.                         <visible>Skin.HasSetting(HomeMenuNoMoviesButton) + Library.HasContent(Movies)</visible>
  852.                     </item>
  853.                     <item id="11">
  854.                         <label>20343</label>
  855.                         <onclick>ActivateWindow(VideoLibrary,TVShowTitles,return)</onclick>
  856.                         <icon fallback="special://skin/backgrounds/videos.jpg">$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</icon>
  857.                         <visible>Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
  858.                     </item>
  859.                     <item id="1">
  860.                         <label>0</label>
  861.                         <onclick>ActivateWindow(Programs,Addons,return)</onclick>
  862.                         <icon fallback="special://skin/backgrounds/programs.jpg">$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</icon>
  863.                         <visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
  864.                     </item>
  865.                     <item id="5">
  866.                         <label>13000</label>
  867.                         <onclick>ActivateWindow(Settings)</onclick>
  868.                         <icon fallback="special://skin/backgrounds/settings.jpg">$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</icon>
  869.                     </item>
  870.                 </content>
  871.             </control>
  872.             <control type="image">
  873.                 <posx>0</posx>
  874.                 <posy>-205</posy>
  875.                 <width>385</width>
  876.                 <height>1130</height>
  877.                 <texture>HomeBlade_middle.png</texture>
  878.                 <animation effect="slide" end="0,-204" time="300" condition="Container(9000).Row(1)">conditional</animation>
  879.                 <animation effect="slide" end="0,-102" time="300" condition="Container(9000).Row(2)">conditional</animation>
  880.                 <animation effect="slide" end="0,102" time="300" condition="Container(9000).Row(4)">conditional</animation>
  881.                 <animation effect="slide" end="0,204" time="300" condition="Container(9000).Row(5)">conditional</animation>
  882.             </control>
  883.             <control type="image">
  884.                 <posx>-450</posx>
  885.                 <posy>0</posy>
  886.                 <width>846</width>
  887.                 <height>720</height>
  888.                 <texture>HomeBlade_top.png</texture>
  889.             </control>
  890.             <control type="image">
  891.                 <description>LOGO</description>
  892.                 <posx>10</posx>
  893.                 <posy>10</posy>
  894.                 <width>140</width>
  895.                 <height>40</height>
  896.                 <texture>XBMC_Logo.png</texture>
  897.             </control>
  898.             <control type="image">
  899.                 <description>LOGO Mirror</description>
  900.                 <posx>10</posx>
  901.                 <posy>42</posy>
  902.                 <width>140</width>
  903.                 <height>40</height>
  904.                 <texture diffuse="diffuse_mirror.png" flipy="true">XBMC_Logo.png</texture>
  905.             </control>
  906.             <control type="image">
  907.                 <posx>0</posx>
  908.                 <posy>100r</posy>
  909.                 <width>256</width>
  910.                 <height>100</height>
  911.                 <texture>HomeButtonsBack.png</texture>
  912.             </control>
  913.             <control type="group" id="10">
  914.                 <posx>15</posx>
  915.                 <posy>55r</posy>
  916.                 <control type="button" id="20">
  917.                     <description>Power push button</description>
  918.                     <posx>90</posx>
  919.                     <posy>0</posy>
  920.                     <width>43</width>
  921.                     <height>43</height>
  922.                     <label>31003</label>
  923.                     <font>-</font>
  924.                     <aligny>-</aligny>
  925.                     <onclick>ActivateWindow(ShutdownMenu)</onclick>
  926.                     <texturefocus>home-power-FO.png</texturefocus>
  927.                     <texturenofocus>home-power.png</texturenofocus>
  928.                     <onleft>21</onleft>
  929.                     <onright>9000</onright>
  930.                     <onup>9000</onup>
  931.                     <ondown>9000</ondown>
  932.                 </control>
  933.                 <control type="button" id="21">
  934.                     <description>Favourites push button</description>
  935.                     <posx>45</posx>
  936.                     <posy>0</posy>
  937.                     <width>43</width>
  938.                     <height>43</height>
  939.                     <label>1036</label>
  940.                     <font>-</font>
  941.                     <aligny>-</aligny>
  942.                     <onclick>ActivateWindow(Favourites)</onclick>
  943.                     <texturefocus>home-favourites-FO.png</texturefocus>
  944.                     <texturenofocus>home-favourites.png</texturenofocus>
  945.                     <onleft>22</onleft>
  946.                     <onright>20</onright>
  947.                     <onup>9000</onup>
  948.                     <ondown>9000</ondown>
  949.                 </control>
  950.                 <control type="button" id="22">
  951.                     <description>Play Disc Media push button</description>
  952.                     <posx>0</posx>
  953.                     <posy>0</posy>
  954.                     <width>43</width>
  955.                     <height>43</height>
  956.                     <label>16004</label>
  957.                     <font>-</font>
  958.                     <aligny>-</aligny>
  959.                     <onclick>ActivateWindow(1113)</onclick>
  960.                     <texturefocus>home-playmedia-FO.png</texturefocus>
  961.                     <texturenofocus>home-playmedia.png</texturenofocus>
  962.                     <onleft>9000</onleft>
  963.                     <onright>21</onright>
  964.                     <onup>9000</onup>
  965.                     <ondown>9000</ondown>
  966.                 </control>
  967.             </control>
  968.         </control>
  969.         <control type="group">
  970.             <posx>420</posx>
  971.             <posy>35r</posy>
  972.             <animation effect="slide" end="0,35" time="300" tween="quadratic" easing="out">WindowClose</animation>
  973.             <animation effect="slide" start="0,35" time="300" tween="quadratic" easing="out">WindowOpen</animation>
  974.             <control type="image">
  975.                 <description>RSS background</description>
  976.                 <posx>0</posx>
  977.                 <posy>0</posy>
  978.                 <width>860</width>
  979.                 <height>35</height>
  980.                 <texture border="32,0,0,0">Rss_Back.png</texture>
  981.                 <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  982.             </control>
  983.             <control type="rss">
  984.                 <description>RSS feed</description>
  985.                 <posx>35</posx>
  986.                 <posy>6</posy>
  987.                 <height>35</height>
  988.                 <width>825</width>
  989.                 <font>font12</font>
  990.                 <urlset>1</urlset>
  991.                 <textcolor>blue</textcolor>
  992.                 <titlecolor>blue</titlecolor>
  993.                 <headlinecolor>white</headlinecolor>
  994.                 <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  995.             </control>
  996.             <control type="image">
  997.                 <description>RSS background</description>
  998.                 <posx>0</posx>
  999.                 <posy>0</posy>
  1000.                 <width>100</width>
  1001.                 <height>35</height>
  1002.                 <texture border="32,0,0,0">Rss_Back_Overlay.png</texture>
  1003.                 <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  1004.             </control>
  1005.         </control>
  1006.         <control type="group">
  1007.             <posx>390r</posx>
  1008.             <posy>0</posy>
  1009.             <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  1010.             <animation effect="slide" start="0,0" end="420,0" delay="0" time="300">WindowClose</animation>
  1011.             <animation effect="slide" start="420,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  1012.             <control type="image">
  1013.                 <description>time background</description>
  1014.                 <posx>0</posx>
  1015.                 <posy>0</posy>
  1016.                 <width>440</width>
  1017.                 <height>35</height>
  1018.                 <texture flipx="true" border="32,0,0,0">header.png</texture>
  1019.             </control>
  1020.             <control type="label">
  1021.                 <description>time label</description>
  1022.                 <posx>30</posx>
  1023.                 <posy>0</posy>
  1024.                 <width>400</width>
  1025.                 <height>28</height>
  1026.                 <align>left</align>
  1027.                 <aligny>center</aligny>
  1028.                 <font>font12</font>
  1029.                 <textcolor>white</textcolor>
  1030.                 <shadowcolor>black</shadowcolor>
  1031.                 <label>[COLOR=grey]$INFO[System.Date][/COLOR] | $INFO[System.Time]</label>
  1032.             </control>
  1033.         </control>
  1034.     </controls>
  1035. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement