skin.pellucid/1080i/DialogContextMenu.xml

64 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload condition="!integer.IsGreater(Container(996).NumItems,0)">control.setfocus(9004)</onload>
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
<control type="label">
<visible>integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>552</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $INFO[listitem.title]</label>
</control>
<control type="label">
<visible>!integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>552</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $INFO[container(996).content]</label>
</control>
<control type="grouplist" id="996">
<posx>col-7-begin</posx>
<posy>8-row</posy>
<itemgap>0</itemgap>
<onright>9004</onright>
<height>16-row</height>
</control>
<control type="group">
<control type="grouplist" id="9004">
<visible>!integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>col-7-begin</posx>
<posy>8-row</posy>
<itemgap>0</itemgap>
<width>12-col</width>
<height>16-row</height>
<itemgap>0</itemgap>
<onleft>996</onleft>
<include condition="Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
<include condition="Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include>
<include condition="window.isactive(addonbrowser)">addonsSideMenu</include>
<include condition="window.isactive(games)">gameSideMenu</include>
</control>
<control type="button" id="1000">
<description>Buttons</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>12-col</width>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogContextMenu.xml</label>
</control>
</controls>
</window>