1 <?xml version="1.0" encoding="UTF-8"?>
3 <defaultcontrol always="true">20</defaultcontrol>
5 <include>DefaultBackground</include>
7 <description>Dialog Header image</description>
8 <centerleft>50%</centerleft>
9 <centertop>50%</centertop>
12 <texture colordiffuse="button_focus" border="2">icons/file-manager/left-right.png</texture>
13 <animation effect="fade" start="0" end="100" time="300" delay="100">WindowOpen</animation>
14 <animation effect="fade" start="100" end="0" time="160">WindowClose</animation>
16 <control type="group">
18 <include>OpenClose_Left</include>
19 <include content="ContentPanel">
20 <param name="width" value="872" />
22 <include content="FileManagerPanel">
23 <param name="list_id" value="20" />
24 <param name="scrollbar_id" value="60" />
25 <param name="onleft_id" value="60" />
26 <param name="onright_id" value="21" />
27 <param name="width" value="812" />
29 <control type="scrollbar" id="60">
30 <top>list_top_offset</top>
33 <bottom>list_bottom_offset</bottom>
36 <orientation>vertical</orientation>
37 <animation effect="zoom" end="50,100" time="300" tween="sine" center="0,0" easing="inout" condition="!Control.HasFocus(60)">conditional</animation>
38 <texturesliderbackground />
41 <control type="group">
44 <include>OpenClose_Right</include>
45 <include content="ContentPanel">
46 <param name="width" value="878" />
47 <param name="flipx" value="true" />
48 <param name="left" value="-20" />
50 <include content="FileManagerPanel">
51 <param name="list_id" value="21" />
52 <param name="scrollbar_id" value="61" />
53 <param name="onleft_id" value="20" />
54 <param name="onright_id" value="61" />
55 <param name="width" value="817" />
57 <control type="scrollbar" id="61">
59 <animation effect="slide" end="5,0" time="0" condition="true">Conditional</animation>
60 <top>list_top_offset</top>
62 <bottom>list_bottom_offset</bottom>
65 <animation effect="zoom" end="50,100" time="300" tween="sine" center="812,0" easing="inout" condition="!Control.HasFocus(61)">conditional</animation>
66 <texturesliderbackground />
67 <orientation>vertical</orientation>
70 <include content="TopBar">
71 <param name="breadcrumbs_label" value="$LOCALIZE[7]" />
73 <include>BottomBar</include>
74 <control type="group">
77 <animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
78 <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
79 <control type="label">
83 <aligny>center</aligny>
84 <shadowcolor>text_shadow</shadowcolor>
85 <label>$INFO[Container(21).CurrentItem,, / ]$INFO[Container(21).NumItems]</label>
87 <control type="label" id="102">
91 <font>font30_title</font>
93 <aligny>center</aligny>
94 <label>$PARAM[header_label]</label>
95 <haspath>true</haspath>
96 <shadowcolor>black</shadowcolor>
98 <control type="label">
102 <aligny>center</aligny>
104 <shadowcolor>text_shadow</shadowcolor>
105 <label>$INFO[Container(20).CurrentItem,, / ]$INFO[Container(20).NumItems]</label>
107 <control type="label" id="101">
111 <font>font30_title</font>
112 <aligny>center</aligny>
113 <label>$PARAM[header_label]</label>
114 <haspath>true</haspath>
115 <shadowcolor>black</shadowcolor>