21 lines
611 B
HTML
21 lines
611 B
HTML
;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 = 15
|
|
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 = 15
|
|
EndIf
|
|
EndIf
|
|
EndIf
|