skin.pellucid/1080i/View_Photos.xml

190 lines
7.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Photo browser-->
2015-03-30 21:32:00 +02:00
<include name="photos">
2018-10-09 00:42:17 +02:00
<control type="group">
<visible>$EXP[isPhotoAlbum]</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>$INFO[container(50).listitem.art(thumb)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
2018-10-11 21:34:44 +02:00
<posy>20-row</posy>
2018-10-09 00:42:17 +02:00
<width>18-col</width>
<height>1-row</height>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<aligny>center</aligny>
<shadowcolor></shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>$INFO[container.foldername]</label>
</control>
</control>
2016-11-17 18:38:24 +01:00
<control type="panel" id="50">
2018-10-09 00:42:17 +02:00
<visible>$EXP[isPhotoAlbum]</visible>
<posx>72</posx>
<posy>row-23-begin</posy>
<width>1764</width>
<height>10-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>60</onright>
2016-05-29 19:38:50 +02:00
<ondown>50</ondown>
<onup>50</onup>
2018-10-09 00:42:17 +02:00
<orientation>horizontal</orientation>
2016-01-25 21:09:11 +01:00
<scrolltime tween="cubic" easing="out">600</scrolltime>
2016-05-29 19:38:50 +02:00
<pagecontrol>60</pagecontrol>
2018-10-09 00:42:17 +02:00
<itemlayout width="3-col" height="6-row">
2015-04-20 21:33:20 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2018-10-09 00:42:17 +02:00
<width>204</width>
<height>122</height>
2016-05-29 19:38:50 +02:00
<aspectratio>scale</aspectratio>
2018-01-24 21:53:15 +01:00
<texture>colors/black.png</texture>
2016-11-19 12:33:24 +01:00
<bordersize>6</bordersize>
2017-09-28 15:36:29 +02:00
<colordiffuse>overlay</colordiffuse>
2017-02-18 15:44:24 +01:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
2018-10-09 00:42:17 +02:00
<width>204</width>
<height>122</height>
2017-02-18 15:44:24 +01:00
<aspectratio>scale</aspectratio>
2017-09-28 15:36:29 +02:00
<texture>$INFO[Listitem.thumb]</texture>
2017-02-18 15:44:24 +01:00
<bordersize>6</bordersize>
2018-08-30 20:34:50 +02:00
<colordiffuse>BBffffff</colordiffuse>
2015-12-01 21:38:46 +01:00
</control>
2018-10-11 21:34:44 +02:00
<control type="textbox">
2015-12-01 21:38:46 +01:00
<posx>12</posx>
2018-10-09 00:42:17 +02:00
<posy>122</posy>
2018-10-11 21:34:44 +02:00
<width>180</width>
<height>3-row</height>
2016-11-17 18:38:24 +01:00
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
2016-05-29 19:38:50 +02:00
</itemlayout>
2018-10-09 00:42:17 +02:00
<focusedlayout width="3-col" height="6-row">
2015-04-29 21:09:32 +02:00
<control type="group">
2016-04-03 17:35:32 +02:00
<include>focusThumb</include>
2017-09-28 15:36:29 +02:00
<control type="image">
2015-04-29 21:09:32 +02:00
<posx>0</posx>
<posy>0</posy>
2018-10-09 00:42:17 +02:00
<width>204</width>
<height>122</height>
2015-04-29 21:09:32 +02:00
<aspectratio>scale</aspectratio>
2017-09-28 15:36:29 +02:00
<texture border="6">colors/black.png</texture>
2016-11-19 12:33:24 +01:00
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
2016-01-25 21:09:11 +01:00
<bordersize>6</bordersize>
2017-09-28 15:36:29 +02:00
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
2018-10-09 00:42:17 +02:00
<width>204</width>
<height>122</height>
2017-09-28 15:36:29 +02:00
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
2015-12-01 21:38:46 +01:00
</control>
2018-10-11 21:34:44 +02:00
<control type="textbox">
<posx>12</posx>
<posy>122</posy>
<width>180</width>
<height>3-row</height>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
2018-10-09 00:42:17 +02:00
</control>
</focusedlayout>
</control>
<control type="panel" id="51">
<visible>!$EXP[isPhotoAlbum]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>61</onright>
2018-10-16 20:14:30 +02:00
<ondown>51</ondown>
<onup>51</onup>
2018-10-09 00:42:17 +02:00
<pagecontrol>61</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<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>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
2014-09-28 20:47:53 +02:00
</focusedlayout>
</control>
</include>
2015-03-27 21:31:13 +01:00
</includes>