skin.pellucid/1080i/DialogPVRGuideInfo.xml

168 lines
6.8 KiB
XML

<?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-5-begin</posy>
<include>modalDialogInOut</include>
<!--title-->
<control type="label">
<description>Programme title</description>
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<align>left</align>
<font>mediumStrong</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<description>Channel name</description>
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<font>itemTitle</font>
<label>$INFO[ListItem.starttime] - $INFO[ListItem.endtime]</label>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>4-row</posy>
<font>textbox</font>
<width>12-col</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>340</height>
<label>$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<!--View / record buttons-->
<control type="list" id="9000">
<posx>0</posx>
<posy>18-row</posy>
<width>12-col</width>
<height>2-row</height>
<itemgap>3</itemgap>
<orientation>horizontal</orientation>
<itemlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<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>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</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>