skin.pellucid/1080i/DialogPVRGuideInfo.xml

157 lines
6.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">9000</defaultcontrol>
<controls>
<!--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>
<control type="group">
<posx>col-7-begin</posx>
<posy>row-4-begin</posy>
<include>modalDialogInOut</include>
<!--channel / duration-->
<control type="label">
<description>Channel name</description>
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<font>itemTitleSmall</font>
<label>$INFO[ListItem.channelname]</label>
</control>
<!--title-->
<control type="label">
<description>Programme title</description>
<posx>0</posx>
<posy>58</posy>
<width>12-col</width>
<align>left</align>
<font>mediumStrong</font>
<textcolor>selected</textcolor>
<label>$INFO[ListItem.Title]</label>
<scroll>true</scroll>
</control>
<control type="label">
<description>Channel name</description>
<posx>0</posx>
<posy>118</posy>
<width>12-col</width>
<font>itemTitleSmall</font>
<label>[B]$INFO[ListItem.starttime] - $INFO[ListItem.endtime] ($INFO[ListItem.duration])[/B]</label>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>178</posy>
<font>textboxExtraLeading</font>
<width>12-col</width>
<align>left</align>
<textcolor>selected</textcolor>
<height>340</height>
<label>[B]$INFO[ListItem.plot][/B]</label>
<autoscroll delay="10000" time="1000" repeat="10000"></autoscroll>
</control>
<!--View / record buttons-->
<control type="list" id="9000">
<posx>0</posx>
<posy>10-row</posy>
<width>12-col</width>
<height>1-row</height>
<itemgap>3</itemgap>
<orientation>horizontal</orientation>
<itemlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>selected</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>5-col</width>
<font>menuTitle</font>
<textcolor>selected</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/selected.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>5-col</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31072</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(5)</onclick>
</item>
<item id="2">
<label>264</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(6)</onclick>
</item>
</content>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="5">
<description>Switch to Channel</description>
</control>
<control type="button" id="6">
<description>Record</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>DialogPVRGuideInfo.xml</label>
</control>
</controls>
</window>