19 lines
No EOL
526 B
Text
19 lines
No EOL
526 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
|
|
Open "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
|
|
Else
|
|
Open "ROOT/taobin_project/xml/page_show_error.lxml"
|
|
EndIf
|
|
|
|
EndIf
|
|
Else
|
|
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
|
EndIf |