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

28 lines
720 B
PHP
Raw Normal View History

2025-04-04 11:35:59 +07:00
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
2025-05-13 14:15:26 +07:00
2025-04-04 11:35:59 +07:00
GetVisible inst_show_exclude_group
2025-05-13 14:15:26 +07:00
2025-04-04 11:35:59 +07:00
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
2025-05-13 14:15:26 +07:00
2025-04-04 11:35:59 +07:00
If inst_show_exclude_group = 1 Then
If inst_show_exclude_group_counter > 0 Then
2025-05-13 14:15:26 +07:00
2025-04-04 11:35:59 +07:00
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
2025-05-13 14:15:26 +07:00
2025-05-14 00:23:57 +07:00
If Timeout > 60 Then
;include="ROOT/taobin_project/inc/return_condition.ev"
2025-05-13 14:15:26 +07:00
EndIf
2025-05-14 00:23:57 +07:00
2025-05-13 14:15:26 +07:00
Var Timeout = Timeout + 1