skin.pellucid/1080i/DialogAddonInfo.xml

185 lines
7.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<controls>
<include>globalBackground</include>
<!--About this addon-->
<control type="group">
<posx>col-4-begin</posx>
<posy>row-4-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<!--dialog background-->
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>1320</width>
<height>22-row</height>
<texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--title-->
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>17-col</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>$INFO[ListItem.AddonType]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<!--addon details-->
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
<height>8-row</height>
<aspectratio aligny="center">scale</aspectratio>
<texture fallback="colors/black.png">$INFO[ListItem.art(fanart)]</texture>
</control>
<!--screenshots-->
<control type="panel" id="50">
<posx>1-col</posx>
<posy>87</posy>
<width>16-col</width>
<height>8-row</height>
<onleft>50</onleft>
<onright>50</onright>
<ondown>8000</ondown>
<orientation>horizontal</orientation>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="444" height="336">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="aa111111">colors/black.png</bordertexture>
<bordersize>6</bordersize>
</control>
</itemlayout>
<focusedlayout width="444" height="336">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordertexture border="6">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</control>
</focusedlayout>
</control>
<control type="group">
<posx>6-col</posx>
<posy>372</posy>
<control type="label">
<description>Addon Title</description>
<posx>24</posx>
<posy>0</posy>
<width>10-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<label>[B]$INFO[ListItem.addonname]$INFO[ListItem.addonversion, (,)][/B]</label>
</control>
<control type="label">
<posx>24</posx>
<posy>68</posy>
<width>9-col</width>
<font>menuTitle</font>
<textcolor>menuUnselected</textcolor>
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,]</label>
</control>
<control type="textbox" id="400">
<posx>24</posx>
<posy>132</posy>
<font>textbox</font>
<width>11-col-gutter</width>
<height>256</height>
<label fallback="31205">$INFO[ListItem.AddonDescription]</label>
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>882</posx>
<posy>4-row</posy>
<height>7-row</height>
<onleft>6</onleft>
</control>
</control>
<!--dialog controls-->
<control type="grouplist" id="8000">
<visible>!Window.IsVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<posx>0</posx>
<posy>366</posy>
<width>6-col</width>
<height>11-row</height>
<orientation>vertical</orientation>
<control type="button" id="6">
<description>Install / Uninstall addon</description>
<label>24022</label>
<width>6-col</width>
</control>
<control type="button" id="7">
<description>Disable Addon button</description>
<width>6-col</width>
</control>
<control type="button" id="8">
<description>Update Addon button</description>
<width>6-col</width>
<label>24069</label>
</control>
<control type="button" id="9">
<description>Addon Settings</description>
<width>6-col</width>
<label>24020</label>
</control>
<control type="button" id="10">
<description>Addon Dependencies</description>
<width>6-col</width>
<label>Addon Dependencies</label>
</control>
<control type="button" id="12">
<description>Launch addon</description>
<width>6-col</width>
</control>
<control type="radiobutton" id="13">
<width>6-col</width>
</control>
<control type="button" id="14">
<description>Version</description>
<width>6-col</width>
<label>24069</label>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAddonInfo.xml</label>
</control>
</controls>
</window>