skin.pellucid/1080i/script-globalsearch.xml

218 lines
8.2 KiB
XML
Raw Normal View History

2018-03-06 22:04:34 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<views>50</views>
<controls>
<include>globalBackground</include>
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<visible>![Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml)]</visible>
<!--content selector-->
<control type="panel" id="9000">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>4-col</width>
<height>18-row</height>
<onright>50</onright>
<itemlayout height="2-row" width="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<height>2-row</height>
<width>276</width>
<aligny>center</aligny>
<font>itemTitle</font>
<label>$INFO[ListItem.Label] $INFO[ListItem.Label2,(,)]</label>
</control>
</itemlayout>
<focusedlayout height="2-row" width="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<height>2-row</height>
<width>276</width>
<aligny>center</aligny>
<font>itemTitle</font>
<label>$INFO[ListItem.Label] $INFO[ListItem.Label2,(,)]</label>
</control>
</focusedlayout>
</control>
<!--search results-->
<control type="panel" id="50">
<posx>col-6-begin</posx>
<posy>row-5-begin</posy>
<width>19-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="19-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[listitem.tvshowtitle,, - ]$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="19-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[listitem.tvshowtitle,, - ]$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>54r</posx>
<posy>row-8-begin</posy>
<height>20-row</height>
<onleft>50</onleft>
<onback>50</onback>
</control>
</control>
<!--page header-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--title-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31147]</label>
<textcolor>textActive</textcolor>
</control>
<!--subtitle-->
<control type="label">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
<label>$INFO[Window.Property(GlobalSearch.SearchString),$LOCALIZE[31237]: ',']</label>
<textcolor>textActive</textcolor>
</control>
<!--time-->
<control type="label">
<posx>24-col</posx>
<posy>0</posy>
<width>12-col</width>
<align>right</align>
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<!--date-->
<control type="label">
<posx>24-col</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>2-row</height>
<align>right</align>
<font>pageSubTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
</control>
</control>
<!--hidden controls-->
<control type="label" id="999">
<posx>-2000</posx>
</control>
<control type="button" id="990">
<posx>-2000</posx>
</control>
<control type="label" id="991">
<posx>-2000</posx>
</control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu-->
<include>hubMenu</include>
<!--loading indicator-->
<include>loadingIndicator</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-globalsearch.xml</label>
</control>
</controls>
</window>