blob: 020f1ff0934b5a5942c760629d0ebccf2b224aac (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<backgroundcolor>background</backgroundcolor>
<views>50</views>
<menucontrol>9000</menucontrol>
<controls>
<include>DefaultBackground</include>
<control type="group">
<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
<control type="group">
<include>OpenClose_Left</include>
<control type="fixedlist" id="50">
<left>0</left>
<top>list_top_offset</top>
<right>918</right>
<bottom>list_bottom_offset</bottom>
<onleft>9000</onleft>
<onright>73</onright>
<onup>50</onup>
<ondown>50</ondown>
<movement>4</movement>
<focusposition>4</focusposition>
<pagecontrol>73</pagecontrol>
<scrolltime tween="cubic" easing="out">500</scrolltime>
<include content="PVRListItemLayouts">
<param name="list_id" value="50" />
<param name="info_icon" value="$VAR[ListPVRRecordingsIconVar]" />
<param name="has_info_icon" value="true" />
<param name="label1" value="$INFO[ListItem.Label]" />
<param name="label2" value="$VAR[ListLabel2Var]" />
</include>
</control>
</control>
<control type="group">
<depth>DepthContentPanel</depth>
<include>OpenClose_Right</include>
<width>870</width>
<right>0</right>
<include content="ContentPanel">
<param name="left" value="-72" />
<param name="width" value="970" />
<param name="top" value="-20" />
<param name="flipx" value="true" />
</include>
<control type="scrollbar" id="73">
<left>-50</left>
<top>list_top_offset</top>
<width>12</width>
<bottom>list_bottom_offset</bottom>
<onleft>50</onleft>
<onright>50</onright>
<orientation>vertical</orientation>
<animation effect="zoom" start="100,100" end="50,100" center="-50,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(73)">conditional</animation>
</control>
<include content="PVRInfoPanel">
<param name="folder_sortorder" value="descending" />
</include>
</control>
<include content="TopBar">
<param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRRecordingsVar]" />
</include>
<include content="BottomBar">
<param name="info_visible" value="true" />
</include>
<control type="group">
<depth>DepthBars</depth>
<right>20</right>
<width>850</width>
<include>OpenClose_Right</include>
<bottom>0</bottom>
<height>60</height>
<control type="label">
<right>220</right>
<width>610</width>
<height>20</height>
<label>$INFO[PVR.backenddiskspace]</label>
<shadowcolor>black</shadowcolor>
<align>right</align>
<font>font27</font>
<visible>!Integer.IsGreater(PVR.backenddiskspaceprogr,100)</visible>
</control>
<control type="progress">
<right>0</right>
<top>17</top>
<width>200</width>
<height>12</height>
<info>PVR.backenddiskspaceprogr</info>
<visible>!Integer.IsGreater(PVR.backenddiskspaceprogr,100)</visible>
</control>
</control>
<control type="group">
<include>MediaMenuCommon</include>
<include>PVRSideBar</include>
</control>
</control>
<control type="label" id="29">
<font></font>
<include>HiddenObject</include>
</control>
<control type="label" id="30">
<font></font>
<include>HiddenObject</include>
</control>
</controls>
</window>
|