Do
This commit is contained in:
parent
f36bbe7098
commit
87132cde6c
75 changed files with 1770 additions and 191 deletions
80
xml/page_catalog_choose_drink7.pml
Normal file
80
xml/page_catalog_choose_drink7.pml
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
<?hurr
|
||||
|
||||
|
||||
|
||||
product_code = []
|
||||
product_code.append('11-99-04-0000')
|
||||
product_code.append('11-99-04-0001')
|
||||
product_code.append('11-99-04-0002')
|
||||
product_code.append('11-99-04-0003')
|
||||
product_code.append('11-99-04-0004')
|
||||
product_code.append('11-99-04-0005')
|
||||
product_code.append('11-99-04-0006')
|
||||
product_code.append('11-99-04-0007')
|
||||
product_code.append('11-99-04-0008')
|
||||
product_code.append('11-99-04-0009')
|
||||
|
||||
menu_count = len( product_code)
|
||||
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Sound> "ROOT/sounds/selectDrink.wav" </Sound>
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showthaiText = "Invisible"
|
||||
Var showengText = "Enable"
|
||||
Var DirImage = "ROOT/taobin_project/image/page3_en"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
|
||||
|
||||
Else
|
||||
Var showengText = "Invisible"
|
||||
Var showthaiText = "Enable"
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page3"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
EndIf
|
||||
|
||||
Var Menu1Selected = "Enable"
|
||||
Var Menu2Selected = "Enable"
|
||||
Var Menu3Selected = "Enable"
|
||||
Var Menu4Selected = "Enable"
|
||||
Var Menu5Selected = "PressForever"
|
||||
Var Menu6Selected = "Enable"
|
||||
</EventOpen>
|
||||
<Timeout> 60000 </Timeout>
|
||||
<EventTimeout>
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog.xml
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_gen.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue