skin.pellucidPlus/1080i/Home.xml

144 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window id="0">
<defaultcontrol always="true">9000</defaultcontrol>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
<controls>
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--power / settings-->
<control type="group">
<posx>col-23-begin</posx>
<posy>row-1-begin</posy>
<control type="panel" id="9001">
<posx>0</posx>
<posy>0</posy>
<width>2-col</width>
<height>1-col</height>
<orientation>horizontal</orientation>
<ondown>9000</ondown>
<itemlayout width="1-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<label>S</label>
<onclick>ActivateWindow(Settings)</onclick>
</item>
<item>
<label>P</label>
<onclick>ActivateWindow(shutdownmenu)</onclick>
</item>
</content>
</control>
</control>
<!--main menu-->
<control type="panel" id="9000">
<posx>col-1-begin</posx>
<posy>row-13-begin</posy>
<width>24-col</width>
<height>149</height>
<onup>9001</onup>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="149">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>149</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>149</height>
<font>mediumStrong</font>
<wrapmultiline>true</wrapmultiline>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[CAPITALIZE]$INFO[ListItem.label][/CAPITALIZE]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>149</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>149</height>
<font>mediumStrong</font>
<wrapmultiline>true</wrapmultiline>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[CAPITALIZE]$INFO[ListItem.label][/CAPITALIZE]</label>
</control>
</focusedlayout>
<content>
<include>skinshortcuts-mainmenu</include>
</content>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>Home.xml</label>
</control>
</controls>
</window>