171 lines
8.4 KiB
XML
171 lines
8.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">3</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<controls>
|
|
<include>fadeInOut</include>
|
|
<!--background-->
|
|
<include>globalBackground</include>
|
|
|
|
<!--fanart-->
|
|
<control type="group">
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
<texture background="true" border="0">special://skin/extras/backgrounds/weather2.jpg</texture>
|
|
<fadetime>500</fadetime>
|
|
<colordiffuse>aaffffff</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<include>kenBurnsey</include>
|
|
</control>
|
|
|
|
<control type="group">
|
|
<posx>col-17-begin</posx>
|
|
<posy>0</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>fullscreenHeight</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>textboxInactive</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>row-6-begin</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
|
|
<!--location title-->
|
|
<control type="textbox">
|
|
<visible>true</visible>
|
|
<posx>24</posx>
|
|
<posy>row-1-begin</posy>
|
|
<width>6-col</width>
|
|
<height>4-row</height>
|
|
<font>mediumStrong</font>
|
|
<label>$LOCALIZE[31212] $INFO[Window.Property(Location)]</label>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
|
|
<!--content begins-->
|
|
<control type="panel" id="9000">
|
|
<posx>24</posx>
|
|
<posy>8-row</posy>
|
|
<width>8-col</width>
|
|
<height>24-row</height>
|
|
<itemlayout width="8-col" height="4-row">
|
|
<control type="label">
|
|
<posx>32</posx>
|
|
<posy>6</posy>
|
|
<width>2-col-gutter</width>
|
|
<font>symbolWeather</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$VAR[weatherIcon]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>col-2-begin</posx>
|
|
<posy>-24</posy>
|
|
<width>6-col-gutter</width>
|
|
<height>2-row</height>
|
|
<font>dialogTitle</font>
|
|
<label>[COLOR highlight]$INFO[ListItem.Label][/COLOR]</label>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>col-2-begin</posx>
|
|
<posy>34</posy>
|
|
<width>6-col-gutter</width>
|
|
<height>2-row</height>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<autoscroll delay="3000" time="1000" repeat="3000"/>
|
|
<label>$INFO[ListItem.Property(Outlook)]</label>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>col-2-begin</posx>
|
|
<posy>76</posy>
|
|
<width>6-col-gutter</width>
|
|
<height>1-row</height>
|
|
<font>itemSubTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout/>
|
|
<content>
|
|
<item id="1">
|
|
<description>Day 0</description>
|
|
<label>$INFO[Window.Property(Day0.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day0.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day0.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day0.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day0.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="2">
|
|
<description>Day 1</description>
|
|
<label>$INFO[Window.Property(Day1.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day1.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day1.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="3">
|
|
<description>Day 2</description>
|
|
<label>$INFO[Window.Property(Day2.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day2.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day2.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="4">
|
|
<description>Day 3</description>
|
|
<label>$INFO[Window.Property(Day3.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day3.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day3.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="5">
|
|
<description>Day 4</description>
|
|
<label>$INFO[Window.Property(Day4.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day4.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day4.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
<!--panel ends-->
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyWeather.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|