skin.pellucid/1080i/MyPics.xml

78 lines
3.2 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2017-02-17 21:47:24 +01:00
<defaultcontrol always="true">9999</defaultcontrol>
2016-11-29 23:56:29 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
2016-11-19 12:33:24 +01:00
<include>fadeInOut</include>
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-03-30 21:32:00 +02:00
<!--Main content listing-->
<control type="group" id="9999">
2016-11-21 21:36:06 +01:00
<include>contentOpen</include>
2015-04-20 21:33:20 +02:00
<onleft>9000</onleft>
2015-03-30 21:32:00 +02:00
<include>photos</include>
</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">
2017-01-12 15:09:42 +01:00
<posx>52r</posx>
<posy>row-6-begin</posy>
<height>20-row</height>
2015-03-30 21:32:00 +02:00
<onleft>9999</onleft>
2016-02-22 22:10:50 +01:00
<onback>9999</onback>
2014-09-28 20:47:53 +02:00
</control>
2015-03-30 21:32:00 +02:00
</control>
<!--Folder titles-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--source title-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>31056</label>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-03-30 21:32:00 +02:00
<!--source subtitle-->
<control type="label">
<visible>IntegerGreaterThan(container.Numitems,0) + Container.HasFolders</visible>
<posx>0</posx>
<posy>45</posy>
<width>24-col</width>
<font>regular</font>
2017-01-27 15:51:36 +01:00
<label>$INFO[container.Numitems,, $LOCALIZE[31038]]</label>
2015-03-30 21:32:00 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-03-30 21:32:00 +02:00
<control type="label">
<visible>IntegerGreaterThan(container.Numitems,0) + !Container.HasFolders</visible>
<posx>0</posx>
<posy>45</posy>
<width>24-col</width>
<font>regular</font>
<label>$INFO[container.Numitems,, $LOCALIZE[31050]]$INFO[container.foldername, - ,]</label>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-03-30 21:32:00 +02:00
<!--dateTime-->
<include>dateTime</include>
2014-09-28 20:47:53 +02:00
</control>
2015-04-20 21:33:20 +02:00
<!--hub menu-->
<include>hubMenu</include>
2016-11-29 23:56:29 +01:00
<!--mini window-->
<include>miniVideoPlayer</include>
2014-09-28 20:47:53 +02:00
<!--debug-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyPics.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>