UAE_DUBAI: add brewing3Conti, add pics

This commit is contained in:
Pakin 2024-04-05 14:23:46 +07:00
parent 52a8f96de6
commit c7519449cb
29 changed files with 1543 additions and 197 deletions

View file

@ -233,8 +233,8 @@
Var FilenameShowbuttonCashBN = CountryRootPath + "/image/page_payment_cash/bn_cash.png"
Var FilenameShowbuttonCashBP = CountryRootPath + "/image/page_payment_cash/bp_cash.png"
Else
Var FilenameShowbuttonCashBN = CountryRootPath + "/image/page_payment_en/page_payment_cash/bn_cash.png"
Var FilenameShowbuttonCashBP = CountryRootPath + "/image/page_payment_en/page_payment_cash/bp_cash.png"
Var FilenameShowbuttonCashBN = "ROOT/taobin_project/image/page_payment_en/page_payment/bn_cash.png"
Var FilenameShowbuttonCashBP = "ROOT/taobin_project/image/page_payment_en/page_payment/bp_cash.png"
EndIf
Else
Var FilenameShowbuttonCashBN = CountryRootPath + "/image/page_payment_cash/bn_cash.png"
@ -352,6 +352,9 @@
Var page_doing_show_time_image = "ROOT/taobin_project/image/page_doing/img2.png"
EndIf
If LanguageShow = "UAE_DUBAI" Then
Var DirImage = CountryRootPath + "/image/page_payment_cash/"
EndIf
Var EnoughChange = "yes"
@ -401,7 +404,11 @@
Var pay_with_credit_image = DirImage + "/bp_pay_with_credit.png"
Var pay_with_chanel_text = CountryRootPath + "image/page_payment_cash/text_1.png"
If LanguageShow = "UAE_DUBAI" Then
Var pay_with_chanel_text = CountryRootPath + "image/page_payment_cash/text_1.png"
Else
Var pay_with_chanel_text = DirImage + "/text_1.png"
EndIf
;If DisableUsingCode = "true" Then
@ -874,7 +881,9 @@
Open "ROOT/taobin_project/xml/page_catalog.xml"
Else
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Var brewing3ContiInter = CountryRootPath + "/xml/page_brewing3Conti.lxml"
DEBUGVAR brewing3ContiInter
Open brewing3ContiInter
EndIf
EndIf
@ -957,8 +966,9 @@
If Seeker = "curr" Then
Open "ROOT/taobin_project/xml/page_catalog.xml"
Else
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Var brewing3ContiInter = CountryRootPath + "/xml/page_brewing3Conti.lxml"
Open brewing3ContiInter
EndIf
EndIf
EndIf
@ -1029,8 +1039,9 @@
If Seeker = "curr" Then
Open "ROOT/taobin_project/xml/page_catalog.xml"
Else
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Var brewing3ContiInter = CountryRootPath + "/xml/page_brewing3Conti.lxml"
Open brewing3ContiInter
EndIf
EndIf
Else
@ -1419,9 +1430,9 @@
<Y> 1276</Y>
<State> PayState2</State>
;inter-image
<Filename> Var( CountryRootPath + "image/page_payment_cash/bn_pay_with_code.png") </Filename>
<FilenamePress> Var( CountryRootPath + "image/page_payment_cash/bp_pay_with_code.png") </FilenamePress>
<FilenameDisable> Var( CountryRootPath + "image/page_payment_cash/bd_pay_with_code.png") </FilenameDisable>
<Filename> Var( DirImage + "/bn_pay_with_code.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_pay_with_code.png") </FilenamePress>
<FilenameDisable> Var( DirImage + "/bd_pay_with_code.png") </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -1445,9 +1456,9 @@
<Y> 1276 </Y>
<State> PayState5 </State>
;inter-image
<Filename> Var( CountryRootPath + "image/page_payment_cash/bn_credit_card_and_qr.png") </Filename>
<FilenamePress> Var( CountryRootPath + "image/page_payment_cash/bp_credit_card_and_qr.png") </FilenamePress>
<FilenameDisable> Var( CountryRootPath + "image/page_payment_cash/bd_credit_card_and_qr.png") </FilenameDisable>
<Filename> Var( DirImage + "/bn_credit_card_and_qr.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_credit_card_and_qr.png") </FilenamePress>
<FilenameDisable> Var( DirImage + "/bd_credit_card_and_qr.png") </FilenameDisable>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
@ -1513,7 +1524,7 @@ EndIf
</EventClick>
</Button>
; cash Singapore
; cash Dubai
<Button>
<X> 439 </X>
<Y> eval(
@ -1707,7 +1718,14 @@ EndIf
<X> 182 </X>
<Y> 748 </Y>
<State> alphaState2 </State>
<Filename> Var( DirImage2 + "/img_popup11-UAE_DUBAI.png" )</Filename>
;inter-image
<Filename> eval(
If LanguageShow = "UAE_DUBAI" Then
Var return = CountryRootPath + "/image/page_payment_cash/img_popup11-UAE_DUBAI.png"
Else
Var return = CountryRootPath + "/image/page_payment_cash/img_popup11-UAE_DUBAI_en.png"
EndIf
) </Filename>
</Image>