skin.pellucid/1080i/Home.xml

144 lines
5.2 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window id="0">
2017-09-19 22:24:15 +02:00
<defaultcontrol always="true">9000</defaultcontrol>
2016-12-19 17:38:47 +01:00
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
2015-03-27 21:31:13 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
2014-09-28 20:47:53 +02:00
<controls>
2017-09-19 22:24:15 +02:00
<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>
2017-09-20 21:10:17 +02:00
<posy>row-13-begin</posy>
2017-09-19 22:24:15 +02:00
<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>
2017-02-19 20:11:49 +01:00
</control>
<control type="label">
2017-09-19 22:24:15 +02:00
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>149</height>
<font>mediumStrong</font>
<wrapmultiline>true</wrapmultiline>
<aligny>center</aligny>
2017-02-19 20:11:49 +01:00
<textcolor>textActive</textcolor>
2017-09-19 22:24:15 +02:00
<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>
2017-02-19 20:11:49 +01:00
</control>
<control type="label">
2017-09-19 22:24:15 +02:00
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>149</height>
<font>mediumStrong</font>
<wrapmultiline>true</wrapmultiline>
<aligny>center</aligny>
2017-02-19 20:11:49 +01:00
<textcolor>textActive</textcolor>
2017-09-19 22:24:15 +02:00
<shadowcolor>-</shadowcolor>
<label>[CAPITALIZE]$INFO[ListItem.label][/CAPITALIZE]</label>
2017-02-19 20:11:49 +01:00
</control>
2017-09-19 22:24:15 +02:00
</focusedlayout>
<content>
<include>skinshortcuts-mainmenu</include>
</content>
2017-02-19 20:11:49 +01:00
</control>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>Home.xml</label>
</control>
</controls>
2016-11-08 11:36:35 +01:00
</window>