aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogPVRGuideOSD.xml
blob: 2da84633962778192f7419f87e0fd54d2c8c589c (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">11</defaultcontrol>
	<coordinates>
		<left>1300</left>
		<top>40</top>
	</coordinates>
	<include>OpenClose_Right</include>
	<controls>
		<control type="group">
			<control type="image">
				<description>background image</description>
				<left>-20</left>
				<top>-20</top>
				<width>620</width>
				<height>1040</height>
				<texture border="22">dialogs/dialog-bg.png</texture>
			</control>
			<control type="image">
				<description>Dialog Header image</description>
				<left>0</left>
				<top>0</top>
				<width>580</width>
				<height>70</height>
				<texture colordiffuse="button_focus" border="2">colors/white70.png</texture>
			</control>
			<control type="label" id="2">
				<description>header label</description>
				<textoffsetx>40</textoffsetx>
				<top>0</top>
				<width>580</width>
				<height>70</height>
				<font>font13_title</font>
				<aligny>center</aligny>
				<label>$INFO[VideoPlayer.ChannelName]</label>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="label">
				<description>header label</description>
				<left>40</left>
				<top>0</top>
				<width>530</width>
				<height>70</height>
				<font>font13_title</font>
				<label>$INFO[System.Time]</label>
				<align>right</align>
				<aligny>center</aligny>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="label">
				<description>Selected item's date</description>
				<left>0</left>
				<top>90</top>
				<width>580</width>
				<height>30</height>
				<textcolor>grey</textcolor>
				<label>$INFO[Container(11).ListItem.StartDate]</label>
				<align>center</align>
				<aligny>center</aligny>
			</control>
			<control type="list" id="11">
				<left>0</left>
				<top>150</top>
				<width>580</width>
				<height>780</height>
				<onleft>60</onleft>
				<onright>60</onright>
				<onup>11</onup>
				<ondown>11</ondown>
				<pagecontrol>60</pagecontrol>
				<scrolltime>200</scrolltime>
				<itemlayout height="60" width="580">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>580</width>
						<height>60</height>
						<texture border="40">lists/separator.png</texture>
					</control>
					<control type="label">
						<left>20</left>
						<top>0</top>
						<width>150</width>
						<height>60</height>
						<aligny>center</aligny>
						<textcolor>grey</textcolor>
						<label>$INFO[ListItem.StartTime]</label>
					</control>
					<control type="image">
						<left>120</left>
						<top>5</top>
						<width>30</width>
						<height>20</height>
						<texture>$VAR[PVRStatusImageVar]</texture>
					</control>
					<control type="label">
						<left>150</left>
						<top>0</top>
						<width>410</width>
						<height>60</height>
						<font>font12</font>
						<align>right</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
				</itemlayout>
				<focusedlayout height="60" width="580">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>580</width>
						<height>60</height>
						<texture border="5">lists/separator.png</texture>
						<visible>!Control.HasFocus(11)</visible>
					</control>
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>580</width>
						<height>60</height>
						<texture colordiffuse="button_focus">lists/focus.png</texture>
						<visible>Control.HasFocus(11)</visible>
					</control>
					<control type="label">
						<left>20</left>
						<top>0</top>
						<width>150</width>
						<height>60</height>
						<aligny>center</aligny>
						<textcolor>grey</textcolor>
						<label>$INFO[ListItem.StartTime]</label>
					</control>
					<control type="image">
						<left>120</left>
						<top>5</top>
						<width>30</width>
						<height>20</height>
						<texture>$VAR[PVRStatusImageVar]</texture>
					</control>
					<control type="label">
						<left>150</left>
						<top>0</top>
						<width>410</width>
						<height>60</height>
						<font>font12</font>
						<align>right</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
				</focusedlayout>
			</control>
			<control type="scrollbar" id="60">
				<left>585</left>
				<top>70</top>
				<width>12</width>
				<height>932</height>
				<onleft>11</onleft>
				<onright>11</onright>
				<orientation>vertical</orientation>
			</control>
			<control type="label">
				<description>Page Count Label</description>
				<left>110</left>
				<top>960</top>
				<width>450</width>
				<height>20</height>
				<font>font10</font>
				<textcolor>grey</textcolor>
				<align>right</align>
				<aligny>center</aligny>
				<label>[COLOR=button_focus]$INFO[Container(11).NumItems][/COLOR] $LOCALIZE[31036] - $LOCALIZE[31035] [COLOR=button_focus]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR]</label>
			</control>
		</control>
	</controls>
</window>