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
|
||||
Loading…
Add table
Add a link
Reference in a new issue