skin.pellucidPlus/1080i/FileBrowser.xml

293 lines
12 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">450</defaultcontrol>
2015-11-22 20:48:07 +01:00
2014-09-28 20:47:53 +02:00
<include>fadeInOut</include>
<controls>
<!--background-->
2015-03-27 21:31:13 +01:00
<include>globalBackground</include>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<!--fanart (if available)-->
<control type="image">
<visible>SubString(ListItem.label,fanart)</visible>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.thumb]</texture>
<colordiffuse>6affffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<fadetime>400</fadetime>
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
<visible>!SubString(ListItem.label,fanart)</visible>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.FileNameAndPath]</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<fadetime>400</fadetime>
</control>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<!--poster (if available)-->
<control type="image">
<visible>SubString(ListItem.label,remote art)</visible>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.thumb]</texture>
<colordiffuse>6affffff</colordiffuse>
<aspectratio>keep</aspectratio>
<fadetime>400</fadetime>
</control>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<!--file list-->
<control type="group">
2015-04-27 22:30:43 +02:00
<posx>col-6-begin</posx>
<posy>row-3-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
2016-10-06 20:56:31 +02:00
<include>modalDialogInOut</include>
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="label" id="411">
2015-04-27 22:30:43 +02:00
<posx>24</posx>
<posy>0</posy>
<width>16-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<label>31089</label>
2015-04-27 22:30:43 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
</control>
2015-04-27 22:30:43 +02:00
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
2015-05-21 00:38:26 +02:00
<width>16-col</width>
2016-10-06 20:56:31 +02:00
<height>722</height>
2015-04-27 22:30:43 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-05-21 00:38:26 +02:00
<control type="image">
<posx>12-col</posx>
2015-04-27 22:30:43 +02:00
<posy>2-row</posy>
2015-05-21 00:38:26 +02:00
<width>4-col</width>
2016-10-06 20:56:31 +02:00
<height>722</height>
2015-05-21 00:38:26 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
2017-09-24 20:19:10 +02:00
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>-24</posx>
<posy>2-row</posy>
<height>20-row</height>
<onright>450</onright>
<onback>450</onback>
</control>
2015-05-21 00:38:26 +02:00
</control>
<control type="panel" id="450">
2016-10-06 20:56:31 +02:00
<posx>0</posx>
<posy>75</posy>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
2015-05-21 00:38:26 +02:00
<height>20-row</height>
2014-09-28 20:47:53 +02:00
<onright>9000</onright>
2017-09-24 20:19:10 +02:00
<onleft>60</onleft>
<pagecontrol>60</pagecontrol>
2016-10-06 20:56:31 +02:00
<itemlayout height="72" width="12-col">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-05 21:53:00 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>11-col-gutter</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
2015-05-21 00:38:26 +02:00
<focusedlayout height="75" width="12-col">
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-27 22:30:43 +02:00
<posx>1-col</posx>
<posy>0</posy>
2016-10-06 20:56:31 +02:00
<width>11-col</width>
2015-05-21 00:38:26 +02:00
<height>69</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-04-27 22:30:43 +02:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
2015-04-27 22:30:43 +02:00
<colordiffuse>ffffffff</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="image">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-05 21:53:00 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<texture fallback="colors/white.png" border="0">$INFO[Listitem.thumb]</texture>
2015-05-05 21:53:00 +02:00
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>11-col-gutter</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--larger thumbnail-->
<control type="image">
2015-05-18 00:38:05 +02:00
<posx>876</posx>
<posy>6-row</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2014-09-28 20:47:53 +02:00
<aspectratio scalediffuse="false" align="left" aligny="center">keep</aspectratio>
<texture border="0">$INFO[Listitem.icon]</texture>
<fadetime>200</fadetime>
</control>
<!--OK / Cancel / New folder buttons-->
<control type="panel" id="9000">
<posx>12-col</posx>
2015-04-27 22:30:43 +02:00
<posy>2-row</posy>
2014-09-28 20:47:53 +02:00
<width>4-col</width>
2015-04-27 22:30:43 +02:00
<height>6-row</height>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
<onleft>450</onleft>
2015-04-27 22:30:43 +02:00
<itemlayout width="4-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
2015-04-27 22:30:43 +02:00
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-27 22:30:43 +02:00
<focusedlayout width="4-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-27 22:30:43 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-27 22:30:43 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-04-27 22:30:43 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(126,413)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(126,414)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(415)</visible>
<description>New Folder Button</description>
<label>31048</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(126,415)</onclick>
</item>
</content>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="413">
<description>OK</description>
</control>
<control type="button" id="414">
<description>Cancel</description>
</control>
<control type="button" id="415">
<description>New folder</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>FileBrowser.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>