2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
2015-11-22 20:48:07 +01:00
|
|
|
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>ddFFFFFF</colordiffuse>
|
|
|
|
<include>fadeInOut</include>
|
|
|
|
</control>
|
|
|
|
<control type="group">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-1-begin</posy>
|
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<control type="label">
|
2015-05-10 21:59:54 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>12-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<font>pageTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$LOCALIZE[298]</label>
|
|
|
|
</control>
|
|
|
|
<!--add / clear bookmarks-->
|
|
|
|
<control type="panel" id="9000">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<posy>2-row</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>12-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<height>2-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<orientation>horizontal</orientation>
|
|
|
|
<ondown>11</ondown>
|
2015-05-10 21:59:54 +02:00
|
|
|
<itemlayout width="6-col" height="2-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col-textbox</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-textbox</width>
|
|
|
|
<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-05-10 21:59:54 +02:00
|
|
|
<posx>0</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
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>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-05-10 21:59:54 +02:00
|
|
|
<posx>1-col-indent</posx>
|
|
|
|
<posy>-1</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>5-col-gutter</width>
|
2015-05-10 21:59:54 +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>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-05-10 21:59:54 +02:00
|
|
|
<focusedlayout width="6-col" height="2-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +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-05-10 21:59:54 +02:00
|
|
|
<include>spinFocusIcon</include>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-textbox</width>
|
|
|
|
<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-05-10 21:59:54 +02:00
|
|
|
<posx>0</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2015-11-22 20:48:07 +01:00
|
|
|
<font>symbolLarge</font>
|
2015-05-10 21:59:54 +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-05-10 21:59:54 +02:00
|
|
|
<posx>1-col-indent</posx>
|
|
|
|
<posy>-1</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>5-col-gutter</width>
|
2015-05-10 21:59:54 +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">
|
|
|
|
<description>Create Bookmark button</description>
|
|
|
|
<label>294</label>
|
|
|
|
<label2></label2>
|
2017-12-04 21:13:06 +01:00
|
|
|
<thumb></thumb>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>SendClick(125,2)</onclick>
|
|
|
|
</item>
|
|
|
|
<item id="2">
|
|
|
|
<description>Clear Bookmark button</description>
|
|
|
|
<label>296</label>
|
|
|
|
<label2></label2>
|
2017-12-04 21:13:06 +01:00
|
|
|
<thumb></thumb>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>SendClick(125,3)</onclick>
|
|
|
|
</item>
|
|
|
|
<item id="3">
|
|
|
|
<description>Clear Bookmark button (episodes)</description>
|
|
|
|
<visible>videoplayer.content(episodes)</visible>
|
|
|
|
<label>20406</label>
|
|
|
|
<label2></label2>
|
2017-12-04 21:13:06 +01:00
|
|
|
<thumb></thumb>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>SendClick(125,4)</onclick>
|
|
|
|
</item>
|
|
|
|
</content>
|
|
|
|
</control>
|
|
|
|
<!--bookmark browser: thumbs-->
|
|
|
|
<control type="panel" id="11">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<posy>5-row</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>24-col</width>
|
|
|
|
<height>11-row</height>
|
|
|
|
<orientation>horizontal</orientation>
|
|
|
|
<onup>9000</onup>
|
|
|
|
<itemlayout width="6-col" height="314">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col-gutter</width>
|
|
|
|
<height>230</height>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture colordiffuse="07FFFFFF">colors/white.png</bordertexture>
|
2015-05-10 21:59:54 +02:00
|
|
|
<bordersize>3</bordersize>
|
2014-09-28 20:47:53 +02:00
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>233</posy>
|
|
|
|
<width>6-col-gutter</width>
|
|
|
|
<font>itemTitle</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>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="6-col" height="314">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col-gutter</width>
|
|
|
|
<height>230</height>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
|
2015-05-10 21:59:54 +02:00
|
|
|
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>3</bordersize>
|
2014-09-28 20:47:53 +02:00
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
2016-04-03 17:35:32 +02:00
|
|
|
<include>focusThumb</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>233</posy>
|
|
|
|
<width>6-col-gutter</width>
|
|
|
|
<font>itemTitle</font>
|
2015-05-10 21:59:54 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.Label]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--dialog controls-->
|
|
|
|
<control type="group">
|
|
|
|
<visible>false</visible>
|
|
|
|
<control type="button" id="2">
|
|
|
|
<description>Create Bookmark button</description>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="3">
|
|
|
|
<description>Clear Bookmark button</description>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="4">
|
|
|
|
<description>Clear Bookmark button</description>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>VideoOSDBookmarks.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|