DUBAI: fix 912
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
|
|
@ -42,6 +42,19 @@
|
|||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/image/page_doing/"
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
|
||||
Var PicturePath = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var PicturePath = PicturePath + "/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
Var PictureEnd = "_en.png"
|
||||
Else
|
||||
Var PictureEnd = ".png"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If CocktailShow = "true" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
EndIf
|
||||
|
|
@ -298,6 +311,19 @@
|
|||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/taobin_sawade.mp3"
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
|
||||
Var PicturePath = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var PicturePath = PicturePath + "/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
|
||||
If LanguageShow = "ENG" Then
|
||||
Var PictureEnd = "_en.png"
|
||||
Else
|
||||
Var PictureEnd = ".png"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
Var countDownRetrun = 300
|
||||
|
||||
|
|
@ -317,8 +343,8 @@
|
|||
<Button>
|
||||
<X> 19 </X>
|
||||
<Y> 420 </Y>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/whatthecup/sgp/image/page2_en/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Filename> "ROOT/taobin_project/inter/whatthecup/uae_dubai/image/page2_en/bn_back_arrow_2.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/whatthecup/uae_dubai/image/page2_en/bn_back_arrow_2.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||