diff --git a/image/page_drink/bn_diy.png b/image/page_drink/bn_diy.png index ce01fae4..6dbe13a3 100644 Binary files a/image/page_drink/bn_diy.png and b/image/page_drink/bn_diy.png differ diff --git a/image/page_drink_disable/bn_iced_milk.png b/image/page_drink_disable/bn_iced_milk.png index 349a39aa..f226924f 100644 Binary files a/image/page_drink_disable/bn_iced_milk.png and b/image/page_drink_disable/bn_iced_milk.png differ diff --git a/xml/menu_gen.py b/xml/menu_gen.py index c51b630c..8c30f7bc 100644 --- a/xml/menu_gen.py +++ b/xml/menu_gen.py @@ -1,5 +1,5 @@ if menu_count >= 16: - scroll_height = 1725 + scroll_height = 1650 else: scroll_height = 1400 @@ -7,7 +7,7 @@ out_xml(' 0 \r\n') out_xml(' 497 \r\n') out_xml(' 1080 \r\n') - out_xml(' 1400 \r\n') + out_xml(' 1500 \r\n') out_xml(' ' + str(scroll_height) + ' \r\n') out_xml(' "Vertical" \r\n') @@ -21,9 +21,9 @@ out_xml( '\t ' + str(y_button[i]) + ' \r\n') out_xml( '\t $' + product_code[i] + '.Button \r\n') - out_xml( '\t "' + default_dir + ''+ bt_pic[i].replace('#','n') +'" \r\n') - out_xml( '\t "' + default_dir_press + ''+ bt_pic[i].replace('#','n') +'" \r\n') - out_xml( '\t "' + default_dir_disable + ''+ bt_pic[i].replace('#','n') +'" \r\n') + out_xml( '\t Var( "' + default_dir + '" + $'+ product_code[i] +'.image ) \r\n') + out_xml( '\t Var( "' + default_dir_press + '" + $'+ product_code[i] +'.image ) " \r\n') + out_xml( '\t Var( "' + default_dir_disable + '" + $'+ product_code[i] +'.image ) " \r\n') out_xml( '\t "/mnt/sdcard/coffeevending/wav/click.wav" \r\n') out_xml( '\t SoundVolume \r\n') out_xml( '\t \r\n') @@ -34,7 +34,7 @@ out_xml( '\t\tVar DrinkDescriptionTH = $' + product_code[i] + '.description\r\n') out_xml( '\t\tVar DrinkDescription = $' + product_code[i] + '.descriptionE\r\n') out_xml( '\t\tVar PriceDrink = $' + product_code[i] + '.Price\r\n') - out_xml( '\t\tVar PictureDrink = "' + default_dir2 + '/' + bt_pic[i].replace('#','n') + '"\r\n') + out_xml( '\t\tVar PictureDrink = "' + default_dir2 + '" + $'+ product_code[i] +'.image\r\n') out_xml( '\t\tTopping "Load" SelectDrink\r\n') out_xml( '\t\tSAVELOG NameDrink\r\n') out_xml( '\t\tVar PriceShowValue = charOfBaht + PriceDrink\r\n') @@ -80,12 +80,13 @@ out_xml( '\t\r\n') out_xml( '\t ' + str(x_button[i] + 16) + ' \r\n') - out_xml( '\t ' + str(y_button[i] + 214) + ' \r\n') - out_xml( '\t 26 \r\n') + out_xml( '\t ' + str(y_button[i] + 190) + ' \r\n') + out_xml( '\t 24 \r\n') out_xml( '\t220\r\n') - out_xml( '\t "bound" \r\n') + out_xml( '\t "multi2" \r\n') out_xml( '\t KanitMediumTTF \r\n') out_xml( '\t 0x322B26 \r\n') + out_xml( '\t showthaiText \r\n') out_xml( '\t $' + product_code[i] + '.Name \r\n') out_xml( '\t\r\n') @@ -96,9 +97,34 @@ out_xml( '\t220\r\n') out_xml( '\t KanitMediumTTF \r\n') out_xml( '\t 0x6F5F51 \r\n') + out_xml( '\t showthaiText \r\n') out_xml( '\t $' + product_code[i] + '.description \r\n') out_xml( '\t\r\n') + + out_xml( '\t\r\n') + out_xml( '\t ' + str(x_button[i] + 16) + ' \r\n') + out_xml( '\t ' + str(y_button[i] + 190) + ' \r\n') + out_xml( '\t 22 \r\n') + out_xml( '\t220\r\n') + out_xml( '\t "multi2" \r\n') + out_xml( '\t KanitMediumTTF \r\n') + out_xml( '\t 0x322B26 \r\n') + out_xml( '\t showengText \r\n') + out_xml( '\t $' + product_code[i] + '.NameE \r\n') + out_xml( '\t\r\n') + + out_xml( '\t\r\n') + out_xml( '\t ' + str(x_button[i] + 16) + ' \r\n') + out_xml( '\t ' + str(y_button[i] + 246) + ' \r\n') + out_xml( '\t 14 \r\n') + out_xml( '\t220\r\n') + out_xml( '\t KanitMediumTTF \r\n') + out_xml( '\t 0x6F5F51 \r\n') + out_xml( '\t showengText \r\n') + out_xml( '\t $' + product_code[i] + '.descriptionE \r\n') + out_xml( '\t\r\n') + out_xml('\r\n') diff --git a/xml/menu_head.py b/xml/menu_head.py index 7f834ce9..8e4c6fe8 100644 --- a/xml/menu_head.py +++ b/xml/menu_head.py @@ -1,5 +1,5 @@ - RoadShow = True + RoadShow = False default_dir = 'ROOT/taobin_project/image/page_drink/' default_dir2 = 'ROOT/taobin_project/image/page_drink_select/' @@ -14,12 +14,13 @@ x4 = 815 ystep = 899 - 571 - y1 = 54 + y1 = 20 y2 = y1 + ystep*1 y3 = y1 + ystep*2 y4 = y1 + ystep*3 y5 = y1 + ystep*4 y6 = y1 + ystep*5 + y7 = y1 + ystep*6 @@ -89,8 +90,12 @@ y6, y6, y6, - y6 - + y6, + + y7, + y7, + y7, + y7 ] \ No newline at end of file diff --git a/xml/page_catalog_choose_drink1.pml b/xml/page_catalog_choose_drink1.pml index ec6441e1..99094300 100644 --- a/xml/page_catalog_choose_drink1.pml +++ b/xml/page_catalog_choose_drink1.pml @@ -68,16 +68,28 @@ ; 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 = "PressForever" + Var Menu2Selected = "Enable" + Var Menu3Selected = "Enable" + Var Menu4Selected = "Enable" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" + 60000 @@ -86,137 +98,9 @@ TimerReset - - - 0 - 0 - "ROOT/taobin_project/image/ad_medium_2.png" - - -; under line - - 0 - 494 - "ROOT/taobin_project/image/page3/tab_line_bottom.png" - - - -; under line - - 0 - 357 - "ROOT/taobin_project/image/page3/bg1.png" - - - -; back - - - - -; - - - - - - - - - - - - - - + 60000 @@ -32,6 +44,7 @@ + 0 0 @@ -49,7 +62,7 @@ ; under line 0 - 357 + 358 "ROOT/taobin_project/image/page3/bg1.png" @@ -91,7 +104,7 @@ - 208 - 66 - 200 + 226 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0006.Price + 208 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 60 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0006.Name 60 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0006.description - 465 - 66 - 200 + 60 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0006.NameE + + + 60 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0006.descriptionE + + + 483 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0001.Price + 465 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 317 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0001.Name 317 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0001.description - 722 - 66 - 200 + 317 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0001.NameE + + + 317 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0001.descriptionE + + + 740 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0003.Price + 722 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 574 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0003.Name 574 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0003.description - 979 - 66 - 200 + 574 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0003.NameE + + + 574 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0003.descriptionE + + + 997 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0007.Price + 979 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 831 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0007.Name 831 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0007.description - 208 - 394 - 200 + 831 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0007.NameE + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0007.descriptionE + + + 226 + 360 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0002.Price + 208 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 60 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0002.Name 60 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0002.description - 465 - 394 - 200 + 60 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0002.NameE + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0002.descriptionE + + + 483 + 360 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0004.Price + 465 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 317 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-01-0004.Name 317 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-01-0004.description - 722 - 394 - 200 + 317 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0004.NameE + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0004.descriptionE + + + 740 + 360 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0020.Price + 722 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 574 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0020.Name 574 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0020.description - 979 - 394 - 200 + 574 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0020.NameE + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0020.descriptionE + + + 997 + 360 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0017.Price + 979 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 831 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0017.Name 831 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0017.description - 208 - 722 - 200 + 831 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0017.NameE + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0017.descriptionE + + + 226 + 688 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0017.Price + 208 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 60 - 924 - 26 + 866 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-01-0017.Name 60 - 956 + 922 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-01-0017.description - 465 - 722 - 200 + 60 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0017.NameE + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0017.descriptionE + + + 483 + 688 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0018.Price + 465 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 317 - 924 - 26 + 866 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-02-0018.Name 317 - 956 + 922 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0018.description + + 317 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0018.NameE + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0018.descriptionE + diff --git a/xml/page_catalog_choose_drink2.pml b/xml/page_catalog_choose_drink2.pml index e3962b30..0e17953f 100644 --- a/xml/page_catalog_choose_drink2.pml +++ b/xml/page_catalog_choose_drink2.pml @@ -4,51 +4,38 @@ @@ -61,6 +48,29 @@ ; 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 = "PressForever" + Var Menu3Selected = "Enable" + Var Menu4Selected = "Enable" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" + 60000 @@ -70,131 +80,9 @@ - - - 0 - 0 - "ROOT/taobin_project/image/ad_medium_2.png" - - -; under line - - 0 - 517 - "ROOT/taobin_project/image/page3/tab_line_bottom.png" - - - -; under line - - 0 - 380 - "ROOT/taobin_project/image/page3/bg1.png" - - - -; back - - - - - -;bn_bestseller - - - - - - - - - - - - - + ; 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 = "PressForever" + Var Menu3Selected = "Enable" + Var Menu4Selected = "Enable" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" + 60000 @@ -22,6 +45,7 @@ + 0 0 @@ -31,7 +55,7 @@ ; under line 0 - 517 + 494 "ROOT/taobin_project/image/page3/tab_line_bottom.png" @@ -39,7 +63,7 @@ ; under line 0 - 380 + 358 "ROOT/taobin_project/image/page3/bg1.png" @@ -47,7 +71,7 @@ ; back +; -;bn_bestseller @@ -152,41 +187,17 @@ 0 497 1080 - 1400 - 1400 + 1500 + 1650 "Vertical" - ; button i=1 11-99-01-0010 + ; button i=1 11-99-01-0001 - ; button i=2 11-99-01-0001 - - ; button i=3 11-99-01-0002 + ; button i=2 11-99-01-0002 - ; button i=4 11-99-01-0004 - - ; button i=5 11-99-01-0007 - - ; button i=6 11-99-01-0017 - - ; button i=7 11-99-01-0003 + ; button i=3 11-99-01-0003 - ; button i=8 11-99-02-0006 + ; button i=4 11-99-01-0004 - ; button i=9 11-99-02-0024 + ; button i=5 11-99-01-0005 + ; button i=6 11-99-01-0006 + + ; button i=7 11-99-01-0008 + + ; button i=8 11-99-01-0010 + + ; button i=9 11-99-01-0011 + - ; button i=11 11-99-02-0003 + ; button i=11 11-99-02-0002 - ; button i=12 11-99-02-0007 - - ; button i=13 11-99-02-0030 - - ; button i=14 11-99-02-0002 - + ; button i=12 11-99-02-0003 + + ; button i=13 11-99-02-0004 + + ; button i=14 11-99-02-0005 + + ; button i=15 11-99-02-0006 + + ; button i=16 11-99-02-0007 + + ; button i=17 11-99-02-0009 + + ; button i=18 11-99-02-0011 + + 226 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0001.Price + + 208 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" - - - - 60 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-01-0010.Name + "฿"" 60 - 300 - 14 + 210 + 24 220 - KanitMediumTTF - 0x6F5F51 - $11-99-01-0010.description - - - 465 - 66 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 317 - 268 - 26 - 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-01-0001.Name - 317 - 300 + 60 + 266 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-01-0001.description - 722 - 66 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 574 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-01-0002.Name - - - 574 - 300 - 14 - 220 - KanitMediumTTF - 0x6F5F51 - $11-99-01-0002.description - - - 979 - 66 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 831 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-01-0004.Name - - - 831 - 300 - 14 - 220 - KanitMediumTTF - 0x6F5F51 - $11-99-01-0004.description - - - 208 - 394 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - 60 - 596 - 26 + 210 + 22 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0007.Name + showengText + $11-99-01-0001.NameE 60 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0007.description + showengText + $11-99-01-0001.descriptionE + + + 483 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0002.Price 465 - 394 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 596 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0017.Name + showthaiText + $11-99-01-0002.Name 317 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0017.description + showthaiText + $11-99-01-0002.description - 722 - 394 - 200 + 317 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0002.NameE + + + 317 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0002.descriptionE + + + 740 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0003.Price + 722 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 574 - 596 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText $11-99-01-0003.Name 574 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-01-0003.description - 979 - 394 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 831 - 596 - 26 + 574 + 210 + 22 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0006.Name + showengText + $11-99-01-0003.NameE - 831 - 628 + 574 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0006.description + showengText + $11-99-01-0003.descriptionE + + + 997 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0004.Price + + + 979 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 210 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0004.Name + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0004.description + + + 831 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0004.NameE + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0004.descriptionE + + + 226 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0005.Price 208 - 722 - 200 + 360 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 60 - 924 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0024.Name + showthaiText + $11-99-01-0005.Name 60 - 956 + 594 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0024.description + showthaiText + $11-99-01-0005.description - 465 - 722 - 200 + 60 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0005.NameE + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0005.descriptionE + + + 483 + 360 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0006.Price + 465 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 317 - 924 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText + $11-99-01-0006.Name + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0006.description + + + 317 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0006.NameE + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0006.descriptionE + + + 740 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0008.Price + + + 722 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0008.Name + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0008.description + + + 574 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0008.NameE + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0008.descriptionE + + + 997 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0010.Price + + + 979 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0010.Name + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0010.description + + + 831 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0010.NameE + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0010.descriptionE + + + 226 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0011.Price + + + 208 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0011.Name + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0011.description + + + 60 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0011.NameE + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0011.descriptionE + + + 483 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0001.Price + + + 465 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText $11-99-02-0001.Name 317 - 956 + 922 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0001.description - 722 - 722 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 574 - 924 - 26 + 317 + 866 + 22 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0003.Name + showengText + $11-99-02-0001.NameE - 574 - 956 + 317 + 922 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0003.description + showengText + $11-99-02-0001.descriptionE - 979 - 722 - 200 + 740 + 688 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0002.Price + 722 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + - 831 - 924 - 26 + 574 + 866 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 + showthaiText + $11-99-02-0002.Name + + + 574 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0002.description + + + 574 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0002.NameE + + + 574 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0002.descriptionE + + + 997 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0003.Price + + + 979 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0003.Name + + + 831 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0003.description + + + 831 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0003.NameE + + + 831 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0003.descriptionE + + + 226 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0004.Price + + + 208 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0004.Name + + + 60 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0004.description + + + 60 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0004.NameE + + + 60 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0004.descriptionE + + + 483 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0005.Price + + + 465 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0005.Name + + + 317 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0005.description + + + 317 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0005.NameE + + + 317 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0005.descriptionE + + + 740 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0006.Price + + + 722 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0006.Name + + + 574 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0006.description + + + 574 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0006.NameE + + + 574 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0006.descriptionE + + + 997 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0007.Price + + + 979 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText $11-99-02-0007.Name 831 - 956 + 1250 14 220 KanitMediumTTF 0x6F5F51 + showthaiText $11-99-02-0007.description - 208 - 1050 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 60 - 1252 - 26 + 831 + 1194 + 22 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0030.Name + showengText + $11-99-02-0007.NameE - 60 - 1284 + 831 + 1250 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0030.description + showengText + $11-99-02-0007.descriptionE + + + 226 + 1344 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0009.Price + + + 208 + 1344 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 1522 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0009.Name + + + 60 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0009.description + + + 60 + 1522 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0009.NameE + + + 60 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0009.descriptionE + + + 483 + 1344 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0011.Price 465 - 1050 - 200 + 1344 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 1252 - 26 + 1522 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0002.Name + showthaiText + $11-99-02-0011.Name 317 - 1284 + 1578 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0002.description + showthaiText + $11-99-02-0011.description + + + 317 + 1522 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0011.NameE + + + 317 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0011.descriptionE diff --git a/xml/page_catalog_choose_drink2_ext.xml b/xml/page_catalog_choose_drink2_ext.xml index 4c6fb13a..bd2e1e6e 100644 --- a/xml/page_catalog_choose_drink2_ext.xml +++ b/xml/page_catalog_choose_drink2_ext.xml @@ -184,13 +184,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0010.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -240,13 +250,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0001.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -296,13 +316,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0002.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -352,13 +382,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0004.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -408,13 +448,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0007.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -464,13 +514,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0017.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -520,13 +580,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0003.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -576,13 +646,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0006.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -632,13 +712,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0024.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -688,13 +778,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0001.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -744,13 +844,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0003.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -800,13 +910,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0006.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -856,13 +976,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0024.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -912,13 +1042,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0001.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -968,13 +1108,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0003.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -1024,13 +1174,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0007.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -1080,13 +1240,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0030.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 @@ -1136,13 +1306,23 @@ - 164 - 12 - 200 + 182 + 12 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0002.Price + + + 164 + 12 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" 16 diff --git a/xml/page_catalog_choose_drink3.pml b/xml/page_catalog_choose_drink3.pml index 88ed0963..6a6a9664 100644 --- a/xml/page_catalog_choose_drink3.pml +++ b/xml/page_catalog_choose_drink3.pml @@ -3,27 +3,35 @@ ?> @@ -38,7 +46,28 @@ ; 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 = "PressForever" + Var Menu4Selected = "Enable" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" 60000 @@ -47,134 +76,9 @@ - - - 0 - 0 - "ROOT/taobin_project/image/ad_medium_2.png" - - -; under line - - 0 - 517 - "ROOT/taobin_project/image/page3/tab_line_bottom.png" - - - -; under line - - 0 - 380 - "ROOT/taobin_project/image/page3/bg1.png" - - - -; back - - - - - - - -;bn_bestseller - - - - - - - - - - - - - - + ; 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 = "PressForever" + Var Menu4Selected = "Enable" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" 60000 @@ -21,6 +42,7 @@ + 0 0 @@ -30,7 +52,7 @@ ; under line 0 - 517 + 494 "ROOT/taobin_project/image/page3/tab_line_bottom.png" @@ -38,7 +60,7 @@ ; under line 0 - 380 + 358 "ROOT/taobin_project/image/page3/bg1.png" @@ -46,7 +68,7 @@ ; back +; - - -;bn_bestseller - 0 497 1080 - 1400 - 1400 + 1500 + 1650 "Vertical" - ; button i=1 11-99-01-0014 + ; button i=1 11-99-01-0017 - ; button i=2 11-99-01-0012 + ; button i=2 11-99-01-0019 - ; button i=3 11-99-01-0011 + ; button i=3 11-99-01-0020 - ; button i=4 11-99-02-0004 + ; button i=4 11-99-01-0022 - ; button i=5 11-99-02-0014 + ; button i=5 11-99-01-0023 - ; button i=6 11-99-02-0010 + ; button i=6 11-99-01-0024 + ; button i=7 11-99-01-0025 + + ; button i=8 11-99-01-0026 + + ; button i=9 11-99-02-0017 + + ; button i=10 11-99-02-0018 + + ; button i=11 11-99-02-0019 + + ; button i=12 11-99-02-0020 + + ; button i=13 11-99-02-0021 + + ; button i=14 11-99-02-0022 + + ; button i=15 11-99-02-0023 + + ; button i=16 11-99-02-0024 + + ; button i=17 11-99-02-0025 + + ; button i=18 11-99-02-0026 + - 208 - 66 - 200 + 226 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0017.Price + 208 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 60 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0014.Name + showthaiText + $11-99-01-0017.Name 60 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0014.description + showthaiText + $11-99-01-0017.description + + + 60 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0017.NameE + + + 60 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0017.descriptionE + + + 483 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0019.Price 465 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0012.Name + showthaiText + $11-99-01-0019.Name 317 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0012.description + showthaiText + $11-99-01-0019.description + + + 317 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0019.NameE + + + 317 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0019.descriptionE + + + 740 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0020.Price 722 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 574 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0011.Name + showthaiText + $11-99-01-0020.Name 574 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0011.description + showthaiText + $11-99-01-0020.description + + + 574 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0020.NameE + + + 574 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0020.descriptionE + + + 997 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0022.Price 979 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 831 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0004.Name + showthaiText + $11-99-01-0022.Name 831 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0004.description + showthaiText + $11-99-01-0022.description + + + 831 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0022.NameE + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0022.descriptionE + + + 226 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0023.Price 208 - 394 - 200 + 360 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 60 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0014.Name + showthaiText + $11-99-01-0023.Name 60 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0014.description + showthaiText + $11-99-01-0023.description + + + 60 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0023.NameE + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0023.descriptionE + + + 483 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0024.Price 465 - 394 - 200 + 360 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0010.Name + showthaiText + $11-99-01-0024.Name 317 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0010.description + showthaiText + $11-99-01-0024.description + + + 317 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0024.NameE + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0024.descriptionE + + + 740 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0025.Price + + + 722 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0025.Name + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0025.description + + + 574 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0025.NameE + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0025.descriptionE + + + 997 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0026.Price + + + 979 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0026.Name + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0026.description + + + 831 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0026.NameE + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0026.descriptionE + + + 226 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0017.Price + + + 208 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0017.Name + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0017.description + + + 60 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0017.NameE + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0017.descriptionE + + + 483 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0018.Price + + + 465 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0018.Name + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0018.description + + + 317 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0018.NameE + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0018.descriptionE + + + 740 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0019.Price + + + 722 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0019.Name + + + 574 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0019.description + + + 574 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0019.NameE + + + 574 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0019.descriptionE + + + 997 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0020.Price + + + 979 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0020.Name + + + 831 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0020.description + + + 831 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0020.NameE + + + 831 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0020.descriptionE + + + 226 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0021.Price + + + 208 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0021.Name + + + 60 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0021.description + + + 60 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0021.NameE + + + 60 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0021.descriptionE + + + 483 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0022.Price + + + 465 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0022.Name + + + 317 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0022.description + + + 317 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0022.NameE + + + 317 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0022.descriptionE + + + 740 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0023.Price + + + 722 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0023.Name + + + 574 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0023.description + + + 574 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0023.NameE + + + 574 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0023.descriptionE + + + 997 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0024.Price + + + 979 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0024.Name + + + 831 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0024.description + + + 831 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0024.NameE + + + 831 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0024.descriptionE + + + 226 + 1344 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0025.Price + + + 208 + 1344 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 1522 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0025.Name + + + 60 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0025.description + + + 60 + 1522 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0025.NameE + + + 60 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0025.descriptionE + + + 483 + 1344 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0026.Price + + + 465 + 1344 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 1522 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0026.Name + + + 317 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0026.description + + + 317 + 1522 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0026.NameE + + + 317 + 1578 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0026.descriptionE diff --git a/xml/page_catalog_choose_drink4.pml b/xml/page_catalog_choose_drink4.pml index 1a1ce740..98ee4513 100644 --- a/xml/page_catalog_choose_drink4.pml +++ b/xml/page_catalog_choose_drink4.pml @@ -5,20 +5,23 @@ - bt_pic = [] - bt_pic.append('b#_hot_cocoa.png') - bt_pic.append('b#_hot_milk_caramel.png') - bt_pic.append('b#_iced_cocoa.png') - bt_pic.append('b#_iced_caramel.png') - product_code = [] - product_code.append('11-99-01-0006') - product_code.append('11-99-01-0017') - product_code.append('11-99-02-0005') - product_code.append('11-99-02-0031') + product_code.append('11-99-01-0012') + product_code.append('11-99-01-0013') + product_code.append('11-99-01-0014') + product_code.append('11-99-01-0015') + + product_code.append('11-99-01-0016') + product_code.append('11-99-02-0012') + product_code.append('11-99-02-0013') + product_code.append('11-99-02-0014') - menu_count = len( bt_pic) + product_code.append('11-99-02-0016') + product_code.append('11-99-02-0013') + + + menu_count = len( product_code) ?> @@ -31,7 +34,28 @@ ; 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 = "PressForever" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" 60000 @@ -40,135 +64,9 @@ - - - 0 - 0 - "ROOT/taobin_project/image/ad_medium_2.png" - - - -; under line - - 0 - 517 - "ROOT/taobin_project/image/page3/tab_line_bottom.png" - - - -; under line - - 0 - 380 - "ROOT/taobin_project/image/page3/bg1.png" - - - -; back - - - - - - - -;bn_bestseller - - - - - - - - - - - - - - + diff --git a/xml/page_catalog_choose_drink4.xml b/xml/page_catalog_choose_drink4.xml index 3daa3644..57b51294 100644 --- a/xml/page_catalog_choose_drink4.xml +++ b/xml/page_catalog_choose_drink4.xml @@ -11,7 +11,28 @@ ; 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 = "PressForever" + Var Menu5Selected = "Enable" + Var Menu6Selected = "Enable" 60000 @@ -21,17 +42,17 @@ + 0 0 "ROOT/taobin_project/image/ad_medium_2.png" - ; under line 0 - 517 + 494 "ROOT/taobin_project/image/page3/tab_line_bottom.png" @@ -39,7 +60,7 @@ ; under line 0 - 380 + 358 "ROOT/taobin_project/image/page3/bg1.png" @@ -47,7 +68,7 @@ ; back +; - - -;bn_bestseller - 0 497 1080 - 1400 + 1500 1400 "Vertical" - ; button i=1 11-99-01-0006 + ; button i=1 11-99-01-0012 - ; button i=2 11-99-01-0017 + ; button i=2 11-99-01-0013 - ; button i=3 11-99-02-0005 + ; button i=3 11-99-01-0014 - ; button i=4 11-99-02-0031 + ; button i=4 11-99-01-0015 + ; button i=5 11-99-01-0016 + + ; button i=6 11-99-02-0012 + + ; button i=7 11-99-02-0013 + + ; button i=8 11-99-02-0014 + + ; button i=9 11-99-02-0016 + + ; button i=10 11-99-02-0013 + - 208 - 66 - 200 + 226 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-01-0012.Price + 208 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 60 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0006.Name + showthaiText + $11-99-01-0012.Name 60 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0006.description + showthaiText + $11-99-01-0012.description + + + 60 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0012.NameE + + + 60 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0012.descriptionE + + + 483 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0013.Price 465 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-01-0017.Name + showthaiText + $11-99-01-0013.Name 317 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-01-0017.description + showthaiText + $11-99-01-0013.description + + + 317 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0013.NameE + + + 317 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0013.descriptionE + + + 740 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0014.Price 722 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 574 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0005.Name + showthaiText + $11-99-01-0014.Name 574 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0005.description + showthaiText + $11-99-01-0014.description + + + 574 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0014.NameE + + + 574 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0014.descriptionE + + + 997 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0015.Price 979 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 831 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0031.Name + showthaiText + $11-99-01-0015.Name 831 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0031.description + showthaiText + $11-99-01-0015.description + + + 831 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0015.NameE + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0015.descriptionE + + + 226 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-01-0016.Price + + + 208 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-01-0016.Name + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-01-0016.description + + + 60 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0016.NameE + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0016.descriptionE + + + 483 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0012.Price + + + 465 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0012.Name + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0012.description + + + 317 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0012.NameE + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0012.descriptionE + + + 740 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0013.Price + + + 722 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0013.Name + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0013.description + + + 574 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0013.NameE + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0013.descriptionE + + + 997 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0014.Price + + + 979 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0014.Name + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0014.description + + + 831 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0014.NameE + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0014.descriptionE + + + 226 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0016.Price + + + 208 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0016.Name + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0016.description + + + 60 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0016.NameE + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0016.descriptionE + + + 483 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0013.Price + + + 465 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0013.Name + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0013.description + + + 317 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0013.NameE + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0013.descriptionE diff --git a/xml/page_catalog_choose_drink5.pml b/xml/page_catalog_choose_drink5.pml index adadfb9a..88a64f72 100644 --- a/xml/page_catalog_choose_drink5.pml +++ b/xml/page_catalog_choose_drink5.pml @@ -4,31 +4,17 @@ @@ -41,7 +27,29 @@ ; 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" 60000 @@ -50,135 +58,9 @@ - - - 0 - 0 - "ROOT/taobin_project/image/ad_medium_2.png" - - - -; under line - - 0 - 517 - "ROOT/taobin_project/image/page3/tab_line_bottom.png" - - - -; under line - - 0 - 380 - "ROOT/taobin_project/image/page3/bg1.png" - - - -; back - - - - - - - -;bn_bestseller - - - - - - - - - - - - - - + diff --git a/xml/page_catalog_choose_drink5.xml b/xml/page_catalog_choose_drink5.xml index f2eef8b7..4b65c2ec 100644 --- a/xml/page_catalog_choose_drink5.xml +++ b/xml/page_catalog_choose_drink5.xml @@ -11,7 +11,29 @@ ; 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" 60000 @@ -21,17 +43,17 @@ + 0 0 "ROOT/taobin_project/image/ad_medium_2.png" - ; under line 0 - 517 + 494 "ROOT/taobin_project/image/page3/tab_line_bottom.png" @@ -39,7 +61,7 @@ ; under line 0 - 380 + 358 "ROOT/taobin_project/image/page3/bg1.png" @@ -47,7 +69,7 @@ ; back +; - - -;bn_bestseller - 0 497 1080 - 1400 + 1500 1400 "Vertical" - ; button i=1 11-99-01-0009 + ; button i=1 11-99-01-0027 - ; button i=2 11-99-02-0016 + ; button i=2 11-99-02-0027 - ; button i=3 11-99-02-0017 + ; button i=3 11-99-02-0030 - ; button i=4 11-99-02-0020 + ; button i=4 11-99-02-0031 - ; button i=5 11-99-02-0021 + ; button i=5 11-99-02-0032 - ; button i=6 11-99-02-0023 + ; button i=6 11-99-02-0028 - ; button i=7 11-99-02-0022 + ; button i=7 11-99-02-0029 - ; button i=8 11-99-02-0011 - - 208 - 66 - 200 + 226 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" - - - - 60 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-01-0009.Name - - - 60 - 300 - 14 - 220 - KanitMediumTTF - 0x6F5F51 - $11-99-01-0009.description - - - 465 - 66 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 317 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-02-0016.Name - - - 317 - 300 - 14 - 220 - KanitMediumTTF - 0x6F5F51 - $11-99-02-0016.description - - - 722 - 66 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 574 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-02-0017.Name - - - 574 - 300 - 14 - 220 - KanitMediumTTF - 0x6F5F51 - $11-99-02-0017.description - - - 979 - 66 - 200 - 27 - KanitTTF - 0xB78F24 - "Free!" - - - - 831 - 268 - 26 - 220 - "bound" - KanitMediumTTF - 0x322B26 - $11-99-02-0020.Name - - - 831 - 300 - 14 - 220 - KanitMediumTTF - 0x6F5F51 - $11-99-02-0020.description + $11-99-01-0027.Price 208 - 394 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 60 - 596 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0021.Name + showthaiText + $11-99-01-0027.Name 60 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0021.description + showthaiText + $11-99-01-0027.description + + + 60 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-01-0027.NameE + + + 60 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-01-0027.descriptionE + + + 483 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0027.Price 465 - 394 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 596 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0023.Name + showthaiText + $11-99-02-0027.Name 317 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0023.description + showthaiText + $11-99-02-0027.description + + + 317 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0027.NameE + + + 317 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0027.descriptionE + + + 740 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0030.Price 722 - 394 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 574 - 596 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0022.Name + showthaiText + $11-99-02-0030.Name 574 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0022.description + showthaiText + $11-99-02-0030.description + + + 574 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0030.NameE + + + 574 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0030.descriptionE + + + 997 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0031.Price 979 - 394 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 831 - 596 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0011.Name + showthaiText + $11-99-02-0031.Name 831 - 628 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0011.description + showthaiText + $11-99-02-0031.description + + + 831 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0031.NameE + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0031.descriptionE + + + 226 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0032.Price + + + 208 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0032.Name + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0032.description + + + 60 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0032.NameE + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0032.descriptionE + + + 483 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0028.Price + + + 465 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0028.Name + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0028.description + + + 317 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0028.NameE + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0028.descriptionE + + + 740 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0029.Price + + + 722 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0029.Name + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0029.description + + + 574 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0029.NameE + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0029.descriptionE diff --git a/xml/page_catalog_choose_drink6.pml b/xml/page_catalog_choose_drink6.pml index dcbd385f..71a703cf 100644 --- a/xml/page_catalog_choose_drink6.pml +++ b/xml/page_catalog_choose_drink6.pml @@ -3,27 +3,28 @@ ?> @@ -37,142 +38,39 @@ ; 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 = "Enable" + Var Menu6Selected = "PressForever" 60000 Open "ROOT/taobin_project/xml/page_back_to_main.xml" - TimerReset + TimerReset - - 0 - 0 - "ROOT/taobin_project/image/ad_medium_2.png" - - -; under line - - 0 - 517 - "ROOT/taobin_project/image/page3/tab_line_bottom.png" - - - -; under line - - 0 - 380 - "ROOT/taobin_project/image/page3/bg1.png" - - - -; back - - - - - - - -;bn_bestseller - - - - - - - - - - - - - - + diff --git a/xml/page_catalog_choose_drink6.xml b/xml/page_catalog_choose_drink6.xml index 245a5740..cb15dcbc 100644 --- a/xml/page_catalog_choose_drink6.xml +++ b/xml/page_catalog_choose_drink6.xml @@ -11,15 +11,38 @@ ; 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 = "Enable" + Var Menu6Selected = "PressForever" 60000 Open "ROOT/taobin_project/xml/page_back_to_main.xml" - TimerReset + TimerReset + + 0 0 @@ -29,7 +52,7 @@ ; under line 0 - 517 + 494 "ROOT/taobin_project/image/page3/tab_line_bottom.png" @@ -37,7 +60,7 @@ ; under line 0 - 380 + 358 "ROOT/taobin_project/image/page3/bg1.png" @@ -45,7 +68,7 @@ ; back +; - - -;bn_bestseller @@ -151,152 +183,319 @@ - 0 497 1080 - 1400 + 1500 1400 "Vertical" - ; button i=1 11-99-02-0018 + ; button i=1 11-99-02-0033 - ; button i=2 11-99-02-0018 + ; button i=2 11-99-02-0051 - ; button i=3 11-99-02-0025 + ; button i=3 11-99-02-0036 - ; button i=4 11-99-02-0032 + ; button i=4 11-99-02-0038 - ; button i=5 11-99-02-0026 + ; button i=5 11-99-02-0039 - ; button i=6 11-99-02-0009 + ; button i=6 11-99-02-0034 + ; button i=7 11-99-02-0035 + + ; button i=8 11-99-02-0040 + + ; button i=9 11-99-02-0041 + + ; button i=10 11-99-02-0042 + + ; button i=11 11-99-02-0043 + + ; button i=12 11-99-02-0044 + + ; button i=13 11-99-02-0045 + - 208 - 66 - 200 + 226 + 32 + "Hurr" + 150 27 KanitTTF 0xB78F24 - "Free!" + $11-99-02-0033.Price + 208 + 32 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + 60 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0018.Name + showthaiText + $11-99-02-0033.Name 60 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0018.description + showthaiText + $11-99-02-0033.description + + + 60 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0033.NameE + + + 60 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0033.descriptionE + + + 483 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0051.Price 465 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0018.Name + showthaiText + $11-99-02-0051.Name 317 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0018.description + showthaiText + $11-99-02-0051.description + + + 317 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0051.NameE + + + 317 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0051.descriptionE + + + 740 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0036.Price 722 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 574 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0025.Name + showthaiText + $11-99-02-0036.Name 574 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0025.description + showthaiText + $11-99-02-0036.description + + + 574 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0036.NameE + + + 574 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0036.descriptionE + + + 997 + 32 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0038.Price 979 - 66 - 200 + 32 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 831 - 268 - 26 + 210 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0032.Name + showthaiText + $11-99-02-0038.Name 831 - 300 + 266 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0032.description + showthaiText + $11-99-02-0038.description + + + 831 + 210 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0038.NameE + + + 831 + 266 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0038.descriptionE + + + 226 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0039.Price 208 - 394 - 200 + 360 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 60 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0026.Name + showthaiText + $11-99-02-0039.Name 60 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0026.description + showthaiText + $11-99-02-0039.description + + + 60 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0039.NameE + + + 60 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0039.descriptionE + + + 483 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0034.Price 465 - 394 - 200 + 360 + 20 27 KanitTTF 0xB78F24 - "Free!" + "฿"" - 317 - 596 - 26 + 538 + 24 220 - "bound" + "multi2" KanitMediumTTF 0x322B26 - $11-99-02-0009.Name + showthaiText + $11-99-02-0034.Name 317 - 628 + 594 14 220 KanitMediumTTF 0x6F5F51 - $11-99-02-0009.description + showthaiText + $11-99-02-0034.description + + + 317 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0034.NameE + + + 317 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0034.descriptionE + + + 740 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0035.Price + + + 722 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0035.Name + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0035.description + + + 574 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0035.NameE + + + 574 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0035.descriptionE + + + 997 + 360 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0040.Price + + + 979 + 360 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 538 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0040.Name + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0040.description + + + 831 + 538 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0040.NameE + + + 831 + 594 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0040.descriptionE + + + 226 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0041.Price + + + 208 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0041.Name + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0041.description + + + 60 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0041.NameE + + + 60 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0041.descriptionE + + + 483 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0042.Price + + + 465 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 317 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0042.Name + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0042.description + + + 317 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0042.NameE + + + 317 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0042.descriptionE + + + 740 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0043.Price + + + 722 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 574 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0043.Name + + + 574 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0043.description + + + 574 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0043.NameE + + + 574 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0043.descriptionE + + + 997 + 688 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0044.Price + + + 979 + 688 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 831 + 866 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0044.Name + + + 831 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0044.description + + + 831 + 866 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0044.NameE + + + 831 + 922 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0044.descriptionE + + + 226 + 1016 + "Hurr" + 150 + 27 + KanitTTF + 0xB78F24 + $11-99-02-0045.Price + + + 208 + 1016 + 20 + 27 + KanitTTF + 0xB78F24 + "฿"" + + + 60 + 1194 + 24 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showthaiText + $11-99-02-0045.Name + + + 60 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showthaiText + $11-99-02-0045.description + + + 60 + 1194 + 22 + 220 + "multi2" + KanitMediumTTF + 0x322B26 + showengText + $11-99-02-0045.NameE + + + 60 + 1250 + 14 + 220 + KanitMediumTTF + 0x6F5F51 + showengText + $11-99-02-0045.descriptionE diff --git a/xml/page_payment.xml b/xml/page_payment.xml index 29071bf7..abb19750 100644 --- a/xml/page_payment.xml +++ b/xml/page_payment.xml @@ -21,6 +21,8 @@ Var DiscountDrink = 0 Var SelectSlot = "1" + SAVELOG BoxID + Var QRCODE1 = "A000000677010112" Var QRCODE2 = "010755600066301" Var QRCODE3 = "VDGN" diff --git a/xml/page_payment_cash.xml b/xml/page_payment_cash.xml index 599276de..c1307217 100644 --- a/xml/page_payment_cash.xml +++ b/xml/page_payment_cash.xml @@ -124,6 +124,7 @@ Var PayState3 = "Disable" Var CoinInFlag = 1 EndIf + Var showRemaining = charOfBaht + RemainAmountStr If show_eng = "true" Then Var showRemaining = charOfBaht + RemainAmountStr diff --git a/xml/page_payment_qr.xml b/xml/page_payment_qr.xml index 23d9267e..8d3c2813 100644 --- a/xml/page_payment_qr.xml +++ b/xml/page_payment_qr.xml @@ -45,6 +45,7 @@ Var QRCODE6 = ServiceCredit Var QRCODE7 = ServiceAmount2 Var QRCODE8 = "" + Var CashTextWarning = "" Var QRErrorState = "Invisible" diff --git a/xml/vending_info.xml b/xml/vending_info.xml index 61cd9d43..b187ef26 100644 --- a/xml/vending_info.xml +++ b/xml/vending_info.xml @@ -134,8 +134,21 @@ info2_startX info_5Y "ROOT/ui/page_03_summary/pic_summary_tab.png" + + Open "ROOT/xml/test_coin.xml" + + + info2_text_startX + info_text_5Y + 30 + fontType1 + 0x000000 + "Test coin and bill" + + + info2_text_startX