taobin_project/inter/tha/xml/multi/ForProGroup.inc

22 lines
611 B
PHP
Raw Normal View History

2025-04-04 11:35:59 +07:00
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
GetVisible inst_show_exclude_group
If inst_show_exclude_group_counter = "" Then
2025-04-11 22:50:46 +07:00
Var inst_show_exclude_group_counter = 15
2025-04-04 11:35:59 +07:00
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
2025-04-11 22:50:46 +07:00
Var inst_show_exclude_group_counter = 15
2025-04-04 11:35:59 +07:00
EndIf
EndIf
EndIf