skin.pellucidPlus/1080i/SettingsSystemInfo.xml

175 lines
8.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">95</defaultcontrol>
<allowoverlay>no</allowoverlay>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="1000" reversible="true">WindowOpen</animation>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-2-begin</posy>
<control type="panel" id="95">
<posx>0</posx>
<posy>24</posy>
<width>24-col</width>
<height>18-row</height>
<ondown>activateWindow(home)</ondown>
<itemlayout width="6-col" height="6-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>6-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>60</posy>
<width>384</width>
<align>center</align>
<font>symbolVeryLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.property(itemIcon)]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>384</width>
<align>center</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<posx>12</posx>
<posy>4-row</posy>
<width>384</width>
<align>center</align>
<height>3-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="6-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>6-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>60</posy>
<width>384</width>
<align>center</align>
<font>symbolVeryLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.property(itemIcon)]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>384</width>
<align>center</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<posx>12</posx>
<posy>4-row</posy>
<width>384</width>
<align>center</align>
<height>3-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<description>XBMC Version</description>
<label>482</label>
<label2>$INFO[System.BuildVersion][CR]$INFO[System.BuildDate]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="2">
<description>Connectivity</description>
<label>705</label>
<label2>$INFO[Network.IPAddress][CR]$INFO[Network.MacAddress]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="3">
<description>Storage</description>
<label>13277</label>
<label2>$INFO[System.TotalSpace,, $LOCALIZE[20161]][CR]$INFO[System.FreeSpace,, $LOCALIZE[156]]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="4">
<description>Memory</description>
<label>31062</label>
<label2>$INFO[System.Memory(total),, $LOCALIZE[20161]][CR]$INFO[System.FreeMemory] / $INFO[System.Memory(free.percent),, $LOCALIZE[156]]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="5">
<description>CPU</description>
<label>31064</label>
<label2>$INFO[System.CpuFrequency][CR]$LOCALIZE[139]$INFO[System.CPUTemperature, ,]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="6">
<description>Screen Resolution</description>
<label>31070</label>
<label2>$INFO[System.ScreenWidth] x $INFO[System.ScreenHeight][CR]$INFO[System.FPS,, $LOCALIZE[31144]]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="7">
<description>Media</description>
<label>20060</label>
<label2>$INFO[Window(Home).Property(Movies.Count),$LOCALIZE[20342]: ,][CR]$INFO[Window(Home).Property(TVShows.Count),$LOCALIZE[20343]: ,][CR]$INFO[Window(Home).Property(Music.AlbumsCount),$LOCALIZE[132]: ,]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item id="8">
<description>PVR</description>
<label>24019</label>
<label2>$INFO[Pvr.BackendName][CR]$INFO[PVR.BackendDiskspace]</label2>
<property name="itemIcon">&gt;</property>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>SettingsSystemInfo.xml</label>
</control>
</controls>
</window>