skin.pellucidPlus/1080i/DialogAddonInfo.xml

258 lines
11 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<!--fanart / coverart if available-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>$INFO[ListItem.art(fanart)]</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio aligny="top">scale</aspectratio>
</control>
</control>
2015-03-27 21:31:13 +01:00
<control type="group">
<visible>isEmpty(ListItem.art(fanart))</visible>
<include>globalBackground</include>
</control>
2014-09-28 20:47:53 +02:00
<!--About this addon-->
<control type="group">
<posx>col-3-begin</posx>
<posy>row-2-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-240</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Addon.Type)]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="image">
<posx>0</posx>
<posy>159</posy>
<width>5-col</width>
<height>5-col</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture>
</control>
<control type="group">
<posx>6-col</posx>
<control type="label">
<description>Addon Title</description>
<posx>0</posx>
<posy>3-row</posy>
<width>10-col-gutter</width>
2015-03-27 21:31:13 +01:00
<font>mediumStrong</font>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Addon.Name)]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>10-col-gutter</width>
<font>regularStrong</font>
<label>$INFO[ListItem.Property(Addon.Creator)] • $LOCALIZE[31082] $INFO[ListItem.Property(Addon.Version)]</label>
</control>
<control type="textbox" id="400">
<posx>0</posx>
<posy>5-row</posy>
<font>textboxExtraLeading</font>
<width>10-col-gutter</width>
<height>340</height>
<label>[B]$INFO[ListItem.Property(Addon.Description)][/B]</label>
2015-03-27 21:31:13 +01:00
<autoscroll delay="5000" time="1000" repeat="10000"/>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--dialog controls-->
<control type="group">
<visible>!Window.IsVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<posx>0</posx>
<posy>10-row</posy>
<control type="list" id="8000">
<posx>0</posx>
<posy>0</posy>
<width>5-col</width>
<height>6-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<itemlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</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>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
2015-03-27 21:31:13 +01:00
<posy>-1</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
<font>menuTitle</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>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<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">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
2015-03-27 21:31:13 +01:00
<posy>-1</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<visible>!substring(ListItem.Property(Addon.path),http,Left)</visible>
<label>31117</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(12)</onclick>
</item>
<item id="2">
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(6)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(8)</visible>
<label>$INFO[Control.GetLabel(8)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(8)</onclick>
</item>
<item id="4">
<visible>Control.IsEnabled(11)</visible>
<label>$INFO[Control.GetLabel(11)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(11)</onclick>
</item>
<item id="5">
<visible>Control.IsEnabled(7)</visible>
<label>$INFO[Control.GetLabel(7)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(7)</onclick>
</item>
<item id="6">
<visible>Control.IsEnabled(9)</visible>
<label>$INFO[Control.GetLabel(9)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(9)</onclick>
</item>
<item id="7">
<visible>Control.IsEnabled(10)</visible>
<label>$INFO[Control.GetLabel(10)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(10)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="6">
<description>Install / Uninstall addon</description>
<label>24022</label>
</control>
<control type="button" id="8">
<description>Update Addon button</description>
<label>24069</label>
</control>
<control type="button" id="7">
<description>Disable Addon button</description>
</control>
<control type="button" id="9">
<description>Addon Settings</description>
<label>24020</label>
</control>
<control type="button" id="10">
<description>Changelog button</description>
<label>24036</label>
</control>
<control type="button" id="11">
<description>Rollback button</description>
<label>24048</label>
</control>
2015-03-27 21:31:13 +01:00
<control type="button" id="12">
2014-09-28 20:47:53 +02:00
<description>Launch addon</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAddonInfo.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>