188 lines
6.7 KiB
XML
188 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<include file="Defaults.xml" />
|
|
<include file="Includes_grid.xml" />
|
|
<include file="Includes_variables.xml" />
|
|
<include file="Includes_animations.xml" />
|
|
<include file="Includes_animations.xml" />
|
|
<include file="Includes_menuItems.xml" />
|
|
<include file="Includes_sidebarItems.xml" />
|
|
<include file="ViewsVideos.xml" />
|
|
<include file="ViewsDialogs.xml" />
|
|
<include file="ViewsMusic.xml" />
|
|
<include file="ViewsPictures.xml" />
|
|
<!--modal dialogs-->
|
|
|
|
<include name="modalDialog">
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>eeFFFFFF</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>backgrounds/vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
</include>
|
|
|
|
<!--date and time-->
|
|
<include name="dateTime">
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>24-col</width>
|
|
<font>pageTitle</font>
|
|
<label>$INFO[System.Time]</label>
|
|
<textcolor>selected</textcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>45</posy>
|
|
<width>24-col</width>
|
|
<font>regular</font>
|
|
<label>$INFO[System.Date(mmm d)]</label>
|
|
<textcolor>selected</textcolor>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--busy indicator-->
|
|
<include name="loadingIndicator">
|
|
<control type="group">
|
|
<visible>!IntegerGreaterThan(container.numitems,0)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<!--animations-->
|
|
<animation type="visible">
|
|
<effect type="fade" start="0" end="100" time="400" />
|
|
</animation>
|
|
<animation type="hidden">
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>backgrounds/vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>13-col</posx>
|
|
<posy>row-9-begin</posy>
|
|
<width>50</width>
|
|
<height>50</height>
|
|
<aspectratio>keep</aspectratio>
|
|
<texture border="0">busy.gif</texture>
|
|
<bordertexture border="0">-</bordertexture>
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--footer for media lists-->
|
|
<include name="mediaListFooter">
|
|
<control type="grouplist">
|
|
<posx>0</posx>
|
|
<posy>-6</posy>
|
|
<width>20-col</width>
|
|
<height>1-row</height>
|
|
<itemgap>6</itemgap>
|
|
<onleft>50</onleft>
|
|
<onright>50</onright>
|
|
<onup>9999</onup>
|
|
<ondown>9999</ondown>
|
|
<orientation>horizontal</orientation>
|
|
<control type="label">
|
|
<width>auto</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<label></label>
|
|
</control>
|
|
<control type="label">
|
|
<width>auto</width>
|
|
<font>buttonTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$LOCALIZE[31038] $INFO[container.currentpage] / $INFO[container.numpages]</label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>System.Setting(hidewatched)</visible>
|
|
<width>auto</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<label> </label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>System.Setting(hidewatched)</visible>
|
|
<width>auto</width>
|
|
<font>buttonTitle</font>
|
|
<label>$LOCALIZE[31118]</label>
|
|
<textcolor>selected</textcolor>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.audiocodec)</visible>
|
|
<width>auto</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<label> </label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.audiocodec)</visible>
|
|
<width>auto</width>
|
|
<font>buttonTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[ListItem.audiocodec]</label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.FileName)</visible>
|
|
<width>auto</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<label> </label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.FileName)</visible>
|
|
<width>auto</width>
|
|
<font>buttonTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[ListItem.FileName]</label>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--debugging-->
|
|
<include name="DialogID">
|
|
<posx>15</posx>
|
|
<posy>15</posy>
|
|
<width>fullscreenwidth</width>
|
|
<height>1-row</height>
|
|
<font>smallStrong</font>
|
|
<textcolor>selected</textcolor>
|
|
<align>left</align>
|
|
<visible>Skin.HasSetting(DebugInfo)</visible>
|
|
</include>
|
|
<include name="WindowID">
|
|
<posx>15</posx>
|
|
<posy>15</posy>
|
|
<width>fullscreenwidth</width>
|
|
<height>1-row</height>
|
|
<font>smallStrong</font>
|
|
<textcolor>selected</textcolor>
|
|
<align>left</align>
|
|
<visible>Skin.HasSetting(DebugInfo)</visible>
|
|
</include>
|
|
<include name="DebugGrid">
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>debuggrid1080.png</texture>
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
<visible>Skin.HasSetting(DebugGrid)</visible>
|
|
</control>
|
|
</include>
|
|
</includes> |