diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-06 11:24:40 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-06 11:24:40 +0100 |
commit | a4e90f0b4b337bae44a3a2ab0ebd2ba950d54a25 (patch) | |
tree | 278080881a9032432eb8ecde60fe27e05b7deac9 /addons/skin.confluence/720p/DialogPVRChannelsOSD.xml | |
parent | 693aedae48457a537dbfae6081590806e326a346 (diff) |
dos -> unix
Diffstat (limited to 'addons/skin.confluence/720p/DialogPVRChannelsOSD.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogPVRChannelsOSD.xml | 524 |
1 files changed, 262 insertions, 262 deletions
diff --git a/addons/skin.confluence/720p/DialogPVRChannelsOSD.xml b/addons/skin.confluence/720p/DialogPVRChannelsOSD.xml index be9987e49e..2a54c01893 100644 --- a/addons/skin.confluence/720p/DialogPVRChannelsOSD.xml +++ b/addons/skin.confluence/720p/DialogPVRChannelsOSD.xml @@ -1,263 +1,263 @@ -<window id="609">
- <defaultcontrol always="true">11</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>780</posx>
- <posy>30</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="group">
- <control type="image">
- <description>background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>480</width>
- <height>660</height>
- <colordiffuse>EEFFFFFF</colordiffuse>
- <texture border="40">DialogBack.png</texture>
- </control>
- <control type="button">
- <description>Close Window button</description>
- <posx>400</posx>
- <posy>9</posy>
- <width>64</width>
- <height>32</height>
- <label>-</label>
- <font>-</font>
- <onclick>PreviousMenu</onclick>
- <texturefocus>DialogCloseButton-focus.png</texturefocus>
- <texturenofocus>DialogCloseButton.png</texturenofocus>
- <onleft>2</onleft>
- <onright>2</onright>
- <onup>2</onup>
- <ondown>2</ondown>
- <visible>system.getbool(input.enablemouse)</visible>
- </control>
- <control type="image">
- <posx>40</posx>
- <posy>10</posy>
- <width>430</width>
- <height>90</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassTitleBar.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>40</posx>
- <posy>18</posy>
- <width>430</width>
- <height>30</height>
- <font>font12_title</font>
- <label>$LOCALIZE[19023] - $INFO[VideoPlayer.ChannelGroup]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>pvr.IsPlayingTV</visible>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>40</posx>
- <posy>18</posy>
- <width>430</width>
- <height>30</height>
- <font>font12_title</font>
- <label>$LOCALIZE[19024] - $INFO[MusicPlayer.ChannelGroup]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>pvr.IsPlayingRadio</visible>
- </control>
- <control type="list" id="11">
- <posx>40</posx>
- <posy>64</posy>
- <width>390</width>
- <height>541</height>
- <onleft>60</onleft>
- <onright>60</onright>
- <onup>11</onup>
- <ondown>11</ondown>
- <viewtype label="535">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="400">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>390</width>
- <height>61</height>
- <texture border="2">MenuItemNF.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="label">
- <posx>5</posx>
- <posy>-4</posy>
- <width>40</width>
- <height>35</height>
- <font>font10</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>grey</textcolor>
- <selectedcolor>grey</selectedcolor>
- <info>ListItem.ChannelNumber</info>
- </control>
- <control type="label">
- <posx>50</posx>
- <posy>0</posy>
- <width>270</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>50</posx>
- <posy>30</posy>
- <width>330</width>
- <height>30</height>
- <font>font12</font>
- <textcolor>grey</textcolor>
- <selectedcolor>grey</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <visible>IsEmpty(Listitem.Icon)</visible>
- <label>$INFO[ListItem.Title]</label>
- </control>
- <control type="label">
- <posx>50</posx>
- <posy>30</posy>
- <width>270</width>
- <height>30</height>
- <font>font12</font>
- <textcolor>grey</textcolor>
- <selectedcolor>grey</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <visible>!IsEmpty(Listitem.Icon)</visible>
- <label>$INFO[ListItem.Title]</label>
- </control>
- <control type="image">
- <posx>330</posx>
- <posy>4</posy>
- <width>50</width>
- <height>50</height>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="500">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>390</width>
- <height>61</height>
- <texture border="2">MenuItemNF.png</texture>
- <visible>!Control.HasFocus(11)</visible>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>390</width>
- <height>61</height>
- <texture border="2">MenuItemFO.png</texture>
- <visible>Control.HasFocus(11)</visible>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="label">
- <posx>5</posx>
- <posy>-4</posy>
- <width>40</width>
- <height>35</height>
- <font>font10</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>grey</textcolor>
- <selectedcolor>grey</selectedcolor>
- <info>ListItem.ChannelNumber</info>
- </control>
- <control type="label">
- <posx>50</posx>
- <posy>0</posy>
- <width>270</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>50</posx>
- <posy>30</posy>
- <width>330</width>
- <height>30</height>
- <font>font12</font>
- <textcolor>grey</textcolor>
- <selectedcolor>grey</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <visible>IsEmpty(Listitem.Icon)</visible>
- <label>$INFO[ListItem.Title]</label>
- </control>
- <control type="label">
- <posx>50</posx>
- <posy>30</posy>
- <width>270</width>
- <height>30</height>
- <font>font12</font>
- <textcolor>grey</textcolor>
- <selectedcolor>grey</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <visible>!IsEmpty(Listitem.Icon)</visible>
- <label>$INFO[ListItem.Title]</label>
- </control>
- <control type="image">
- <posx>330</posx>
- <posy>4</posy>
- <width>50</width>
- <height>50</height>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- </focusedlayout>
- </control>
- <control type="scrollbar" id="60">
- <posx>435</posx>
- <posy>65</posy>
- <width>25</width>
- <height>541</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>ScrollBarNib.png</textureslidernib>
- <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
- <onleft>11</onleft>
- <onright>11</onright>
- <ondown>61</ondown>
- <onup>61</onup>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- <control type="label">
- <description>Page Count Label</description>
- <posx>450</posx>
- <posy>615</posy>
- <width>400</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>grey</textcolor>
- <scroll>false</scroll>
- <align>right</align>
- <aligny>center</aligny>
- <label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
- <include>Window_OpenClose_Animation</include>
- </control>
- </control>
- </controls>
+<window id="609"> + <defaultcontrol always="true">11</defaultcontrol> + <coordinates> + <system>1</system> + <posx>780</posx> + <posy>30</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="group"> + <control type="image"> + <description>background image</description> + <posx>0</posx> + <posy>0</posy> + <width>480</width> + <height>660</height> + <colordiffuse>EEFFFFFF</colordiffuse> + <texture border="40">DialogBack.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>400</posx> + <posy>9</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>2</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>2</ondown> + <visible>system.getbool(input.enablemouse)</visible> + </control> + <control type="image"> + <posx>40</posx> + <posy>10</posy> + <width>430</width> + <height>90</height> + <aspectratio>stretch</aspectratio> + <texture>GlassTitleBar.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>40</posx> + <posy>18</posy> + <width>430</width> + <height>30</height> + <font>font12_title</font> + <label>$LOCALIZE[19023] - $INFO[VideoPlayer.ChannelGroup]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>pvr.IsPlayingTV</visible> + </control> + <control type="label"> + <description>header label</description> + <posx>40</posx> + <posy>18</posy> + <width>430</width> + <height>30</height> + <font>font12_title</font> + <label>$LOCALIZE[19024] - $INFO[MusicPlayer.ChannelGroup]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>pvr.IsPlayingRadio</visible> + </control> + <control type="list" id="11"> + <posx>40</posx> + <posy>64</posy> + <width>390</width> + <height>541</height> + <onleft>60</onleft> + <onright>60</onright> + <onup>11</onup> + <ondown>11</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="400"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>390</width> + <height>61</height> + <texture border="2">MenuItemNF.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="label"> + <posx>5</posx> + <posy>-4</posy> + <width>40</width> + <height>35</height> + <font>font10</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>grey</textcolor> + <selectedcolor>grey</selectedcolor> + <info>ListItem.ChannelNumber</info> + </control> + <control type="label"> + <posx>50</posx> + <posy>0</posy> + <width>270</width> + <height>30</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>50</posx> + <posy>30</posy> + <width>330</width> + <height>30</height> + <font>font12</font> + <textcolor>grey</textcolor> + <selectedcolor>grey</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <visible>IsEmpty(Listitem.Icon)</visible> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="label"> + <posx>50</posx> + <posy>30</posy> + <width>270</width> + <height>30</height> + <font>font12</font> + <textcolor>grey</textcolor> + <selectedcolor>grey</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <visible>!IsEmpty(Listitem.Icon)</visible> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="image"> + <posx>330</posx> + <posy>4</posy> + <width>50</width> + <height>50</height> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </itemlayout> + <focusedlayout height="60" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>390</width> + <height>61</height> + <texture border="2">MenuItemNF.png</texture> + <visible>!Control.HasFocus(11)</visible> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>390</width> + <height>61</height> + <texture border="2">MenuItemFO.png</texture> + <visible>Control.HasFocus(11)</visible> + <include>VisibleFadeEffect</include> + </control> + <control type="label"> + <posx>5</posx> + <posy>-4</posy> + <width>40</width> + <height>35</height> + <font>font10</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>grey</textcolor> + <selectedcolor>grey</selectedcolor> + <info>ListItem.ChannelNumber</info> + </control> + <control type="label"> + <posx>50</posx> + <posy>0</posy> + <width>270</width> + <height>30</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>50</posx> + <posy>30</posy> + <width>330</width> + <height>30</height> + <font>font12</font> + <textcolor>grey</textcolor> + <selectedcolor>grey</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <visible>IsEmpty(Listitem.Icon)</visible> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="label"> + <posx>50</posx> + <posy>30</posy> + <width>270</width> + <height>30</height> + <font>font12</font> + <textcolor>grey</textcolor> + <selectedcolor>grey</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <visible>!IsEmpty(Listitem.Icon)</visible> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="image"> + <posx>330</posx> + <posy>4</posy> + <width>50</width> + <height>50</height> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>435</posx> + <posy>65</posy> + <width>25</width> + <height>541</height> + <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> + <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar> + <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus> + <textureslidernib>ScrollBarNib.png</textureslidernib> + <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> + <onleft>11</onleft> + <onright>11</onright> + <ondown>61</ondown> + <onup>61</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + <control type="label"> + <description>Page Count Label</description> + <posx>450</posx> + <posy>615</posy> + <width>400</width> + <height>20</height> + <font>font12</font> + <textcolor>grey</textcolor> + <scroll>false</scroll> + <align>right</align> + <aligny>center</aligny> + <label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label> + <include>Window_OpenClose_Animation</include> + </control> + </control> + </controls> </window>
\ No newline at end of file |