taobin_project/xml/sometime/script_open_page_show_error.ev
2025-05-08 10:05:52 +07:00

27 lines
811 B
Text

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