taobin_project/xml/event/promotion_template3.inc

87 lines
1.8 KiB
PHP
Raw Normal View History

2023-06-23 12:45:40 +07:00
<Button>
<X> 42 </X>
2023-10-14 09:04:22 +07:00
<Y> 520 </Y>
<State> BigButtonEnable </State>
<Filename>
2023-06-23 12:45:40 +07:00
eval(
If show_eng = "true" Then
2024-01-16 15:39:07 +07:00
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-01-16 15:39:07 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</Filename>
<FilenamePress>
eval(
If show_eng = "true" Then
2024-01-16 15:39:07 +07:00
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-01-16 15:39:07 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</FilenamePress>
<FilenameDisable>
eval(
If show_eng = "true" Then
2024-01-16 15:39:07 +07:00
Var return = ###normal_eng
2023-06-23 12:45:40 +07:00
Else
2024-01-16 15:39:07 +07:00
Var return = ###normal_thai
2023-06-23 12:45:40 +07:00
EndIf
)
</FilenameDisable>
<EventOnClick>
2023-10-14 09:04:22 +07:00
Open "ROOT/taobin_project/xml/page_catalog_group_pro_pepsi_second_cup_30.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
<Video>
<X> 42 </X>
<Y> 520 </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/pepsi_second_cup_30/pro_pepsi_second_cup_30_th.mp4" </Filename>
2023-10-14 09:04:22 +07:00
</Video>
<Video>
<X> 42 </X>
<Y> 520 </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/pepsi_second_cup_30/pro_pepsi_second_cup_30_en.mp4" </Filename>
2023-10-14 09:04:22 +07:00
</Video>
2023-06-23 12:45:40 +07:00
</Button>
<EventUnitTest1>
Var BigButtonEnable = "Enable"
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
</EventUnitTest2>