DO TIM
This commit is contained in:
parent
c031ecb468
commit
b2e0285e18
116 changed files with 5462 additions and 137 deletions
|
|
@ -282,29 +282,7 @@
|
|||
DEBUGVAR SystemDateMonthInt
|
||||
DEBUGVAR SystemDateDayInt
|
||||
|
||||
; Zone set video main page.
|
||||
|
||||
Var adver_brewing_en = 1
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/aus/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Thailand" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script1.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "USANewYork" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR CountDownShowButton
|
||||
DEBUGVAR EventTurnOn
|
||||
EndIf
|
||||
|
||||
If TaobinOnlineX = "false" Then
|
||||
|
|
@ -746,8 +724,34 @@
|
|||
|
||||
EndIf
|
||||
|
||||
; Zone set video main page.
|
||||
|
||||
Var adver_brewing_en = 1
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/aus/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Thailand" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script1.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "USANewYork" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/usaNY/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR CountDownShowButton
|
||||
DEBUGVAR EventTurnOn
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/mys/video/script_video.ev"
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
;EnableLanguage "THAI"
|
||||
|
|
@ -787,6 +791,8 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/idr/video/script_video.ev"
|
||||
Var TextPriceMenuSize = 14
|
||||
Var show_eng_button_stage = "Invisible"
|
||||
Var MemberButtonFileName = "ROOT/taobin_project/image/main_page_en/bp_main_page_member.png"
|
||||
|
|
@ -805,6 +811,9 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/aus/video/script_video.ev"
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
SetLanguage "ENG"
|
||||
|
|
@ -842,6 +851,47 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If CountryName = "USANewYork" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/usaNY/video/script_video.ev"
|
||||
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
SetLanguage "ENG"
|
||||
LanguageControl "UpdateList" "-"
|
||||
|
||||
Var InternationalEnable = 1
|
||||
Var show_eng = "true"
|
||||
;Var VideoMainPage = "ROOT/taobin_project/inter/usaNY/video/video_main.mp4"
|
||||
Var img_press_main_page = "ROOT/taobin_project/image/main_page_en/bp_main_page_start.png"
|
||||
|
||||
Var ShowNetworkProblemText = "Network error. Payment Cash only."
|
||||
|
||||
Var CountryRootPath = "ROOT/taobin_project/inter/usaNY/"
|
||||
|
||||
ar TextPriceMenuSize = 12
|
||||
Var TextPriceMenuY = 264
|
||||
Var TextPriceMenuBlendX = 180
|
||||
Var TextPriceMenuHotX = 48
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
Var PriceUnitText = ""
|
||||
|
||||
Var MemberButtonFileName = "ROOT/taobin_project/image/main_page_en/bp_main_page_member.png"
|
||||
Var show_eng_button_stage = "Invisible"
|
||||
|
||||
Var CountDownShowButton = 35
|
||||
|
||||
Var XButtonMember = 212
|
||||
Var YButtonMember = 1695
|
||||
|
||||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/usaNY/menu/lang.tsv"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR InternationalEnable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue