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