5df304794b2bfa0f1f8376700403cedfe40e09e5
[vuplus_xbmc] / addons / skin.confluence / 720p / MyWeather.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol always="true">50</defaultcontrol>
4         <allowoverlay>no</allowoverlay>
5         <onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
6         <controls>
7                 <include>CommonBackground</include>
8                 <control type="multiimage">
9                         <left>0</left>
10                         <top>0</top>
11                         <width>1280</width>
12                         <height>720</height>
13                         <imagepath background="true">$INFO[Skin.String(WeatherFanartDir)]$INFO[Window(Weather).Property(Current.FanartCode)]</imagepath>
14                         <timeperimage>10000</timeperimage>
15                         <randomize>true</randomize>
16                         <fadetime>1000</fadetime>
17                         <include>VisibleFadeEffect</include>
18                         <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
19                         <animation effect="fade" time="200">WindowClose</animation>
20                 </control>
21                 <control type="image">
22                         <description>Section header image</description>
23                         <left>20</left>
24                         <top>3</top>
25                         <width>35</width>
26                         <height>35</height>
27                         <aspectratio>keep</aspectratio>
28                         <texture>icon_weather.png</texture>
29                 </control>
30                 <control type="grouplist">
31                         <left>65</left>
32                         <top>5</top>
33                         <width>1000</width>
34                         <height>30</height>
35                         <orientation>horizontal</orientation>
36                         <align>left</align>
37                         <itemgap>5</itemgap>
38                         <control type="label">
39                                 <include>WindowTitleCommons</include>
40                                 <label>$LOCALIZE[8]</label>
41                         </control>
42                 </control>
43                 <control type="image">
44                         <left>0</left>
45                         <top>100r</top>
46                         <width>1280</width>
47                         <height>100</height>
48                         <texture>floor.png</texture>
49                         <include>VisibleFadeEffect</include>
50                         <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
51                         <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation>
52                 </control>
53                 <control type="group">
54                         <animation type="WindowOpen" reversible="false">
55                                 <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300"/>
56                                 <effect type="fade" start="0" end="100" time="300"/>
57                         </animation>
58                         <animation type="WindowClose" reversible="false">
59                                 <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300"/>
60                                 <effect type="fade" start="100" end="0" time="300"/>
61                         </animation>
62                         <include>VisibleFadeEffect</include>
63                         <control type="group">
64                                 <left>60</left>
65                                 <top>40</top>
66                                 <control type="image">
67                                         <left>0</left>
68                                         <top>0</top>
69                                         <width>500</width>
70                                         <height>620</height>
71                                         <texture border="20">ContentPanel.png</texture>
72                                 </control>
73                                 <control type="image">
74                                         <left>0</left>
75                                         <top>612</top>
76                                         <width>500</width>
77                                         <height>64</height>
78                                         <texture border="10">ContentPanelMirror.png</texture>
79                                 </control>
80                                 <control type="image">
81                                         <left>20</left>
82                                         <top>5</top>
83                                         <width>460</width>
84                                         <height>90</height>
85                                         <aspectratio>stretch</aspectratio>
86                                         <texture>GlassTitleBar.png</texture>
87                                 </control>
88                                 <control type="label">
89                                         <description>header label</description>
90                                         <left>20</left>
91                                         <top>13</top>
92                                         <width>460</width>
93                                         <height>30</height>
94                                         <font>font13_title</font>
95                                         <label>31300</label>
96                                         <align>center</align>
97                                         <aligny>center</aligny>
98                                         <textcolor>white</textcolor>
99                                         <shadowcolor>black</shadowcolor>
100                                 </control>
101                                 <control type="image">
102                                         <left>70</left>
103                                         <top>30</top>
104                                         <width>360</width>
105                                         <height>90</height>
106                                         <aspectratio align="center" aligny="center">keep</aspectratio>
107                                         <texture>$INFO[Window.Property(WeatherProviderLogo)]</texture>
108                                 </control>
109                                 <control type="label">
110                                         <description>Provider Text</description>
111                                         <left>20</left>
112                                         <top>60</top>
113                                         <width>460</width>
114                                         <height>35</height>
115                                         <font>font12</font>
116                                         <textcolor>white</textcolor>
117                                         <scroll>true</scroll>
118                                         <align>center</align>
119                                         <aligny>center</aligny>
120                                         <label>$LOCALIZE[31303] : [COLOR=orange]$INFO[Window.Property(WeatherProvider)][/COLOR]</label>
121                                         <include>Window_OpenClose_Animation</include>
122                                         <visible>IsEmpty(Window.Property(WeatherProviderLogo))</visible>
123                                 </control>
124                                 <control type="group">
125                                         <control type="label">
126                                                 <description>weather location label</description>
127                                                 <left>20</left>
128                                                 <top>100</top>
129                                                 <width>460</width>
130                                                 <height>30</height>
131                                                 <font>font13_title</font>
132                                                 <textcolor>white</textcolor>
133                                                 <scroll>false</scroll>
134                                                 <align>center</align>
135                                                 <aligny>center</aligny>
136                                                 <label>$INFO[Window.Property(Location)]</label>
137                                         </control>
138                                         <control type="label">
139                                                 <description>update label</description>
140                                                 <left>20</left>
141                                                 <top>120</top>
142                                                 <width>460</width>
143                                                 <height>35</height>
144                                                 <font>font12</font>
145                                                 <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
146                                                 <align>center</align>
147                                                 <aligny>center</aligny>
148                                                 <textcolor>grey2</textcolor>
149                                         </control>
150                                         <control type="label">
151                                                 <description>current temp Value</description>
152                                                 <right>195</right>
153                                                 <top>185</top>
154                                                 <width>180</width>
155                                                 <height>40</height>
156                                                 <font>WeatherTemp</font>
157                                                 <align>right</align>
158                                                 <aligny>top</aligny>
159                                                 <label>$INFO[Window.Property(Current.Temperature)]</label>
160                                                 <textcolor>white</textcolor>
161                                                 <shadowcolor>black</shadowcolor>
162                                         </control>
163                                         <control type="label">
164                                                 <description>current temp Value Units</description>
165                                                 <left>200</left>
166                                                 <top>195</top>
167                                                 <width>100</width>
168                                                 <height>40</height>
169                                                 <font>font16</font>
170                                                 <align>left</align>
171                                                 <aligny>top</aligny>
172                                                 <label>$INFO[System.TemperatureUnits]</label>
173                                                 <textcolor>white</textcolor>
174                                                 <shadowcolor>black</shadowcolor>
175                                         </control>
176                                         <control type="image">
177                                                 <description>current weather icon</description>
178                                                 <left>260</left>
179                                                 <top>145</top>
180                                                 <width>200</width>
181                                                 <height>200</height>
182                                                 <info>Window.Property(Current.ConditionIcon)</info>
183                                                 <aspectratio>keep</aspectratio>
184                                         </control>
185                                         <control type="label">
186                                                 <description>current condition label</description>
187                                                 <left>20</left>
188                                                 <top>350</top>
189                                                 <width>460</width>
190                                                 <height>30</height>
191                                                 <info>Window.Property(Current.Condition)</info>
192                                                 <wrapmultiline>true</wrapmultiline>
193                                                 <font>font13</font>
194                                                 <align>center</align>
195                                                 <aligny>center</aligny>
196                                                 <textcolor>white</textcolor>
197                                                 <shadowcolor>black</shadowcolor>
198                                         </control>
199                                 </control>
200                                 <control type="image">
201                                         <left>20</left>
202                                         <top>390</top>
203                                         <width>460</width>
204                                         <height>4</height>
205                                         <texture>separator.png</texture>
206                                 </control>
207                                 <control type="label">
208                                         <description>current feels like label</description>
209                                         <right>170</right>
210                                         <top>400</top>
211                                         <width>170</width>
212                                         <height>35</height>
213                                         <font>font13</font>
214                                         <align>right</align>
215                                         <aligny>center</aligny>
216                                         <label>$LOCALIZE[402] :</label>
217                                         <textcolor>grey2</textcolor>
218                                         <shadowcolor>black</shadowcolor>
219                                 </control>
220                                 <control type="label">
221                                         <description>current dew label</description>
222                                         <right>170</right>
223                                         <top>430</top>
224                                         <width>170</width>
225                                         <height>35</height>
226                                         <font>font13</font>
227                                         <align>right</align>
228                                         <aligny>center</aligny>
229                                         <label>$LOCALIZE[405] :</label>
230                                         <textcolor>grey2</textcolor>
231                                         <shadowcolor>black</shadowcolor>
232                                 </control>
233                                 <control type="label">
234                                         <description>current humidity label</description>
235                                         <right>170</right>
236                                         <top>460</top>
237                                         <width>170</width>
238                                         <height>35</height>
239                                         <font>font13</font>
240                                         <align>right</align>
241                                         <aligny>center</aligny>
242                                         <label>$LOCALIZE[406] :</label>
243                                         <textcolor>grey2</textcolor>
244                                         <shadowcolor>black</shadowcolor>
245                                 </control>
246                                 <control type="label">
247                                         <description>current UV Index label</description>
248                                         <right>170</right>
249                                         <top>490</top>
250                                         <width>170</width>
251                                         <height>35</height>
252                                         <font>font13</font>
253                                         <align>right</align>
254                                         <aligny>center</aligny>
255                                         <label>$LOCALIZE[403] :</label>
256                                         <textcolor>grey2</textcolor>
257                                         <shadowcolor>black</shadowcolor>
258                                 </control>
259                                 <control type="label">
260                                         <description>current Wind label</description>
261                                         <right>170</right>
262                                         <top>520</top>
263                                         <width>170</width>
264                                         <height>35</height>
265                                         <font>font13</font>
266                                         <align>right</align>
267                                         <aligny>center</aligny>
268                                         <label>$LOCALIZE[404] :</label>
269                                         <textcolor>grey2</textcolor>
270                                         <shadowcolor>black</shadowcolor>
271                                 </control>
272                                 <control type="label">
273                                         <description>current feels like Value</description>
274                                         <left>185</left>
275                                         <top>400</top>
276                                         <width>300</width>
277                                         <height>35</height>
278                                         <font>font13</font>
279                                         <align>left</align>
280                                         <aligny>center</aligny>
281                                         <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
282                                         <textcolor>white</textcolor>
283                                         <shadowcolor>black</shadowcolor>
284                                 </control>
285                                 <control type="label">
286                                         <description>current dew Value</description>
287                                         <left>185</left>
288                                         <top>430</top>
289                                         <width>300</width>
290                                         <height>35</height>
291                                         <font>font13</font>
292                                         <align>left</align>
293                                         <aligny>center</aligny>
294                                         <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
295                                         <textcolor>white</textcolor>
296                                         <shadowcolor>black</shadowcolor>
297                                 </control>
298                                 <control type="label">
299                                         <description>current humidity Value</description>
300                                         <left>185</left>
301                                         <top>460</top>
302                                         <width>300</width>
303                                         <height>35</height>
304                                         <font>font13</font>
305                                         <align>left</align>
306                                         <aligny>center</aligny>
307                                         <info>Window.Property(Current.Humidity)</info>
308                                         <textcolor>white</textcolor>
309                                         <shadowcolor>black</shadowcolor>
310                                 </control>
311                                 <control type="label">
312                                         <description>current UV Index Value</description>
313                                         <left>185</left>
314                                         <top>490</top>
315                                         <width>300</width>
316                                         <height>35</height>
317                                         <font>font13</font>
318                                         <align>left</align>
319                                         <aligny>center</aligny>
320                                         <info>Window.Property(Current.UVIndex)</info>
321                                         <textcolor>white</textcolor>
322                                         <shadowcolor>black</shadowcolor>
323                                 </control>
324                                 <control type="label">
325                                         <description>current Wind Value</description>
326                                         <left>185</left>
327                                         <top>520</top>
328                                         <width>300</width>
329                                         <height>35</height>
330                                         <font>font13</font>
331                                         <align>left</align>
332                                         <aligny>center</aligny>
333                                         <info>Window.Property(Current.Wind)</info>
334                                         <textcolor>white</textcolor>
335                                         <shadowcolor>black</shadowcolor>
336                                 </control>
337                                 <control type="group">
338                                         <visible>StringCompare(Weather.Plugin,weather.wunderground) + !IsEmpty(Window.Property(36Hour.IsFetched))</visible>
339                                         <control type="label">
340                                                 <description>Sunrise Label</description>
341                                                 <left>30</left>
342                                                 <top>570</top>
343                                                 <width>300</width>
344                                                 <height>35</height>
345                                                 <font>font13</font>
346                                                 <align>left</align>
347                                                 <aligny>center</aligny>
348                                                 <label>$LOCALIZE[33027] : [COLOR=white]$INFO[Window.Property(Today.Sunrise)][/COLOR]</label>
349                                                 <textcolor>grey2</textcolor>
350                                                 <shadowcolor>black</shadowcolor>
351                                         </control>
352                                         <control type="label">
353                                                 <description>Sunset label</description>
354                                                 <right>470</right>
355                                                 <top>570</top>
356                                                 <width>300</width>
357                                                 <height>35</height>
358                                                 <font>font13</font>
359                                                 <align>right</align>
360                                                 <aligny>center</aligny>
361                                                 <label>$LOCALIZE[33028] : [COLOR=white]$INFO[Window.Property(Today.Sunset)][/COLOR]</label>
362                                                 <textcolor>grey2</textcolor>
363                                                 <shadowcolor>black</shadowcolor>
364                                         </control>
365                                 </control>
366                         </control>
367                         <control type="group">
368                                 <visible>!StringCompare(Weather.Plugin,weather.wunderground)</visible>
369                                 <left>580</left>
370                                 <top>40</top>
371                                 <control type="image">
372                                         <left>0</left>
373                                         <top>0</top>
374                                         <width>650</width>
375                                         <height>620</height>
376                                         <texture border="20">ContentPanel.png</texture>
377                                 </control>
378                                 <control type="image">
379                                         <left>0</left>
380                                         <top>612</top>
381                                         <width>650</width>
382                                         <height>64</height>
383                                         <texture border="10">ContentPanelMirror.png</texture>
384                                 </control>
385                                 <control type="image">
386                                         <left>20</left>
387                                         <top>5</top>
388                                         <width>610</width>
389                                         <height>90</height>
390                                         <aspectratio>stretch</aspectratio>
391                                         <texture>GlassTitleBar.png</texture>
392                                 </control>
393                                 <control type="label">
394                                         <description>header label</description>
395                                         <left>20</left>
396                                         <top>13</top>
397                                         <width>610</width>
398                                         <height>30</height>
399                                         <font>font13_title</font>
400                                         <label>10508</label>
401                                         <align>center</align>
402                                         <aligny>center</aligny>
403                                         <textcolor>white</textcolor>
404                                         <shadowcolor>black</shadowcolor>
405                                 </control>
406                                 <control type="list" id="50">
407                                         <left>15</left>
408                                         <top>60</top>
409                                         <width>600</width>
410                                         <height>541</height>
411                                         <onleft>9000</onleft>
412                                         <onright>61</onright>
413                                         <onup>50</onup>
414                                         <ondown>50</ondown>
415                                         <viewtype label="535">list</viewtype>
416                                         <pagecontrol>61</pagecontrol>
417                                         <scrolltime>200</scrolltime>
418                                         <itemlayout height="135" width="600">
419                                                 <control type="image">
420                                                         <left>0</left>
421                                                         <top>0</top>
422                                                         <width>600</width>
423                                                         <height>136</height>
424                                                         <texture border="0,5,0,5">MenuItemNF.png</texture>
425                                                 </control>
426                                                 <control type="image">
427                                                         <left>0</left>
428                                                         <top>0</top>
429                                                         <width>600</width>
430                                                         <height>136</height>
431                                                         <texture border="0,5,0,5">MenuItemNF.png</texture>
432                                                 </control>
433                                                 <control type="label">
434                                                         <left>300</left>
435                                                         <top>5</top>
436                                                         <width>300</width>
437                                                         <height>25</height>
438                                                         <font>font13_title</font>
439                                                         <textcolor>white</textcolor>
440                                                         <shadowcolor>black</shadowcolor>
441                                                         <selectedcolor>selected</selectedcolor>
442                                                         <align>center</align>
443                                                         <aligny>center</aligny>
444                                                         <label>$INFO[ListItem.Label]</label>
445                                                 </control>
446                                                 <control type="image">
447                                                         <left>460</left>
448                                                         <top>0</top>
449                                                         <width>135</width>
450                                                         <height>135</height>
451                                                         <aspectratio>keep</aspectratio>
452                                                         <texture>$INFO[ListItem.ActualIcon]</texture>
453                                                 </control>
454                                                 <control type="label">
455                                                         <left>30</left>
456                                                         <top>35</top>
457                                                         <width>390</width>
458                                                         <height>30</height>
459                                                         <font>font13</font>
460                                                         <textcolor>white</textcolor>
461                                                         <shadowcolor>black</shadowcolor>
462                                                         <selectedcolor>selected</selectedcolor>
463                                                         <align>left</align>
464                                                         <aligny>center</aligny>
465                                                         <label>[COLOR=grey2]$LOCALIZE[419] : [/COLOR]$INFO[ListItem.Property(HighTemp)]$INFO[ListItem.Property(TempUnits)]     [COLOR=grey2]$LOCALIZE[418] : [/COLOR]$INFO[ListItem.Property(LowTemp)]$INFO[ListItem.Property(TempUnits)]</label>
466                                                         <visible>!IsEmpty(ListItem.Property(HighTemp))</visible>
467                                                 </control>
468                                                 <control type="textbox">
469                                                         <left>30</left>
470                                                         <top>70</top>
471                                                         <width>400</width>
472                                                         <height>50</height>
473                                                         <font>font13</font>
474                                                         <textcolor>white</textcolor>
475                                                         <shadowcolor>black</shadowcolor>
476                                                         <selectedcolor>selected</selectedcolor>
477                                                         <align>left</align>
478                                                         <label>$INFO[ListItem.Property(Outlook)]</label>
479                                                 </control>
480                                         </itemlayout>
481                                         <focusedlayout height="135" width="600">
482                                                 <control type="image">
483                                                         <left>0</left>
484                                                         <top>0</top>
485                                                         <width>600</width>
486                                                         <height>136</height>
487                                                         <texture border="0,2,0,2">MenuItemNF.png</texture>
488                                                         <visible>!Control.HasFocus(50)</visible>
489                                                         <include>VisibleFadeEffect</include>
490                                                 </control>
491                                                 <control type="image">
492                                                         <left>0</left>
493                                                         <top>0</top>
494                                                         <width>600</width>
495                                                         <height>136</height>
496                                                         <texture border="0,2,0,2">MenuItemNF.png</texture>
497                                                         <visible>!Control.HasFocus(50)</visible>
498                                                         <include>VisibleFadeEffect</include>
499                                                 </control>
500                                                 <control type="image">
501                                                         <left>0</left>
502                                                         <top>0</top>
503                                                         <width>600</width>
504                                                         <height>136</height>
505                                                         <texture border="10">button-focus2.png</texture>
506                                                         <visible>Control.HasFocus(50)</visible>
507                                                         <include>VisibleFadeEffect</include>
508                                                 </control>
509                                                 <control type="label">
510                                                         <left>300</left>
511                                                         <top>5</top>
512                                                         <width>300</width>
513                                                         <height>25</height>
514                                                         <font>font13_title</font>
515                                                         <textcolor>white</textcolor>
516                                                         <shadowcolor>black</shadowcolor>
517                                                         <selectedcolor>selected</selectedcolor>
518                                                         <align>center</align>
519                                                         <aligny>center</aligny>
520                                                         <label>$INFO[ListItem.Label]</label>
521                                                 </control>
522                                                 <control type="image">
523                                                         <left>460</left>
524                                                         <top>0</top>
525                                                         <width>135</width>
526                                                         <height>135</height>
527                                                         <aspectratio>keep</aspectratio>
528                                                         <texture>$INFO[ListItem.ActualIcon]</texture>
529                                                 </control>
530                                                 <control type="label">
531                                                         <left>30</left>
532                                                         <top>35</top>
533                                                         <width>390</width>
534                                                         <height>30</height>
535                                                         <font>font13</font>
536                                                         <textcolor>white</textcolor>
537                                                         <shadowcolor>black</shadowcolor>
538                                                         <selectedcolor>selected</selectedcolor>
539                                                         <align>left</align>
540                                                         <aligny>center</aligny>
541                                                         <label>[COLOR=grey2]$LOCALIZE[419] : [/COLOR]$INFO[ListItem.Property(HighTemp)]$INFO[ListItem.Property(TempUnits)]     [COLOR=grey2]$LOCALIZE[418] : [/COLOR]$INFO[ListItem.Property(LowTemp)]$INFO[ListItem.Property(TempUnits)]</label>
542                                                         <visible>!IsEmpty(ListItem.Property(HighTemp))</visible>
543                                                 </control>
544                                                 <control type="textbox">
545                                                         <left>30</left>
546                                                         <top>70</top>
547                                                         <width>400</width>
548                                                         <height>50</height>
549                                                         <font>font13</font>
550                                                         <textcolor>white</textcolor>
551                                                         <shadowcolor>black</shadowcolor>
552                                                         <selectedcolor>selected</selectedcolor>
553                                                         <align>left</align>
554                                                         <label>$INFO[ListItem.Property(Outlook)]</label>
555                                                 </control>
556                                         </focusedlayout>
557                                         <content>
558                                                 <item>
559                                                         <label>$LOCALIZE[31909]</label>
560                                                         <icon>-</icon>
561                                                         <onclick>noop</onclick>
562                                                         <visible>!Weather.IsFetched</visible>
563                                                 </item>
564                                                 <item>
565                                                         <label>$INFO[Window.Property(Day0.Title)]</label>
566                                                         <icon>$INFO[Window.Property(Day0.OutlookIcon)]</icon>
567                                                         <property name="HighTemp">$INFO[Window.Property(Day0.HighTemp)]</property>
568                                                         <property name="LowTemp">$INFO[Window.Property(Day0.LowTemp)]</property>
569                                                         <property name="Outlook">$INFO[Window.Property(Day0.Outlook)]</property>
570                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
571                                                         <onclick>noop</onclick>
572                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day0.Title))</visible>
573                                                 </item>
574                                                 <item>
575                                                         <label>$INFO[Window.Property(Day1.Title)]</label>
576                                                         <icon>$INFO[Window.Property(Day1.OutlookIcon)]</icon>
577                                                         <property name="HighTemp">$INFO[Window.Property(Day1.HighTemp)]</property>
578                                                         <property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property>
579                                                         <property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property>
580                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
581                                                         <onclick>noop</onclick>
582                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day1.Title))</visible>
583                                                 </item>
584                                                 <item>
585                                                         <label>$INFO[Window.Property(Day2.Title)]</label>
586                                                         <icon>$INFO[Window.Property(Day2.OutlookIcon)]</icon>
587                                                         <property name="HighTemp">$INFO[Window.Property(Day2.HighTemp)]</property>
588                                                         <property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property>
589                                                         <property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property>
590                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
591                                                         <onclick>noop</onclick>
592                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day2.Title))</visible>
593                                                 </item>
594                                                 <item>
595                                                         <label>$INFO[Window.Property(Day3.Title)]</label>
596                                                         <icon>$INFO[Window.Property(Day3.OutlookIcon)]</icon>
597                                                         <property name="HighTemp">$INFO[Window.Property(Day3.HighTemp)]</property>
598                                                         <property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property>
599                                                         <property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property>
600                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
601                                                         <onclick>noop</onclick>
602                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day3.Title))</visible>
603                                                 </item>
604                                                 <item>
605                                                         <label>$INFO[Window.Property(Day4.Title)]</label>
606                                                         <icon>$INFO[Window.Property(Day4.OutlookIcon)]</icon>
607                                                         <property name="HighTemp">$INFO[Window.Property(Day4.HighTemp)]</property>
608                                                         <property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property>
609                                                         <property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property>
610                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
611                                                         <onclick>noop</onclick>
612                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day4.Title))</visible>
613                                                 </item>
614                                                 <item>
615                                                         <label>$INFO[Window.Property(Day5.Title)]</label>
616                                                         <icon>$INFO[Window.Property(Day5.OutlookIcon)]</icon>
617                                                         <property name="HighTemp">$INFO[Window.Property(Day5.HighTemp)]</property>
618                                                         <property name="LowTemp">$INFO[Window.Property(Day5.LowTemp)]</property>
619                                                         <property name="Outlook">$INFO[Window.Property(Day5.Outlook)]</property>
620                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
621                                                         <onclick>noop</onclick>
622                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day5.Title))</visible>
623                                                 </item>
624                                                 <item>
625                                                         <label>$INFO[Window.Property(Day6.Title)]</label>
626                                                         <icon>$INFO[Window.Property(Day6.OutlookIcon)]</icon>
627                                                         <property name="HighTemp">$INFO[Window.Property(Day6.HighTemp)]</property>
628                                                         <property name="LowTemp">$INFO[Window.Property(Day6.LowTemp)]</property>
629                                                         <property name="Outlook">$INFO[Window.Property(Day6.Outlook)]</property>
630                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
631                                                         <onclick>noop</onclick>
632                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day6.Title))</visible>
633                                                 </item>
634                                                 <item>
635                                                         <label>$INFO[Window.Property(Day7.Title)]</label>
636                                                         <icon>$INFO[Window.Property(Day7.OutlookIcon)]</icon>
637                                                         <property name="HighTemp">$INFO[Window.Property(Day7.HighTemp)]</property>
638                                                         <property name="LowTemp">$INFO[Window.Property(Day7.LowTemp)]</property>
639                                                         <property name="Outlook">$INFO[Window.Property(Day7.Outlook)]</property>
640                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
641                                                         <onclick>noop</onclick>
642                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day7.Title))</visible>
643                                                 </item>
644                                                 <item>
645                                                         <label>$INFO[Window.Property(Day8.Title)]</label>
646                                                         <icon>$INFO[Window.Property(Day8.OutlookIcon)]</icon>
647                                                         <property name="HighTemp">$INFO[Window.Property(Day8.HighTemp)]</property>
648                                                         <property name="LowTemp">$INFO[Window.Property(Day8.LowTemp)]</property>
649                                                         <property name="Outlook">$INFO[Window.Property(Day8.Outlook)]</property>
650                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
651                                                         <onclick>noop</onclick>
652                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day8.Title))</visible>
653                                                 </item>
654                                                 <item>
655                                                         <label>$INFO[Window.Property(Day9.Title)]</label>
656                                                         <icon>$INFO[Window.Property(Day9.OutlookIcon)]</icon>
657                                                         <property name="HighTemp">$INFO[Window.Property(Day9.HighTemp)]</property>
658                                                         <property name="LowTemp">$INFO[Window.Property(Day9.LowTemp)]</property>
659                                                         <property name="Outlook">$INFO[Window.Property(Day9.Outlook)]</property>
660                                                         <property name="TempUnits">$INFO[System.TemperatureUnits]</property>
661                                                         <onclick>noop</onclick>
662                                                         <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day9.Title))</visible>
663                                                 </item>
664                                         </content>
665                                 </control>
666                                 <control type="scrollbar" id="61">
667                                         <left>615</left>
668                                         <top>60</top>
669                                         <width>25</width>
670                                         <height>540</height>
671                                         <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
672                                         <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
673                                         <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
674                                         <textureslidernib>ScrollBarNib.png</textureslidernib>
675                                         <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
676                                         <onleft>50</onleft>
677                                         <onright>9000</onright>
678                                         <showonepage>true</showonepage>
679                                         <orientation>vertical</orientation>
680                                         <visible>Control.IsVisible(50)</visible>
681                                 </control>
682                                 <control type="label">
683                                         <animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
684                                         <description>number of files/pages</description>
685                                         <right>660</right>
686                                         <top>627</top>
687                                         <width>570</width>
688                                         <font>font12</font>
689                                         <align>right</align>
690                                         <scroll>true</scroll>
691                                         <textcolor>grey</textcolor>
692                                         <shadowcolor>black</shadowcolor>
693                                         <label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[12393] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
694                                 </control>
695                         </control>
696                         <control type="group">
697                                 <visible>StringCompare(Weather.Plugin,weather.wunderground)</visible>
698                                 <left>580</left>
699                                 <top>40</top>
700                                 <control type="image">
701                                         <left>0</left>
702                                         <top>0</top>
703                                         <width>650</width>
704                                         <height>620</height>
705                                         <texture border="20">ContentPanel.png</texture>
706                                 </control>
707                                 <control type="image">
708                                         <left>0</left>
709                                         <top>612</top>
710                                         <width>650</width>
711                                         <height>64</height>
712                                         <texture border="10">ContentPanelMirror.png</texture>
713                                 </control>
714                                 <control type="image">
715                                         <left>20</left>
716                                         <top>5</top>
717                                         <width>610</width>
718                                         <height>90</height>
719                                         <aspectratio>stretch</aspectratio>
720                                         <texture>GlassTitleBar.png</texture>
721                                 </control>
722                                 <control type="group" id="50">
723                                         <include condition="StringCompare(Weather.Plugin,weather.wunderground)">Weather10DayForcast</include>
724                                         <include condition="StringCompare(Weather.Plugin,weather.wunderground)">Weather36HourForcast</include>
725                                         <include condition="StringCompare(Weather.Plugin,weather.wunderground)">WeatherWeekendForcast</include>
726                                         <include condition="StringCompare(Weather.Plugin,weather.wunderground)">WeatherHourlyForcast</include>
727                                         <include condition="StringCompare(Weather.Plugin,weather.wunderground)">WeatherMapAlerts</include>
728                                 </control>
729                         </control>
730                 </control>
731                 <include>CommonNowPlaying</include>
732                 <include>MainWindowMouseButtons</include>
733                 <control type="group">
734                         <left>-250</left>
735                         <include>SideBladeLeft</include>
736                         <control type="grouplist" id="9000">
737                                 <left>0</left>
738                                 <top>60</top>
739                                 <width>250</width>
740                                 <height>650</height>
741                                 <onleft>9000</onleft>
742                                 <onright>50</onright>
743                                 <onup>9000</onup>
744                                 <ondown>9000</ondown>
745                                 <onback>50</onback>
746                                 <itemgap>0</itemgap>
747                                 <control type="label" id="200">
748                                         <width>250</width>
749                                         <height>35</height>
750                                         <font>font12</font>
751                                         <label>31006</label>
752                                         <textcolor>blue</textcolor>
753                                         <align>center</align>
754                                         <aligny>center</aligny>
755                                 </control>
756                                 <control type="group" id="300">
757                                         <width>250</width>
758                                         <height>40</height>
759                                         <control type="spincontrolex" id="3">
760                                                 <description>change location button</description>
761                                                 <left>0</left>
762                                                 <top>0</top>
763                                                 <font>-</font>
764                                                 <include>ButtonCommonValues</include>
765                                                 <onleft>50</onleft>
766                                                 <onright>50</onright>
767                                                 <onup>200</onup>
768                                                 <ondown>302</ondown>
769                                                 <onback>50</onback>
770                                         </control>
771                                         <control type="label" id="301">
772                                                 <left>10</left>
773                                                 <top>0</top>
774                                                 <width>200</width>
775                                                 <height>40</height>
776                                                 <font>font13</font>
777                                                 <label>31027</label>
778                                                 <textcolor>white</textcolor>
779                                                 <align>left</align>
780                                                 <aligny>center</aligny>
781                                         </control>
782                                 </control>
783                                 <control type="button" id="302">
784                                         <description>10 day forcast button</description>
785                                         <textwidth>235</textwidth>
786                                         <include>ButtonCommonValues</include>
787                                         <label>31904</label>
788                                         <onfocus>ClearProperty(Weather.CurrentView)</onfocus>
789                                         <visible>StringCompare(Weather.Plugin,weather.wunderground)</visible>
790                                 </control>
791                                 <control type="button" id="303">
792                                         <description>36 hour forcast button</description>
793                                         <textwidth>235</textwidth>
794                                         <include>ButtonCommonValues</include>
795                                         <label>31901</label>
796                                         <onfocus>SetProperty(Weather.CurrentView,36hour)</onfocus>
797                                         <visible>StringCompare(Weather.Plugin,weather.wunderground)</visible>
798                                 </control>
799                                 <control type="button" id="304">
800                                         <description>Weekend forcast button</description>
801                                         <textwidth>235</textwidth>
802                                         <include>ButtonCommonValues</include>
803                                         <label>31903</label>
804                                         <onfocus>SetProperty(Weather.CurrentView,weekend)</onfocus>
805                                         <visible>StringCompare(Weather.Plugin,weather.wunderground)</visible>
806                                 </control>
807                                 <control type="button" id="305">
808                                         <description>Hourly forcast button</description>
809                                         <textwidth>235</textwidth>
810                                         <include>ButtonCommonValues</include>
811                                         <label>31902</label>
812                                         <onfocus>SetProperty(Weather.CurrentView,hourly)</onfocus>
813                                         <visible>StringCompare(Weather.Plugin,weather.wunderground)</visible>
814                                 </control>
815                                 <control type="button" id="306">
816                                         <description>Hourly forcast button</description>
817                                         <textwidth>235</textwidth>
818                                         <include>ButtonCommonValues</include>
819                                         <label>31910</label>
820                                         <onfocus>SetProperty(Weather.CurrentView,map)</onfocus>
821                                         <visible>StringCompare(Weather.Plugin,weather.wunderground)</visible>
822                                 </control>
823                                 <control type="label" id="201">
824                                         <width>250</width>
825                                         <height>35</height>
826                                         <font>font12</font>
827                                         <label>31026</label>
828                                         <textcolor>blue</textcolor>
829                                         <align>center</align>
830                                         <aligny>center</aligny>
831                                 </control>
832                                 <control type="button" id="2">
833                                         <description>Refresh button</description>
834                                         <textwidth>235</textwidth>
835                                         <include>ButtonCommonValues</include>
836                                         <label>103</label>
837                                 </control>
838                                 <control type="button" id="5">
839                                         <description>Custom Weather Script Button</description>
840                                         <label>$INFO[Skin.String(WeatherScript_Label)]</label>
841                                         <onclick>SetFocus(50)</onclick>
842                                         <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
843                                         <onclick>SetFocus(50)</onclick>
844                                         <textwidth>235</textwidth>
845                                         <include>ButtonCommonValues</include>
846                                         <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
847                                 </control>
848                                 <control type="button" id="4">
849                                         <description>Settings button</description>
850                                         <label>5</label>
851                                         <onclick>ActivateWindow(MyWeatherSettings)</onclick>
852                                         <textwidth>235</textwidth>
853                                         <include>ButtonCommonValues</include>
854                                 </control>
855                                 <control type="radiobutton" id="250">
856                                         <description>Fanart Toggle</description>
857                                         <include>ButtonCommonValues</include>
858                                         <label>31307</label>
859                                         <onclick>Skin.ToggleSetting(ShowWeatherFanart)</onclick>
860                                         <selected>!Skin.HasSetting(ShowWeatherFanart)</selected>
861                                 </control>
862                                 <control type="button" id="251">
863                                         <include>ButtonCommonValues</include>
864                                         <label>31317</label>
865                                         <onclick>Skin.SetPath(WeatherFanartDir)</onclick>
866                                         <enable>Skin.HasSetting(ShowWeatherFanart)</enable>
867                                 </control>
868                                 <include>CommonNowPlaying_Controls</include>
869                         </control>
870                 </control>
871                 <include>Clock</include>
872         </controls>
873 </window>