[release] version bump to 13.0 beta1
[vuplus_xbmc] / addons / skin.confluence / 720p / weather / MapAlerts.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <includes>
3         <include name="WeatherMapAlerts">
4                 <control type="group">
5                         <visible>StringCompare(Window.Property(Weather.CurrentView),map)</visible>
6                         <include>VisibleFadeEffect</include>
7                         <control type="button" id="999">
8                                 <description>Hidden Button for focus</description>
9                                 <left>-600</left>
10                                 <top>-20</top>
11                                 <width>1</width>
12                                 <height>1</height>
13                                 <texturenofocus>-</texturenofocus>
14                                 <texturefocus>-</texturefocus>
15                                 <onleft>9000</onleft>
16                                 <onright>9000</onright>
17                         </control>
18                         <control type="label">
19                                 <description>header label</description>
20                                 <left>20</left>
21                                 <top>13</top>
22                                 <width>610</width>
23                                 <height>30</height>
24                                 <font>font13_title</font>
25                                 <label>31910</label>
26                                 <align>center</align>
27                                 <aligny>center</aligny>
28                                 <textcolor>white</textcolor>
29                                 <shadowcolor>black</shadowcolor>
30                         </control>
31                         <control type="image">
32                                 <description>Background image</description>
33                                 <left>40</left>
34                                 <top>75</top>
35                                 <width>570</width>
36                                 <height>325</height>
37                                 <texture border="5">button-nofocus.png</texture>
38                         </control>
39                         <control type="multiimage">
40                                 <description>map multiimage</description>
41                                 <left>45</left>
42                                 <top>80</top>
43                                 <width>560</width>
44                                 <height>315</height>
45                                 <imagepath>$INFO[Window.Property(MapPath)]</imagepath>
46                                 <timeperimage>500</timeperimage>
47                                 <pauseatend>1000</pauseatend>
48                                 <fadetime>0</fadetime>
49                                 <randomize>false</randomize>
50                                 <loop>yes</loop>
51                                 <aspectratio>keep</aspectratio>
52                                 <aligny>center</aligny>
53                         </control>
54                         <control type="image">
55                                 <left>0</left>
56                                 <top>410</top>
57                                 <width>650</width>
58                                 <height>4</height>
59                                 <texture>separator.png</texture>
60                         </control>
61                         <control type="label">
62                                 <left>40</left>
63                                 <top>430</top>
64                                 <width>570</width>
65                                 <height>30</height>
66                                 <font>font13_title</font>
67                                 <textcolor>blue</textcolor>
68                                 <align>center</align>
69                                 <aligny>center</aligny>
70                                 <label>$LOCALIZE[33050]</label>
71                         </control>
72                         <control type="group">
73                                 <visible>!StringCompare(Window.Property(Alerts.Count),0)</visible>
74                                 <control type="textbox">
75                                         <left>40</left>
76                                         <top>470</top>
77                                         <width>570</width>
78                                         <height>100</height>
79                                         <font>font12</font>
80                                         <textcolor>white</textcolor>
81                                         <selectedcolor>selected</selectedcolor>
82                                         <align>center</align>
83                                         <label>$INFO[Window.Property(Alerts)]</label>
84                                         <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
85                                 </control>
86                         </control>
87                         <control type="label">
88                                 <left>40</left>
89                                 <top>500</top>
90                                 <width>570</width>
91                                 <height>30</height>
92                                 <font>font13_title</font>
93                                 <textcolor>white</textcolor>
94                                 <align>center</align>
95                                 <aligny>center</aligny>
96                                 <label>$LOCALIZE[19055]</label>
97                                 <visible>StringCompare(Window.Property(Alerts.Count),0)</visible>
98                         </control>
99                 </control>
100         </include>
101 </includes>