38 lines
955 B
Text
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
|