open_page_collect_point.ev redirect thai timeline
This commit is contained in:
parent
f51f419bf7
commit
9495125017
9 changed files with 13014 additions and 15030 deletions
|
|
@ -232,23 +232,12 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open "ROOT/taobin_project/spiral/xml/page_catalog_vending_machine.xml"
|
|
||||||
|
TabMenuVisibleInst 99
|
||||||
|
OpenInst 2 "ROOT/taobin_project/spiral/xml/page_catalog_vending_machine.xml"
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button>
|
|
||||||
<Layout> "linear" </Layout>
|
|
||||||
<State> MenuWinterWarmersCatalogState </State>
|
|
||||||
<Filename> "ROOT/taobin_project/inter/tha/image/page3_2_en/bn_winter_warmers.png" </Filename>
|
|
||||||
<FilenamePress> "ROOT/taobin_project/inter/tha/image/page3_2_en/bp_winter_warmers.png" </FilenamePress>
|
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
||||||
<Volume> SoundVolume </Volume>
|
|
||||||
<EventClick>
|
|
||||||
Var NextPage = "-"
|
|
||||||
Var OpenFileXML = CountryRootPath + "xml/page_catalog_group_winter_warmers_ignore.lxml"
|
|
||||||
Open OpenFileXML
|
|
||||||
</EventClick>
|
|
||||||
</Button>
|
|
||||||
</Row2>
|
</Row2>
|
||||||
</ListView1>
|
</ListView1>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8041,5 +8041,16 @@
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
;
|
;
|
||||||
|
<Text>
|
||||||
|
<X> 1 </X>
|
||||||
|
<Y> 1 </Y>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Size> 22 </Size>
|
||||||
|
<Width> 1080 </Width>
|
||||||
|
<Align> end </Align>
|
||||||
|
<Color> 0xFF0000 </Color>
|
||||||
|
<Value> "ITH6 "</Value>
|
||||||
|
</Text>
|
||||||
|
|
||||||
|
|
||||||
</Page>
|
</Page>
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -383,9 +383,13 @@ If BoxID = 201729 Then
|
||||||
Var MomCocoaPro = 0
|
Var MomCocoaPro = 0
|
||||||
Var MomCocoaProDiscountEnable = 0
|
Var MomCocoaProDiscountEnable = 0
|
||||||
Var RobinsonBeautyPro = 0
|
Var RobinsonBeautyPro = 0
|
||||||
Var JemilaPro = 1
|
Var JemilaPro = 0
|
||||||
|
Var JemilaToppingFlag = 0
|
||||||
|
|
||||||
Var JemilaToppingFlag = 1
|
|
||||||
|
Var 12Day12MenuPro = 1
|
||||||
|
Var WinterWonderPro = 1
|
||||||
|
Var ThickTeaByBrewerPro = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If BoxID = 201193 Then
|
If BoxID = 201193 Then
|
||||||
|
|
@ -421,12 +425,16 @@ If BoxID = 172644 Then
|
||||||
Var MomCocoaPro = 0
|
Var MomCocoaPro = 0
|
||||||
Var MomCocoaProDiscountEnable = 0
|
Var MomCocoaProDiscountEnable = 0
|
||||||
Var RobinsonBeautyPro = 0
|
Var RobinsonBeautyPro = 0
|
||||||
Var WeekdayDiscountPro = 1
|
Var WeekdayDiscountPro = 0
|
||||||
Var WeekdayDiscountProEventOn = 1
|
Var WeekdayDiscountProEventOn = 0
|
||||||
Var OreoDiscount11Pro = 1
|
Var OreoDiscount11Pro = 0
|
||||||
|
|
||||||
Var New_Payment = 1
|
Var New_Payment = 1
|
||||||
Var NewFlowPaymentCode = 1
|
Var NewFlowPaymentCode = 1
|
||||||
|
|
||||||
|
Var 12Day12MenuPro = 1
|
||||||
|
Var WinterWonderPro = 1
|
||||||
|
Var ThickTeaByBrewerPro = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Var XMLLiveInfoEnable = 1
|
Var XMLLiveInfoEnable = 1
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,12 @@
|
||||||
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
|
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
|
||||||
|
|
||||||
If InternationalEnable = 1 Then
|
If InternationalEnable = 1 Then
|
||||||
Var PageCollectPoint1 = CountryRootPath + "/xml/page_collect_point_1.lxml"
|
If CountryName = "Thailand" Then
|
||||||
|
; Use this between testing.
|
||||||
|
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
|
||||||
|
Else
|
||||||
|
Var PageCollectPoint1 = CountryRootPath + "/xml/page_collect_point_1.lxml"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If CountryName = "Singapore" Then
|
If CountryName = "Singapore" Then
|
||||||
|
|
@ -16,4 +21,4 @@ If CountryName = "Singapore" Then
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Open PageCollectPoint1
|
Open PageCollectPoint1
|
||||||
|
|
|
||||||
|
|
@ -1323,6 +1323,7 @@
|
||||||
|
|
||||||
; Below. Pendding from XMLProfile
|
; Below. Pendding from XMLProfile
|
||||||
DEBUGVAR MyanmarLangEnable
|
DEBUGVAR MyanmarLangEnable
|
||||||
|
DEBUGVAR EnableMultiInstance
|
||||||
;Var MyanmarLangEnable = "true"
|
;Var MyanmarLangEnable = "true"
|
||||||
Var MyanmarLangEnable = "false"
|
Var MyanmarLangEnable = "false"
|
||||||
;Var MyanmarLangEnable = ""
|
;Var MyanmarLangEnable = ""
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -108,8 +108,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "9.22"
|
Var XMLPageVersion = "9.23"
|
||||||
Var XMLPageVersionInt = 922
|
Var XMLPageVersionInt = 923
|
||||||
;Oreo
|
;Oreo
|
||||||
Var OreoGuarantee = 0
|
Var OreoGuarantee = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue