skin.pellucidPlus/1080i/DialogPVRInfo.xml

223 lines
9.3 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<controls>
<control type="group">
<!--background-->
<control type="group">
<include>fadeInOut</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<!--content-->
<control type="group">
<posx>col-7-begin</posx>
2015-04-27 22:30:43 +02:00
<posy>row-5-begin</posy>
2014-09-28 20:47:53 +02:00
<include>modalDialogInOut</include>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<!--titles-->
<control type="label">
2015-04-27 22:30:43 +02:00
<description>Episode title</description>
2014-09-28 20:47:53 +02:00
<posx>0</posx>
<posy>0</posy>
2015-04-27 22:30:43 +02:00
<width>12-col-gutter</width>
<height>3-row</height>
2014-09-28 20:47:53 +02:00
<align>left</align>
2015-04-27 22:30:43 +02:00
<aligny>center</aligny>
<font>mediumStrong</font>
2015-11-05 16:13:27 +01:00
<textcolor>textActive</textcolor>
2015-04-27 22:30:43 +02:00
<shadowcolor>-</shadowcolor>
2015-11-05 16:13:27 +01:00
<label>$INFO[ListItem.Label]</label>
2015-04-27 22:30:43 +02:00
<wrapmultiline>true</wrapmultiline>
2014-09-28 20:47:53 +02:00
</control>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<control type="label">
<posx>0</posx>
2015-04-27 22:30:43 +02:00
<posy>4-row</posy>
<width>12-col-gutter</width>
2014-09-28 20:47:53 +02:00
<align>left</align>
2015-04-27 22:30:43 +02:00
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
2015-11-05 16:13:27 +01:00
<label>[COLOR highlight]$LOCALIZE[31214][/COLOR] $INFO[ListItem.channelname]</label>
2015-04-27 22:30:43 +02:00
</control>
2015-03-27 21:31:13 +01:00
2015-04-27 22:30:43 +02:00
<control type="label">
<posx>0</posx>
2015-04-29 21:09:32 +02:00
<posy>5-row</posy>
2015-11-05 16:13:27 +01:00
<width>12-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>6-row</posy>
<width>12-col-gutter</width>
2015-04-27 22:30:43 +02:00
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-04-27 22:30:43 +02:00
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label>
2014-09-28 20:47:53 +02:00
</control>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
2015-11-05 16:13:27 +01:00
<posy>8-row</posy>
2015-04-27 22:30:43 +02:00
<font>textbox</font>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
<align>left</align>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-04-27 22:30:43 +02:00
<shadowcolor>-</shadowcolor>
<height>200</height>
<label>$INFO[ListItem.plot]</label>
2015-03-27 21:31:13 +01:00
<autoscroll delay="10000" time="1000" repeat="10000"/>
2014-09-28 20:47:53 +02:00
</control>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<!--dialog controls-->
<control type="list" id="8000">
<posx>0</posx>
2015-11-05 16:13:27 +01:00
<posy>16-row</posy>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<orientation>horizontal</orientation>
2015-04-27 22:30:43 +02:00
<itemlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-27 22:30:43 +02:00
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-27 22:30:43 +02:00
<focusedlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-27 22:30:43 +02:00
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-04-27 22:30:43 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
2015-04-27 22:30:43 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(2003,10)</onclick>
</item>
2015-11-05 16:13:27 +01:00
<item id="2">
<label>264</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
2014-09-28 20:47:53 +02:00
</content>
</control>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
2015-11-05 16:13:27 +01:00
<control type="button" id="4">
<description>Find similar</description>
<label>19003</label>
</control>
<control type="button" id="5">
<description>Switch to Channel</description>
<label>19165</label>
</control>
<control type="button" id="6">
<description>Record</description>
</control>
<control type="button" id="8">
<description>Play recording</description>
<label>19687</label>
</control>
2014-09-28 20:47:53 +02:00
<control type="button" id="10">
<description>Play</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
2015-11-05 16:13:27 +01:00
<label>DialogPVRInfo.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>