Add file .inc and page smoohtie
This commit is contained in:
parent
c1a99a887d
commit
e840d8f9c3
4 changed files with 46 additions and 0 deletions
21
inter/tha/xml/multi/ForProGroup.inc
Normal file
21
inter/tha/xml/multi/ForProGroup.inc
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
|
||||
|
||||
|
||||
GetVisible inst_show_exclude_group
|
||||
|
||||
If inst_show_exclude_group_counter = "" Then
|
||||
Var inst_show_exclude_group_counter = 10
|
||||
EndIf
|
||||
|
||||
|
||||
If inst_show_exclude_group = 1 Then
|
||||
If inst_show_exclude_group_counter > 0 Then
|
||||
|
||||
Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
|
||||
|
||||
If inst_show_exclude_group_counter = 0 Then
|
||||
RefreshAll
|
||||
Var inst_show_exclude_group_counter = 4
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
25
inter/tha/xml/multi/InstanceGetSetString.inc
Normal file
25
inter/tha/xml/multi/InstanceGetSetString.inc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
InstanceGetString SaveStringInst
|
||||
DEBUGVAR SaveStringInst
|
||||
DEBUGVAR show_eng
|
||||
|
||||
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
RefreshAll
|
||||
Else
|
||||
If EnabledBlocksDrawInst6 = EnabledBlockUpdateInst6 Then
|
||||
Var StatusRefresh = "NoRefresh"
|
||||
DEBUGVAR StatusRefresh
|
||||
Else
|
||||
Var StatusRefresh = "Refresh"
|
||||
DEBUGVAR StatusRefresh
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile2
|
||||
Open CurrentOpenFile2
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
InstanceSetString "-"
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
|
||||
|
||||
0
inter/tha/xml/page_payment_pack_and_send.xml
Normal file
0
inter/tha/xml/page_payment_pack_and_send.xml
Normal file
0
inter/tha/xml/page_smoothie_suggest_and_process.xml
Normal file
0
inter/tha/xml/page_smoothie_suggest_and_process.xml
Normal file
Loading…
Add table
Add a link
Reference in a new issue