skin.pellucid/1080i/DialogPVRInfo.xml

254 lines
11 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>
<!--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>
2018-01-24 17:55:58 +01:00
<font>largeTitle</font>
2016-05-11 21:27:33 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01: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>
2017-02-09 22:50:33 +01:00
<!--meta-->
<control type="panel">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2017-02-09 22:50:33 +01:00
<posy>132</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
2019-02-19 21:44:16 +01:00
<itemlayout width="5-col" height="78">
2017-02-09 22:50:33 +01:00
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-02-09 22:50:33 +01:00
</control>
<control type="label">
<posx>0</posx>
2019-02-19 21:44:16 +01:00
<posy>30</posy>
2017-02-09 22:50:33 +01:00
<width>324</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2020-08-27 18:16:28 +02:00
<label fallback="13205">[B]$INFO[ListItem.label2][/B]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-02-09 22:50:33 +01:00
</control>
</itemlayout>
2019-02-19 21:44:16 +01:00
<focusedlayout width="5-col" height="78">
2017-02-09 22:50:33 +01:00
</focusedlayout>
<content>
<item>
2020-08-27 18:16:28 +02:00
<label>$LOCALIZE[19029]</label>
2017-02-09 22:50:33 +01:00
<label2>$INFO[ListItem.channelname]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2017-02-09 22:50:33 +01:00
</item>
<item>
2020-08-27 18:16:28 +02:00
<label>$LOCALIZE[552]</label>
2017-02-09 22:50:33 +01:00
<label2>$INFO[ListItem.startdate]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2017-02-09 22:50:33 +01:00
</item>
<item>
2020-08-27 18:16:28 +02:00
<label>$LOCALIZE[515]</label>
2017-02-09 22:50:33 +01:00
<label2>$INFO[ListItem.genre]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2017-02-09 22:50:33 +01:00
</item>
<item>
2020-08-27 18:16:28 +02:00
<label>$LOCALIZE[180]</label>
2017-02-09 22:50:33 +01:00
<label2>$INFO[ListItem.duration]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2017-02-09 22:50:33 +01:00
</item>
</content>
2014-09-28 20:47:53 +02:00
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
2020-01-27 22:52:53 +01:00
<posy>292</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-02-01 00:38:08 +01:00
<height>232</height>
2015-04-27 22:30:43 +02:00
<label>$INFO[ListItem.plot]</label>
2017-02-01 00:38:08 +01:00
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
2017-09-24 20:19:10 +02:00
<posx>-36</posx>
2017-02-01 00:38:08 +01:00
<posy>300</posy>
<height>6-row</height>
<ondown>8000</ondown>
2014-09-28 20:47:53 +02:00
</control>
<!--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>
2017-02-01 00:38:08 +01:00
<onup>61</onup>
2014-09-28 20:47:53 +02:00
<orientation>horizontal</orientation>
2015-11-25 22:28:11 +01:00
<itemlayout width="4-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>
2015-11-25 22:28:11 +01:00
<width>4-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>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-11-25 22:28:11 +01:00
<width>3-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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</itemlayout>
2015-11-25 22:28:11 +01:00
<focusedlayout width="4-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>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-27 22:30:43 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2015-11-25 22:28:11 +01:00
<width>3-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>
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>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-27 22:30:43 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-11-25 22:28:11 +01:00
<width>3-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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</focusedlayout>
<content>
<item id="1">
2019-03-12 23:32:37 +01:00
<visible>window.isactive(tvchannels) | window.isactive(radiochannels) | window.isactive(tvguide)</visible>
2020-08-27 18:16:28 +02:00
<label>208</label>
2019-02-03 22:09:09 +01:00
<label2></label2>
<thumb></thumb>
2019-03-12 23:32:37 +01:00
<onclick>sendclick(pvrguideinfo,5)</onclick>
2019-02-03 22:09:09 +01:00
</item>
<item id="2">
<visible>window.isactive(tvrecordings) | window.isactive(radiorecordings)</visible>
2020-08-27 18:16:28 +02:00
<label>208</label>
2014-09-28 20:47:53 +02:00
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2019-03-12 23:32:37 +01:00
<onclick>sendclick(pvrrecordinginfo,8)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2019-02-03 22:09:09 +01:00
<item id="3">
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
2015-11-05 16:13:27 +01:00
<label>264</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2019-03-12 23:32:37 +01:00
<onclick>SendClick(pvrguideinfo,6)</onclick>
2015-11-05 16:13:27 +01:00
</item>
2019-02-03 22:09:09 +01:00
<item id="4">
2019-03-12 23:32:37 +01:00
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings) + !window.isactive(tvguide)</visible>
2015-11-25 22:28:11 +01:00
<label>31073</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2015-11-25 22:28:11 +01:00
<onclick>dialog.close(all,true)</onclick>
<onclick>ActivateWindow(TVGuide)</onclick>
<onclick>Control.SetFocus(10)</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>
<!--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>