AUS: Added Happy Easter promotion and update images
This commit is contained in:
parent
84d47f47d7
commit
eb094dcbe9
226 changed files with 6889 additions and 166 deletions
|
|
@ -1 +1 @@
|
|||
/event/promotion_coconut.xml
|
||||
/event/promotion_happy_easter.lxml
|
||||
5553
inter/aus/xml/event/promotion_happy_easter.lxml
Normal file
5553
inter/aus/xml/event/promotion_happy_easter.lxml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1 +1 @@
|
|||
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_promotion_coconut.lxml"
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_happy_easter.lxml"
|
||||
|
|
@ -2,35 +2,10 @@
|
|||
<Button>
|
||||
<X> 42 </X>
|
||||
<Y> 520 </Y>
|
||||
|
||||
<State> BigButtonEnable </State>
|
||||
<Filename>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ###normal_eng
|
||||
Else
|
||||
Var return = ###normal_thai
|
||||
EndIf
|
||||
)
|
||||
</Filename>
|
||||
<FilenamePress>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ###press_eng
|
||||
Else
|
||||
Var return = ###press_thai
|
||||
EndIf
|
||||
)
|
||||
</FilenamePress>
|
||||
<FilenameDisable>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ###disable_eng
|
||||
Else
|
||||
Var return = ###disable_thai
|
||||
EndIf
|
||||
)
|
||||
</FilenameDisable>
|
||||
<State> BigButtonEnable </State>
|
||||
<Filename> ###normal_eng </Filename>
|
||||
<FilenamePress> ###press_eng </FilenamePress>
|
||||
<FilenameDisable> ###disable_eng </FilenameDisable>
|
||||
<EventOnClick>
|
||||
|
||||
###EventOnClick
|
||||
|
|
@ -45,4 +20,4 @@
|
|||
<EventUnitTest2>
|
||||
Var BigButtonEnable = "Invisible"
|
||||
Refresh
|
||||
</EventUnitTest2>
|
||||
</EventUnitTest2>
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ Var BigButtonEnable = "Enable"
|
|||
|
||||
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/page_catalog_group_recommend.lxml"
|
||||
|
||||
If ValentinePro = 1 Then
|
||||
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_valentine.lxml"
|
||||
EndIf
|
||||
|
||||
If StPatrickDayPro = 1 Then
|
||||
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_st_patrick_day.lxml"
|
||||
EndIf
|
||||
|
||||
If HappyEasterPro = 1 Then
|
||||
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_happy_easter.lxml"
|
||||
EndIf
|
||||
|
||||
If OpenFromPageBoard = 1 Then
|
||||
OpenInst 2 RecommendPage
|
||||
Else
|
||||
|
|
|
|||
|
|
@ -13,15 +13,16 @@ Var NewCollectPointFlag = 1
|
|||
|
||||
Var ValentinePro = 0
|
||||
Var StPatrickDayPro = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
Var ValentinePro = 1
|
||||
EndIf
|
||||
Var HappyEasterPro = 0
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
Var StPatrickDayPro = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var HappyEasterPro = 1
|
||||
EndIf
|
||||
|
||||
Var XMLLiveInfoEnable = 1
|
||||
|
||||
DEBUGVAR Propepsi99Enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue