skin.pellucid/1080i/VideoOSDBookmarks.xml

218 lines
9.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<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">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[298]</label>
</control>
<!--add / clear bookmarks-->
<control type="panel" id="9000">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>2-row</height>
<orientation>horizontal</orientation>
<ondown>11</ondown>
<itemlayout 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/black.png</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col-textbox</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>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</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>$INFO[skin.string(highlightColor)]</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col-textbox</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>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</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">
<description>Create Bookmark button</description>
<label>294</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(125,2)</onclick>
</item>
<item id="2">
<description>Clear Bookmark button</description>
<label>296</label>
<label2></label2>
<thumb>-</thumb>
<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>
<thumb>-</thumb>
<onclick>SendClick(125,4)</onclick>
</item>
</content>
</control>
<!--bookmark browser: thumbs-->
<control type="panel" id="11">
<posx>0</posx>
<posy>5-row</posy>
<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>
<bordertexture colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<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>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
<include>spinFocusPoster</include>
</control>
<control type="label">
<posx>12</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<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>
</window>