home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
QIW
/
PageLayouts
/
safety.xml
< prev
next >
Wrap
Extensible Markup Language
|
2008-02-07
|
6KB
|
217 lines
<?xml version="1.0" encoding="UTF-8"?>
<!--!DOCTYPE window SYSTEM "pagelayouts.dtd"-->
<window>
<textFrame name="safety">
<position>
<x>25</x>
<y>125</y>
<width>678</width>
<height>260</height>
</position>
</textFrame>
<checkBox name="safetycheck">
<label>tr(I have read and fully understand the Safety Instructions and Regulatory Notices.)</label>
<position>
<x>25</x>
<y>400</y>
<width>600</width>
<height>20</height>
</position>
<format>
<fontFamily>Arial</fontFamily>
<fontSize>12</fontSize>
<fontStyle>normal</fontStyle>
<fontWeight>bold</fontWeight>
<fontColor>0xFF0000</fontColor>
</format>
<onPress>
<addCondition>safetyConfirmed</addCondition>
</onPress>
</checkBox>
<listBox name="countries_EN" show="en">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="US">United States</listItem>
<listItem value="GB">United Kingdom</listItem>
<listItem value="IE">Ireland</listItem>
<listItem value="CA">Canada</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_fr" show="fr">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="FR">France</listItem>
<listItem value="CA">Canada</listItem>
<listItem value="LU">Luxembourg</listItem>
<listItem value="INT">Autre</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_de" show="de">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="DE">Deutschland</listItem>
<listItem value="AT">Österreich</listItem>
<listItem value="BE">Belgien</listItem>
<listItem value="LU">Luxemburg</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_es" show="es">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="ES">España</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_pt" show="pt">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="BR">Brasil</listItem>
<listItem value="PT">Portugal</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_it" show="it">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="IT">Italia</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_nl" show="nl">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="BE">België</listItem>
<listItem value="NL">Nederland</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<listBox name="countries_sv" show="sv">
<position>
<x>25</x>
<y>90</y>
<width>150</width>
<height>100</height>
</position>
<list>
<listItem value="INT">tr(All countries)</listItem>
<listItem value="SE">Sverige</listItem>
<listItem value="FI">Finland</listItem>
</list>
<action>
<saveValueToVariable>countryCode</saveValueToVariable>
<addCondition>%countryCode%</addCondition>
</action>
</listBox>
<button name="next" show="safetyConfirmed">
<label>tr(Next)</label>
<position>
<x>142</x>
<y>440</y>
<width>120</width>
<height>24</height>
</position>
<background>
<default>images/btn_next_up.swf</default>
<hover>images/btn_next_down.swf</hover>
<pressed>images/btn_next_down.swf</pressed>
</background>
<colorDefinitions>
<default>
<color>%backgroundcolor01%</color>
<textColor>%companycolor02%</textColor>
<borderColor>%companycolor02%</borderColor>
</default>
<hover>
<color>%backgroundcolor01%</color>
<textColor>%companycolor02%</textColor>
<borderColor>%companycolor01%</borderColor>
</hover>
<pressed>
<color>%backgroundcolor01%</color>
<textColor>%companycolor01%</textColor>
<borderColor>%companycolor01%</borderColor>
</pressed>
</colorDefinitions>
<action>
<writeToRegistry>
<location>Thomson\\menu</location>
<valueName>safetyConfirmed</valueName>
<value>yes</value>
</writeToRegistry>
<writeToUserLibrary>
<location>com.Thomson.Menu.plist</location>
<valueName>SafetyConfirmed</valueName>
<value>yes</value>
<type>string</type>
</writeToUserLibrary>
<goToNext />
</action>
</button>
</window>