summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/MyPVRSearch.xml
blob: f018d86f740004b65799a0ee4b8a6e5e185cbbd3 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">50</defaultcontrol>
	<menucontrol>9000</menucontrol>
	<views>50</views>
	<menucontrol>6053</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">
				<visible>Control.IsVisible(50)</visible>
				<include>OpenClose_Left</include>
				<include>Visible_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="only_label_condition" value="String.IsEmpty(ListItem.Date)" />
						<param name="label1" value="$VAR[PVRMySearchLabel1Var]" />
						<param name="label2" value="$INFO[ListItem.Date]" />
					</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>PVRInfoPanel</include>
			</control>
			<include content="TopBar">
				<param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRSearchVar]" />
			</include>
			<include content="BottomBar">
				<param name="info_visible" value="true" />
			</include>
			<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>