taobin_project/xml/page_catalog_choose_drink6.pml

110 lines
2.4 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-05-02-0007')
#product_code.append('11-99-02-0052')
product_code.append('12-05-02-0021')
2020-12-11 23:18:13 +07:00
#product_code.append('11-99-02-0045')
#product_code.append('11-99-02-0046')
2020-12-26 01:33:30 +07:00
product_code.append('12-05-02-0010')
product_code.append('12-05-02-0011')
2020-11-22 21:50:53 +07:00
2020-12-26 01:33:30 +07:00
product_code.append('12-05-02-0012')
product_code.append('12-05-02-0013')
2021-04-21 16:13:29 +07:00
product_code.append('12-05-02-0025')
product_code.append('12-05-02-0031')
2020-12-26 01:33:30 +07:00
product_code.append('12-05-02-0008')
product_code.append('12-05-02-0009')
product_code.append('12-05-02-0014')
product_code.append('12-05-02-0015')
product_code.append('12-05-01-0001')
product_code.append('12-05-02-0001')
product_code.append('12-05-02-0004')
product_code.append('12-05-02-0005')
product_code.append('12-05-02-0006')
2021-04-21 16:13:29 +07:00
product_code.append('12-05-02-0024')
product_code.append('12-05-02-0030')
2020-12-26 01:33:30 +07:00
product_code.append('12-05-02-0002')
product_code.append('12-05-02-0003')
product_code.append('12-05-02-0016')
product_code.append('12-05-02-0017')
product_code.append('12-05-02-0018')
2020-12-11 23:18:13 +07:00
2020-12-26 01:33:30 +07:00
product_code.append('12-05-01-0002')
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 = "Enable"
2020-12-16 09:50:26 +07:00
Var Menu5Selected = "Invisible"
2020-11-12 17:53:04 +07:00
Var Menu6Selected = "PressForever"
2020-12-16 09:50:26 +07:00
Var Menu7Selected = "Enable"
2020-12-21 21:24:08 +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>
2020-11-12 17:53:04 +07:00
<?hurr
#include=menu_catalog.xml
?>
2020-09-17 17:35:58 +07:00
2020-09-29 17:02:36 +07:00
2020-09-17 17:35:58 +07:00
<?hurr
#include=menu_gen.py
?>
</Popup>