taobin_project/xml/event/promotion_template2.inc

86 lines
1.7 KiB
PHP
Raw Normal View History

2023-06-16 15:33:37 +07:00
<Button>
<X> 42 </X>
2024-03-05 17:35:54 +07:00
<Y> 518 </Y>
2024-02-07 18:24:42 +07:00
<State> BigButtonEnable </State>
<Filename>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
Else
Var return = ###normal_thai
2023-06-16 15:33:37 +07:00
EndIf
)
</Filename>
<FilenamePress>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
2023-06-16 15:33:37 +07:00
Else
Var return = ###normal_thai
2023-06-16 15:33:37 +07:00
EndIf
)
</FilenamePress>
<FilenameDisable>
eval(
If show_eng = "true" Then
Var return = ###normal_eng
Else
Var return = ###normal_thai
2023-06-16 15:33:37 +07:00
EndIf
)
</FilenameDisable>
<EventOnClick>
2023-06-16 15:33:37 +07:00
2024-09-02 14:48:29 +07:00
###EventOnClick
2023-06-16 15:33:37 +07:00
</EventOnClick>
2024-02-07 18:24:42 +07:00
2024-12-20 17:46:22 +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/strawberry_series/strawberry_series.mp4" </Filename>
</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/strawberry_series/strawberry_series.mp4" </Filename>
</Video>
2023-06-16 15:33:37 +07:00
</Button>
<EventUnitTest1>
Var BigButtonEnable = "Enable"
2023-06-16 15:33:37 +07:00
Refresh
</EventUnitTest1>
<EventUnitTest2>
Var BigButtonEnable = "Invisible"
Refresh
</EventUnitTest2>