51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<Popup>
|
|
<Width> 1080 </Width>
|
|
<Height> 1920 </Height>
|
|
|
|
<EventOpen>
|
|
|
|
; Reset here
|
|
Var CheckCupStateDoorCupClose = ""
|
|
Var Opened = 0
|
|
|
|
If InternationalEnable = 1 Then
|
|
If CountryName = "Australia" Then
|
|
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/page_show_error.lxml"
|
|
Var Opened = 1
|
|
EndIf
|
|
|
|
If CountryName = "Singapore" Then
|
|
OpenInst 0 "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
|
|
Var Opened = 1
|
|
EndIf
|
|
|
|
If CountryName = "UnitedArabEmirates Dubai" Then
|
|
OpenInst 0 "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
|
|
Var Opened = 1
|
|
EndIf
|
|
|
|
If CountryName = "United Kingdom" Then
|
|
SAVELOG "Kenta420"
|
|
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/gbr/xml/page_show_error.lxml"
|
|
Var Opened = 1
|
|
EndIf
|
|
|
|
If Opened = 0 Then
|
|
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
|
|
EndIf
|
|
Else
|
|
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.xml"
|
|
EndIf
|
|
|
|
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
|
|
|
|
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
|
|
|
|
</EventOpen>
|
|
<Timeout> 60000 </Timeout>
|
|
<EventTimeout>
|
|
;Var menu_status = "stop"
|
|
|
|
</EventTimeout>
|
|
|
|
</Popup>
|