taobin_project/xml/sometime/script_open_page_show_error.ev
wanlop run ddcd2979fc 10.87
2025-05-02 12:36:48 +07:00

38 lines
955 B
Text

DEBUGVAR InternationalEnable
DEBUGVAR MachineStage
DEBUGVAR CountryName
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
If CountryName = "Singapore" Then
OpenInst 0 "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
EndIf
If CountryName = "UnitedArabEmirates Dubai" Then
Open "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
EndIf
If CountryName = "United Kingdom" Then
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
EndIf
;
;
;
;
OpenInst 0 "ROOT/taobin_project/xml/page_show_error.lxml"
EndIf
Else
Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf