10.87
This commit is contained in:
parent
c246a0a5fe
commit
ddcd2979fc
8 changed files with 30 additions and 15 deletions
|
|
@ -1,3 +1,7 @@
|
|||
DEBUGVAR InternationalEnable
|
||||
DEBUGVAR MachineStage
|
||||
DEBUGVAR CountryName
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
If MachineStage = "close-maintenance" Then
|
||||
RootLayoutVisible 3 "hide"
|
||||
|
|
@ -17,11 +21,18 @@ If InternationalEnable = 1 Then
|
|||
|
||||
If CountryName = "United Kingdom" Then
|
||||
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
|
||||
Else
|
||||
EndIf
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
|
||||
|
||||
OpenInst 0 "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||
|
||||
|
||||
EndIf
|
||||
Else
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue