taobin_project/xml/page_catalog_choose_drink4.pml

93 lines
2 KiB
Promela
Raw Normal View History

2020-09-17 17:35:58 +07:00
<?hurr
#include=menu_head.py
?>
<?hurr
product_code = []
2020-12-26 01:33:30 +07:00
product_code.append('12-03-01-0001')
product_code.append('12-03-01-0002')
product_code.append('12-03-01-0003')
product_code.append('12-03-01-0004')
2020-11-12 17:53:04 +07:00
2020-12-26 01:33:30 +07:00
product_code.append('12-03-01-0005')
product_code.append('12-03-02-0001')
product_code.append('12-03-02-0002')
product_code.append('12-03-02-0003')
2020-11-12 17:53:04 +07:00
2020-12-26 01:33:30 +07:00
product_code.append('12-03-02-0004')
product_code.append('12-03-02-0006')
2021-11-26 14:44:24 +07:00
product_code.append('12-03-03-0011')
product_code.append('12-03-03-0010')
2021-11-20 23:29:38 +07:00
2020-12-26 01:33:30 +07:00
product_code.append('12-03-02-0005')
#product_code.append('12-03-02-0002')
2021-05-31 13:13:11 +07:00
product_code.append('12-03-02-0007')
2021-09-22 20:37:09 +07:00
product_code.append('12-03-03-0009')
2020-09-17 17:35:58 +07:00
2020-11-12 17:53:04 +07:00
menu_count = len( product_code)
2020-09-17 17:35:58 +07:00
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
2020-11-12 17:53:04 +07:00
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 = "PressForever"
2020-12-16 09:50:26 +07:00
Var Menu5Selected = "Invisible"
2020-11-12 17:53:04 +07:00
Var Menu6Selected = "Enable"
2020-12-16 09:50:26 +07:00
Var Menu7Selected = "Enable"
2020-12-20 20:21:22 +07:00
Var Menu8Selected = "Invisible"
2020-12-16 09:50:26 +07:00
If CocktailShow = "true" Then
Var Menu7Selected = "Invisible"
Var Menu8Selected = "Enable"
EndIf
2021-01-19 23:43:43 +07:00
Var Timeout = 0
2020-09-17 17:35:58 +07:00
</EventOpen>
2021-01-19 23:43:43 +07:00
2020-09-17 17:35:58 +07:00
2020-11-12 17:53:04 +07:00
<?hurr
#include=menu_catalog.xml
?>
2020-09-29 17:02:36 +07:00
2020-09-17 17:35:58 +07:00
<?hurr
#include=menu_gen.py
?>
</Popup>