98 lines
4.2 KiB
XML
98 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<!--Photo browser-->
|
|
<include name="photos">
|
|
<control type="panel" id="50">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-5-begin</posy>
|
|
<width>1800</width>
|
|
<height>25-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>50</ondown>
|
|
<onup>50</onup>
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
|
<pagecontrol>60</pagecontrol>
|
|
<itemlayout width="444" height="360">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>6-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture border="6">DefaultPoster.png</texture>
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>44FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>6-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture border="0">$INFO[Listitem.thumb]</texture>
|
|
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>268</posy>
|
|
<width>384</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>[B]$INFO[ListItem.label][/B]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>292</posy>
|
|
<width>384</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textDisabled</textcolor>
|
|
<label>$INFO[ListItem.path]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="444" height="360">
|
|
<control type="group">
|
|
<include>focusThumb</include>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>6-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture>
|
|
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>268</posy>
|
|
<width>384</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>[B]$INFO[ListItem.label][/B]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>292</posy>
|
|
<width>384</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.path]</label>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</include>
|
|
</includes>
|