2020-12-05 22:46:39 +07:00
|
|
|
<?hurr
|
|
|
|
|
#include=menu_head.py
|
|
|
|
|
?>
|
|
|
|
|
<?hurr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
product_code = []
|
2020-12-26 01:33:30 +07:00
|
|
|
product_code.append('12-04-02-0001')
|
|
|
|
|
product_code.append('12-04-02-0002')
|
|
|
|
|
product_code.append('12-04-02-0003')
|
2021-08-12 19:07:48 +07:00
|
|
|
product_code.append('12-04-02-0013')
|
2020-12-26 01:33:30 +07:00
|
|
|
product_code.append('12-04-02-0004')
|
|
|
|
|
product_code.append('12-04-02-0005')
|
|
|
|
|
product_code.append('12-04-02-0006')
|
|
|
|
|
product_code.append('12-04-02-0007')
|
|
|
|
|
product_code.append('12-04-02-0008')
|
|
|
|
|
product_code.append('12-04-02-0009')
|
|
|
|
|
product_code.append('12-04-02-0010')
|
|
|
|
|
product_code.append('12-04-02-0011')
|
2021-11-20 23:29:38 +07:00
|
|
|
product_code.append('12-04-02-0014')
|
2020-12-26 01:33:30 +07:00
|
|
|
|
2020-12-05 22:46:39 +07:00
|
|
|
|
|
|
|
|
menu_count = len( product_code)
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<Popup>
|
|
|
|
|
<Cache> "Enable" </Cache>
|
|
|
|
|
<Width> 1080 </Width>
|
|
|
|
|
<Height> 1920 </Height>
|
|
|
|
|
<Background> "0xeae6e1" </Background>
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
<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
|
|
|
|
|
|
2020-12-16 09:50:26 +07:00
|
|
|
Var Menu1Selected = "Enable"
|
2020-12-05 22:46:39 +07:00
|
|
|
Var Menu2Selected = "Enable"
|
|
|
|
|
Var Menu3Selected = "Enable"
|
|
|
|
|
Var Menu4Selected = "Enable"
|
2020-12-16 09:50:26 +07:00
|
|
|
Var Menu5Selected = "Invisible"
|
2020-12-05 22:46:39 +07:00
|
|
|
Var Menu6Selected = "Enable"
|
2020-12-16 09:50:26 +07:00
|
|
|
Var Menu7Selected = "PressForever"
|
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-12-05 22:46:39 +07:00
|
|
|
</EventOpen>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?hurr
|
|
|
|
|
#include=menu_catalog.xml
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?hurr
|
|
|
|
|
#include=menu_gen.py
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Popup>
|