taobin_project/xml/event/promotion_template3.inc

85 lines
1.8 KiB
PHP
Raw Normal View History

2023-06-23 12:45:40 +07:00
<Button>
<X> 42 </X>
2024-03-05 17:35:54 +07:00
<Y> 518 </Y>
2023-10-14 09:04:22 +07:00
<State> BigButtonEnable </State>
<Filename>
2024-10-08 12:49:38 +07:00
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-10-08 12:49:38 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</Filename>
2024-10-08 12:49:38 +07:00
<FilenamePress>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-10-08 12:49:38 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</FilenamePress>
2024-10-08 12:49:38 +07:00
<FilenameDisable>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-10-08 12:49:38 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</FilenameDisable>
2024-10-08 12:49:38 +07:00
<EventOnClick>
Open "ROOT/taobin_project/xml/page_catalog_group_pro_thick_tea_by_brewer.xml"
2023-10-14 09:04:22 +07:00
2023-06-23 12:45:40 +07:00
</EventOnClick>
2023-10-14 09:04:22 +07:00
2024-10-08 12:49:38 +07:00
<Video>
<X> 42 </X>
<Y> 518 </Y>
<Width> 484 </Width>
<Height> 616 </Height>
<Loop> "true" </Loop>
<State>
eval(
If show_eng = "true" Then
Var return = "Invisible"
Else
Var return = "Enable"
EndIf
)
</State>
<Filename> "ROOT/taobin_project/image/event/thick_tea_by_brewer/thick_tea_by_brewer.mp4" </Filename>
2024-10-08 12:49:38 +07:00
</Video>
<Video>
<X> 42 </X>
<Y> 518 </Y>
<Width> 484 </Width>
<Height> 616 </Height>
<State>
eval(
If show_eng = "true" Then
Var return = "Enable"
Else
Var return = "Invisible"
EndIf
)
</State>
<Loop> "true" </Loop>
<Filename> "ROOT/taobin_project/image/event/thick_tea_by_brewer/thick_tea_by_brewer.mp4" </Filename>
2024-10-08 12:49:38 +07:00
</Video>
2023-06-23 12:45:40 +07:00
</Button>
<EventUnitTest1>
2024-10-08 12:49:38 +07:00
Var BigButtonEnable = "Enable"
2023-06-23 12:45:40 +07:00
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
</EventUnitTest2>