|
|
|
|
@@ -1,375 +1,124 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
|
|
|
<window>
|
|
|
|
|
<allowoverlays>false</allowoverlays>
|
|
|
|
|
<animation type="WindowOpen" reversible="false">
|
|
|
|
|
<effect type="slide" start="0,200" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
|
|
|
|
|
<effect type="fade" delay="160" end="100" time="240" />
|
|
|
|
|
</animation>
|
|
|
|
|
<animation type="WindowClose" reversible="false">
|
|
|
|
|
<effect type="slide" start="0,0" end="0,200" center="640,225" easing="in" tween="cubic" time="200" />
|
|
|
|
|
<effect type="fade" start="100" end="0" time="240" />
|
|
|
|
|
</animation>
|
|
|
|
|
<controls>
|
|
|
|
|
<control type="group" id="10001">
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<depth>0.52</depth>
|
|
|
|
|
<coordinates>
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<top>0</top>
|
|
|
|
|
</coordinates>
|
|
|
|
|
<controls>
|
|
|
|
|
<!-- CLOSE BUTTON / BACKGROUND -->
|
|
|
|
|
<control type="button">
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<width>100%</width>
|
|
|
|
|
<height>100%</height>
|
|
|
|
|
<texturefocus colordiffuse="FF232323">white.png</texturefocus>
|
|
|
|
|
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
|
|
|
|
|
<animation effect="fade" time="200">WindowOpen</animation>
|
|
|
|
|
<animation effect="fade" time="200">WindowClose</animation>
|
|
|
|
|
<onclick>Action(close)</onclick>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- GROUP CONTROLS -->
|
|
|
|
|
<control type="group">
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<animation type="WindowOpen" reversible="false">
|
|
|
|
|
<effect type="slide" start="0,100" end="0,0" delay="160" time="160" />
|
|
|
|
|
<effect type="fade" delay="160" end="100" time="100" />
|
|
|
|
|
</animation>
|
|
|
|
|
<animation type="WindowClose" reversible="false">
|
|
|
|
|
<effect type="slide" start="0,0" end="0,100" delay="160" time="160" />
|
|
|
|
|
<effect type="fade" delay="160" start="100" end="0" time="100" />
|
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
|
|
<!-- BACKGROUND -->
|
|
|
|
|
<control type="image" id='30000'>
|
|
|
|
|
<width>1280</width>
|
|
|
|
|
<height>720</height>
|
|
|
|
|
<texture colordiffuse="FF555555"></texture>
|
|
|
|
|
</control>
|
|
|
|
|
|
|
|
|
|
<!-- LOADING -->
|
|
|
|
|
<control type="image" id='30001'>
|
|
|
|
|
<top>355</top>
|
|
|
|
|
<left>490</left>
|
|
|
|
|
<width>300</width>
|
|
|
|
|
<height>10</height>
|
|
|
|
|
<texture>white.png</texture>
|
|
|
|
|
<animation effect="zoom" pulse ="true" center="auto" start="0,100" end="100,100" time="1000" condition="Control.IsVisible(30001)">Conditional</animation>
|
|
|
|
|
</control>
|
|
|
|
|
|
|
|
|
|
<!-- SELECTION -->
|
|
|
|
|
<control type="fixedlist" id="30002">
|
|
|
|
|
<top>40</top>
|
|
|
|
|
<width>100%</width>
|
|
|
|
|
<height>100%</height>
|
|
|
|
|
<control type="image">
|
|
|
|
|
<width>100%</width>
|
|
|
|
|
<height>100%</height>
|
|
|
|
|
<texture colordiffuse="FF232323">white.png</texture>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- FANART -->
|
|
|
|
|
<control type="image" id="10004">
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<width>100%</width>
|
|
|
|
|
<height>100%</height>
|
|
|
|
|
<texture></texture>
|
|
|
|
|
<colordiffuse>33FFFFFF</colordiffuse>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- Header -->
|
|
|
|
|
<control type="label" id="10002">
|
|
|
|
|
<top>20</top>
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<height>34</height>
|
|
|
|
|
<width>100%</width>
|
|
|
|
|
<font>font30_title</font>
|
|
|
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
|
|
|
<align>center</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
<label>$ADDON[plugin.video.kod 70000]</label>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- Close -->
|
|
|
|
|
<control type="button" id="10003">
|
|
|
|
|
<right>30</right>
|
|
|
|
|
<top>25</top>
|
|
|
|
|
<width>30</width>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
|
|
|
|
|
<texturenofocus colordiffuse="55FFFFFF">close.png</texturenofocus>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- LOCANDINA -->
|
|
|
|
|
<control type="image" id="10005">
|
|
|
|
|
<right>30</right>
|
|
|
|
|
<top>110</top>
|
|
|
|
|
<width>349</width>
|
|
|
|
|
<height>500</height>
|
|
|
|
|
<texture></texture>
|
|
|
|
|
<aspectratio>keep</aspectratio>
|
|
|
|
|
<animation type="WindowOpen" reversible="false">
|
|
|
|
|
<effect type="slide" start="200,0" end="0,0" delay="300" tween="cubic" time="200" />
|
|
|
|
|
<effect type="fade" delay="300" end="100" time="240" />
|
|
|
|
|
</animation>
|
|
|
|
|
<animation type="WindowClose" reversible="false">
|
|
|
|
|
<effect type="slide" start="0,0" end="200,0" easing="in" tween="cubic" time="200" />
|
|
|
|
|
<effect type="fade" start="100" end="0" time="240" />
|
|
|
|
|
</animation>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- Serie -->
|
|
|
|
|
<control type="label" id="10006">
|
|
|
|
|
<top>100</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="10007">
|
|
|
|
|
<top>100</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="10008"> <!-- Lingua Originale -->
|
|
|
|
|
<top>130</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="10009">
|
|
|
|
|
<top>130</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100010"> <!-- Punteggio -->
|
|
|
|
|
<top>160</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100011">
|
|
|
|
|
<top>160</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100012"> <!-- Generi -->
|
|
|
|
|
<top>190</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100013">
|
|
|
|
|
<top>190</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100014">
|
|
|
|
|
<top>220</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100015">
|
|
|
|
|
<top>220</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100016">
|
|
|
|
|
<top>250</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100017">
|
|
|
|
|
<top>250</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100018">
|
|
|
|
|
<top>280</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100019">
|
|
|
|
|
<top>280</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100020">
|
|
|
|
|
<top>310</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100021">
|
|
|
|
|
<top>310</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>365</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<scrollsuffix> | </scrollsuffix>
|
|
|
|
|
<scroll>true</scroll>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100022"> <!-- Trama -->
|
|
|
|
|
<top>330</top>
|
|
|
|
|
<left>60</left>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>505</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="textbox" id="100023">
|
|
|
|
|
<top>330</top>
|
|
|
|
|
<left>250</left>
|
|
|
|
|
<height>250</height>
|
|
|
|
|
<width>550</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>0xFFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<wrapmultiline>true</wrapmultiline>
|
|
|
|
|
<autoscroll delay="2000" time="1500" repeat="2000">true</autoscroll>
|
|
|
|
|
<align>justify</align>
|
|
|
|
|
<aligny>top</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
</control>
|
|
|
|
|
|
|
|
|
|
<control type="group" id="10024">
|
|
|
|
|
<bottom>60</bottom>
|
|
|
|
|
<left>40</left>
|
|
|
|
|
<width>760</width>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
|
|
|
|
<control type="button" id="10025">
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<height>640</height>
|
|
|
|
|
<viewtype>wrap</viewtype>
|
|
|
|
|
<orientation>horizontal</orientation>
|
|
|
|
|
<scrolltime tween="cubic" easing="out">300</scrolltime>
|
|
|
|
|
<itemlayout height="640" width="180">
|
|
|
|
|
<!-- Poster -->
|
|
|
|
|
<control type="image">
|
|
|
|
|
<bottom>0</bottom>
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>50</height>
|
|
|
|
|
<textwidth>110</textwidth>
|
|
|
|
|
<texturefocus colordiffuse="FF0081C2">white.png</texturefocus>
|
|
|
|
|
<texturenofocus colordiffuse="000081C2">white.png</texturenofocus>
|
|
|
|
|
<align>center</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
<label>$ADDON[plugin.video.kod 70005]</label>
|
|
|
|
|
<width>180</width>
|
|
|
|
|
<height>270</height>
|
|
|
|
|
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
|
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
|
<bordersize>10</bordersize>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="button" id="10026">
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<left>210</left>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>50</height>
|
|
|
|
|
<textwidth>110</textwidth>
|
|
|
|
|
<texturefocus colordiffuse="FF0081C2">white.png</texturefocus>
|
|
|
|
|
<texturenofocus colordiffuse="000081C2">white.png</texturenofocus>
|
|
|
|
|
<align>center</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
<label>$ADDON[plugin.video.kod 70006]</label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="button" id="10027">
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<left>420</left>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>50</height>
|
|
|
|
|
<textwidth>110</textwidth>
|
|
|
|
|
<texturefocus colordiffuse="FF0081C2">white.png</texturefocus>
|
|
|
|
|
<texturenofocus colordiffuse="000081C2">white.png</texturenofocus>
|
|
|
|
|
<align>center</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
<label>$ADDON[plugin.video.kod 70002]</label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="button" id="10028">
|
|
|
|
|
<top>0</top>
|
|
|
|
|
<left>640</left>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>50</height>
|
|
|
|
|
<textwidth>110</textwidth>
|
|
|
|
|
<texturefocus colordiffuse="FF0081C2">white.png</texturefocus>
|
|
|
|
|
<texturenofocus colordiffuse="000081C2">white.png</texturenofocus>
|
|
|
|
|
<align>center</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
<label>$ADDON[plugin.video.kod 70007]</label>
|
|
|
|
|
</control>
|
|
|
|
|
<control type="label" id="100029">
|
|
|
|
|
</itemlayout>
|
|
|
|
|
<focusedlayout height="640" width="480">
|
|
|
|
|
<!-- Title -->
|
|
|
|
|
<control type="textbox">
|
|
|
|
|
<left>500</left>
|
|
|
|
|
<top>10</top>
|
|
|
|
|
<left>1080</left>
|
|
|
|
|
<width>730</width>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<font>font30_title</font>
|
|
|
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
|
|
|
|
<label>[B]$INFO[ListItem.Label] [COLOR FFAAAAAA] $INFO[ListItem.Property(year)][/COLOR][/B] </label>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- info -->
|
|
|
|
|
<control type="textbox">
|
|
|
|
|
<left>500</left>
|
|
|
|
|
<top>50</top>
|
|
|
|
|
<width>730</width>
|
|
|
|
|
<height>30</height>
|
|
|
|
|
<width>110</width>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>black</shadowcolor>
|
|
|
|
|
<align>right</align>
|
|
|
|
|
<aligny>center</aligny>
|
|
|
|
|
<label></label>
|
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
|
|
|
|
<label>$ADDON[plugin.video.kod 60382] $INFO[ListItem.Property(genre)] | $ADDON[plugin.video.kod 60380] [B]$INFO[ListItem.Property(rating)][/B]</label>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
</control>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- Plot -->
|
|
|
|
|
<control type="textbox">
|
|
|
|
|
<left>500</left>
|
|
|
|
|
<top>90</top>
|
|
|
|
|
<width>730</width>
|
|
|
|
|
<height>250</height>
|
|
|
|
|
<font>font13</font>
|
|
|
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
|
|
|
|
<label>$INFO[ListItem.Property(plot)]</label>
|
|
|
|
|
<autoscroll time="3000" delay="3000" repeat="3000">True</autoscroll>
|
|
|
|
|
<align>left</align>
|
|
|
|
|
</control>
|
|
|
|
|
<!-- Poster -->
|
|
|
|
|
<control type="image">
|
|
|
|
|
<bottom>0</bottom>
|
|
|
|
|
<left>0</left>
|
|
|
|
|
<width>480</width>
|
|
|
|
|
<height>640</height>
|
|
|
|
|
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
|
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
|
<bordersize>10</bordersize>
|
|
|
|
|
</control>
|
|
|
|
|
</focusedlayout>
|
|
|
|
|
</control>
|
|
|
|
|
</controls>
|
|
|
|
|
</control> <!-- GROUP CONTROLS END -->
|
|
|
|
|
</controls>
|
|
|
|
|
</window>
|
|
|
|
|
|