taobin_project/xml/page_catalog_choose_drink5.pml
2022-05-05 23:15:44 +07:00

53 lines
793 B
Promela

<?hurr
#include=menu_head.py
?>
<?hurr
# fruite
product_code = []
product_code.append('12-05-01-0001')
product_code.append('12-05-02-0001')
product_code.append('12-05-02-0002')
product_code.append('12-05-02-0003')
product_code.append('12-05-02-0004')
product_code.append('12-05-02-0005')
product_code.append('12-05-02-0040')
product_code.append('12-05-02-0006')
menu_count = len( product_code)
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
#include=menu_catalog_default_init.xml
?>
Var Timeout = 0
</EventOpen>
<?hurr
#include=menu_catalog.xml
?>
<?hurr
#include=menu_gen.py
?>
</Popup>