home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
QIW
/
PageLayouts
/
productSelection.xml
< prev
next >
Wrap
Extensible Markup Language
|
2008-02-08
|
4KB
|
110 lines
<?xml version="1.0" encoding="UTF-8"?>
<!--!DOCTYPE window SYSTEM "pagelayouts.dtd"-->
<window>
<textFrame name="textbox" >
<position>
<x>25</x>
<y>90</y>
<width>678</width>
<height>65</height>
</position>
</textFrame>
<image name="productGraphic">
<position>
<x>40</x>
<y>185</y>
<width>648</width>
<height>250</height>
</position>
</image>
<listBox name="product">
<position>
<x>25</x>
<y>155</y>
<width>200</width>
<height>100</height>
</position>
<list>
<!-- instruction appears the first time the page is displayed and disappears as soon as you select an item -->
<instruction><tr(Select your product)></instruction>
<listItem value="546v v7">TG546v v7</listItem>
<listItem value="576 v7">TG576 v7</listItem>
<listItem value="585 v7">TG585 v7</listItem>
<listItem value="585n">TG585n</listItem>
<listItem value="587n">TG587n</listItem>
<listItem value="605">TG605</listItem>
<listItem value="608">TG608</listItem>
<listItem value="780 BUS">TG780 Business</listItem>
<listItem value="787">TG787</listItem>
<listItem value="787v">TG787v</listItem>
<listItem value="787v BUS">TG787v Business</listItem>
<!--listItem value="790">TG790</listItem-->
<listItem value="otherProduct">tr(Other)</listItem>
</list>
<action>
<saveValueToVariable>productNumber</saveValueToVariable>
<addCondition>%productNumber%</addCondition>
<!-- productSelected condition triggers the Next button, and the animation showed on the page -->
<addCondition>productSelected</addCondition>
<!-- add the conditions that apply to the product -->
<addCondition show="546v v7">housing-st,wallmount,vdsl</addCondition>
<addCondition show="576 v7">housing-tg,wallmount,wlan,SSID-TG</addCondition>
<addCondition show="585 v7">housing-tg,wallmount,wlan,SSID-TG</addCondition>
<addCondition show="585n">housing-tg,wallmount,wlan,wlan-n,SSID-TG</addCondition>
<addCondition show="587n">housing-tg,wallmount,wlan,wlan-n,SSID-TG</addCondition>
<addCondition show="605">housing-st,wallmount</addCondition>
<addCondition show="608">housing-st,wallmount</addCondition>
<addCondition show="780 BUS">housing-st,wallmount,wlan,SSID-TG,voice</addCondition>
<addCondition show="787">housing-tg,wallmount,wlan,SSID-TG,voice</addCondition>
<addCondition show="787v">housing-st,wallmount,wlan,SSID-TG,voice</addCondition>
<addCondition show="787v BUS">housing-st,wallmount,wlan,SSID-TG,voice</addCondition>
<addCondition show="790">housing-tg,wallmount,wlan,SSID-ST,voice</addCondition>
<addCondition show="otherProduct">housing-tg,wallmount,wlan,SSID-TG</addCondition>
<!-- specify where the product animations are located -->
<setVariable variable="productGraphicsFolder">images/%productNumber%</setVariable>
<setVariable variable="productGraphicsFolder" show="546v v7">images/546v-v7</setVariable>
<setVariable variable="productGraphicsFolder" show="576 v7">images/576-v7</setVariable>
<setVariable variable="productGraphicsFolder" show="585 v7">images/585-v7</setVariable>
<setVariable variable="productGraphicsFolder" show="780 BUS">images/780-BUS</setVariable>
<setVariable variable="productGraphicsFolder" show="787v BUS">images/787v-BUS</setVariable>
</action>
</listBox>
<button name="next" show="productSelected">
<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>
<goToNext />
</action>
</button>
</window>