taobin_project/xml/sometime/script_open_page_show_error.ev

24 lines
663 B
Text
Raw Normal View History

2024-05-07 11:22:47 +07:00
If InternationalEnable = 1 Then
If MachineStage = "close-maintenance" Then
RootLayoutVisible 3 "hide"
EndIf
If CountryName = "Australia" Then
Open "ROOT/taobin_project/inter/aus/xml/page_show_error.lxml"
Else
2024-08-15 15:40:04 +07:00
If CountryName = "Singapore" Then
Open "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
EndIf
2024-11-18 11:06:00 +07:00
If CountryName = "UnitedArabEmirates Dubai" Then
Open "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
EndIf
Open "ROOT/taobin_project/xml/page_show_error.lxml"
2024-05-07 11:22:47 +07:00
EndIf
Else
Open "ROOT/taobin_project/xml/page_show_error.xml"
2024-11-18 11:06:00 +07:00
EndIf