add coupon error page
This commit is contained in:
parent
72254b4e61
commit
0a4df269cf
7 changed files with 160 additions and 2 deletions
107
xml/event/pepween/page_pepween_error.xml
Normal file
107
xml/event/pepween/page_pepween_error.xml
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
|
||||
<EventOpen>
|
||||
Var Timeout = 0
|
||||
DEBUGVAR Timeout
|
||||
</EventOpen>
|
||||
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
|
||||
; Show error
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1540 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/page_offline_bg.png" </Filename>
|
||||
</Image>
|
||||
|
||||
; Broken Coffin
|
||||
<Image>
|
||||
<X> 264 </X>
|
||||
<Y> 724 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/page_offline_brokencoff.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
; Text top thai
|
||||
<Image>
|
||||
<X> 165 </X>
|
||||
<Y> 622 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/error/text_failed_coupon.png" </Filename>
|
||||
<Width> 776 </Width>
|
||||
<Height> 96 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
; Text top eng
|
||||
<Image>
|
||||
<X> 68 </X>
|
||||
<Y> 626 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/error_en/text_failed_coupon.png" </Filename>
|
||||
<Width> 921 </Width>
|
||||
<Height> 75 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 25 </X>
|
||||
<Y> 1535 </Y>
|
||||
<Filename> eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/event/pepween/error_en/text_failed_network_disrupt.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/event/pepween/error/text_failed_network_disrupt.png"
|
||||
EndIf
|
||||
) </Filename>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 156 </Height>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 424 </X>
|
||||
<Y> 1710 </Y>
|
||||
<Filename>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/event/pepween/error_en/bn_confirm.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/event/pepween/error/bn_confirm.png"
|
||||
EndIf
|
||||
)
|
||||
</Filename>
|
||||
<EventOnClick>
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue