83 lines
3.5 KiB
XML
83 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="false">9000</defaultcontrol>
|
|
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
|
|
<onload condition="window.previous(0)">setfocus(9000)</onload>
|
|
<previouswindow>home</previouswindow>
|
|
<controls>
|
|
<include>globalBackground</include>
|
|
<!--page container group-->
|
|
<control type="group">
|
|
<!--window fader-->
|
|
<animation type="conditional" condition="window.next(0) | window.next(1)">
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
</animation>
|
|
<!--shift page for certain modal dialogs-->
|
|
<include>modalDialogContentShift</include>
|
|
<!--Main content listing-->
|
|
<control type="group" id="9999">
|
|
<onleft>9000</onleft>
|
|
<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">
|
|
<posx>48r</posx>
|
|
<posy>row-5-begin</posy>
|
|
<height>826</height>
|
|
<onleft>9999</onleft>
|
|
<onright>9002</onright>
|
|
<onback>9999</onback>
|
|
</control>
|
|
</control>
|
|
<!--Folder titles-->
|
|
<control type="group">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-1-begin</posy>
|
|
<!--source title-->
|
|
<control type="label">
|
|
<visible>IntegerGreaterThan(container.Numitems,0)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>14-col</width>
|
|
<font>pageTitle</font>
|
|
<label>31056</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<!--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>
|
|
<label>$INFO[container.Numitems,, $LOCALIZE[31037]]</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<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>
|
|
</control>
|
|
</control>
|
|
<!--dateTime-->
|
|
<include>dateTime</include>
|
|
</control>
|
|
<!--hub menu-->
|
|
<include>hubMenu</include>
|
|
<include>hubOptions</include>
|
|
<!--debug-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyPics.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|