summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/FileManager.xml
blob: 757bc7d23127f0398c4327973009888e3e29ec5f (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">20</defaultcontrol>
	<controls>
		<include>DefaultBackground</include>
		<control type="image">
			<description>Dialog Header image</description>
			<centerleft>50%</centerleft>
			<centertop>50%</centertop>
			<width>68</width>
			<height>68</height>
			<texture colordiffuse="button_focus" border="2">icons/file-manager/left-right.png</texture>
			<animation effect="fade" start="0" end="100" time="300" delay="100">WindowOpen</animation>
			<animation effect="fade" start="100" end="0" time="160">WindowClose</animation>
		</control>
		<control type="group">
			<left>0</left>
			<include>OpenClose_Left</include>
			<include content="ContentPanel">
				<param name="width" value="872" />
			</include>
			<include content="FileManagerPanel">
				<param name="list_id" value="20" />
				<param name="scrollbar_id" value="60" />
				<param name="onleft_id" value="60" />
				<param name="onright_id" value="21" />
				<param name="width" value="812" />
			</include>
			<control type="scrollbar" id="60">
				<top>list_top_offset</top>
				<left>0</left>
				<width>12</width>
				<bottom>list_bottom_offset</bottom>
				<onleft>20</onleft>
				<onright>20</onright>
				<orientation>vertical</orientation>
				<animation effect="zoom" end="50,100" time="300" tween="sine" center="0,0" easing="inout" condition="!Control.HasFocus(60)">conditional</animation>
				<texturesliderbackground />
			</control>
		</control>
		<control type="group">
			<width>818</width>
			<right>0</right>
			<include>OpenClose_Right</include>
			<include content="ContentPanel">
				<param name="width" value="878" />
				<param name="flipx" value="true" />
				<param name="left" value="-20" />
			</include>
			<include content="FileManagerPanel">
				<param name="list_id" value="21" />
				<param name="scrollbar_id" value="61" />
				<param name="onleft_id" value="20" />
				<param name="onright_id" value="61" />
				<param name="width" value="817" />
			</include>
			<control type="scrollbar" id="61">
				<left>800</left>
				<animation effect="slide" end="5,0" time="0" condition="true">Conditional</animation>
				<top>list_top_offset</top>
				<width>12</width>
				<bottom>list_bottom_offset</bottom>
				<onleft>21</onleft>
				<onright>21</onright>
				<animation effect="zoom" end="50,100" time="300" tween="sine" center="812,0" easing="inout" condition="!Control.HasFocus(61)">conditional</animation>
				<texturesliderbackground />
				<orientation>vertical</orientation>
			</control>
		</control>
		<include content="TopBar">
			<param name="breadcrumbs_label" value="$LOCALIZE[7]" />
		</include>
		<include>BottomBar</include>
		<control type="group">
			<bottom>0</bottom>
			<height>65</height>
			<animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
			<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
			<control type="label">
				<right>380</right>
				<width>400</width>
				<height>48</height>
				<aligny>center</aligny>
				<shadowcolor>text_shadow</shadowcolor>
				<label>$INFO[Container(21).CurrentItem,, / ]$INFO[Container(21).NumItems]</label>
			</control>
			<control type="label" id="102">
				<right>40</right>
				<width>600</width>
				<height>48</height>
				<font>font30_title</font>
				<align>right</align>
				<aligny>center</aligny>
				<label>$PARAM[header_label]</label>
				<haspath>true</haspath>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="label">
				<left>380</left>
				<width>400</width>
				<height>48</height>
				<aligny>center</aligny>
				<align>right</align>
				<shadowcolor>text_shadow</shadowcolor>
				<label>$INFO[Container(20).CurrentItem,, / ]$INFO[Container(20).NumItems]</label>
			</control>
			<control type="label" id="101">
				<left>40</left>
				<width>600</width>
				<height>48</height>
				<font>font30_title</font>
				<aligny>center</aligny>
				<label>$PARAM[header_label]</label>
				<haspath>true</haspath>
				<shadowcolor>black</shadowcolor>
			</control>
		</control>
	</controls>
</window>