This commit is contained in:
wanlop run 2025-05-02 12:36:48 +07:00
parent c246a0a5fe
commit ddcd2979fc
8 changed files with 30 additions and 15 deletions

View file

@ -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