aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/MyPVRTimers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/xml/MyPVRTimers.xml')
-rw-r--r--addons/skin.estuary/xml/MyPVRTimers.xml202
1 files changed, 202 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/MyPVRTimers.xml b/addons/skin.estuary/xml/MyPVRTimers.xml
new file mode 100644
index 0000000000..f6785a27b2
--- /dev/null
+++ b/addons/skin.estuary/xml/MyPVRTimers.xml
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">50</defaultcontrol>
+ <menucontrol>9000</menucontrol>
+ <views>50</views>
+ <controls>
+ <include>DefaultBackground</include>
+ <control type="group">
+ <visible>Control.IsVisible(50)</visible>
+ <control type="group">
+ <include>OpenClose_Left</include>
+ <control type="fixedlist" id="50">
+ <left>0</left>
+ <top>0</top>
+ <right>860</right>
+ <height>100%</height>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <onleft>9000</onleft>
+ <onright>73</onright>
+ <movement>4</movement>
+ <focusposition>5</focusposition>
+ <pagecontrol>73</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="100">
+ <control type="group">
+ <width>tvrecordings_width</width>
+ <control type="label">
+ <left>30</left>
+ <top>0</top>
+ <width>500</width>
+ <height>100</height>
+ <font>font36_title</font>
+ <aligny>center</aligny>
+ <visible>String.IsEmpty(ListItem.Date)</visible>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="group">
+ <visible>!String.IsEmpty(ListItem.Date)</visible>
+ <control type="label">
+ <left>30</left>
+ <top>10</top>
+ <right>30</right>
+ <height>30</height>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.ChannelName][COLOR grey]$INFO[ListItem.Label, - ][/COLOR]</label>
+ </control>
+ <control type="label">
+ <left>30</left>
+ <top>53</top>
+ <width>680</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.Timertype]</label>
+ </control>
+ <control type="label">
+ <right>20</right>
+ <top>13</top>
+ <width>900</width>
+ <height>70</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.Comment]</label>
+ </control>
+ <control type="label">
+ <right>20</right>
+ <top>53</top>
+ <width>900</width>
+ <height>75</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.Date]</label>
+ </control>
+ </control>
+ </control>
+ </itemlayout>
+ <focusedlayout height="100">
+ <control type="group">
+ <width>tvrecordings_width</width>
+ <control type="image">
+ <left>0</left>
+ <top>0</top>
+ <right>0</right>
+ <height>101</height>
+ <texture colordiffuse="button_focus">lists/focus.png</texture>
+ <visible>Control.HasFocus(50)</visible>
+ </control>
+ <control type="label">
+ <left>30</left>
+ <top>0</top>
+ <width>250</width>
+ <height>100</height>
+ <font>font36_title</font>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ <visible>String.IsEmpty(ListItem.Date)</visible>
+ </control>
+ <control type="group">
+ <visible>!String.IsEmpty(ListItem.Date)</visible>
+ <control type="label">
+ <left>30</left>
+ <top>10</top>
+ <right>30</right>
+ <height>100</height>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.ChannelName]$INFO[ListItem.Label, - ]</label>
+ </control>
+ <control type="label">
+ <left>30</left>
+ <top>53</top>
+ <width>680</width>
+ <height>100</height>
+ <font>font12</font>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.Timertype]</label>
+ </control>
+ <control type="label">
+ <right>20</right>
+ <top>13</top>
+ <width>900</width>
+ <height>70</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.Comment]</label>
+ </control>
+ <control type="label">
+ <right>20</right>
+ <top>53</top>
+ <width>900</width>
+ <height>75</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>top</aligny>
+ <label>$INFO[ListItem.Date]</label>
+ </control>
+ </control>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <control type="group">
+ <depth>DepthContentPanel</depth>
+ <include>OpenClose_Right</include>
+ <width>810</width>
+ <right>0</right>
+ <include content="ContentPanel">
+ <param name="left" value="-72" />
+ <param name="width" value="970" />
+ <param name="top" value="-20" />
+ <param name="flipx" value="true" />
+ </include>
+ <control type="scrollbar" id="73">
+ <left>-50</left>
+ <top>0</top>
+ <width>12</width>
+ <height>100%</height>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <orientation>vertical</orientation>
+ <animation effect="zoom" start="100,100" end="50,100" center="-50,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(73)">conditional</animation>
+ </control>
+ <include>PVRInfoPanel</include>
+ </control>
+ </control>
+ <include content="TopBar">
+ <param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRTimersVar]" />
+ </include>
+ <include content="BottomBar">
+ <param name="info_visible" value="true" />
+ </include>
+ <control type="label">
+ <right>20</right>
+ <description>Disk usage text</description>
+ <include>OpenClose_Right</include>
+ <bottom>10</bottom>
+ <width>800</width>
+ <height>60</height>
+ <label>$INFO[PVR.NextTimer]</label>
+ <shadowcolor>black</shadowcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <wrapmultiline>true</wrapmultiline>
+ <font>font27</font>
+ </control>
+ <control type="group">
+ <include>MediaMenuCommon</include>
+ <include>PVRSideBar</include>
+ </control>
+ <control type="label" id="29">
+ <font>-</font>
+ <include>HiddenObject</include>
+ </control>
+ <control type="label" id="30">
+ <font>-</font>
+ <include>HiddenObject</include>
+ </control>
+ </controls>
+</window>