38 lines
693 B
XML
38 lines
693 B
XML
|
|
<Page>
|
||
|
|
<Cache> "Enable" </Cache>
|
||
|
|
<Width> 1080 </Width>
|
||
|
|
<Height> 1312 </Height>
|
||
|
|
<Background> "ROOT/image/BG1SLOT_TAB.bmp" </Background>
|
||
|
|
<Volume> SoundVolume </Volume>
|
||
|
|
<EventOpen>
|
||
|
|
TopView "show"
|
||
|
|
; On open
|
||
|
|
|
||
|
|
|
||
|
|
If VendingClass = "coffeeInthanin01" Then
|
||
|
|
Var subClass = "inthanin"
|
||
|
|
Open "ROOT/xml/menu_board_inthanin.xml"
|
||
|
|
Else
|
||
|
|
Var subClass = ""
|
||
|
|
Open "ROOT/xml/menu_board_original2.xml"
|
||
|
|
EndIf
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</EventOpen>
|
||
|
|
<Timeout> 1000 </Timeout>
|
||
|
|
<EventTimeout>
|
||
|
|
TimerReset
|
||
|
|
Refresh
|
||
|
|
</EventTimeout>
|
||
|
|
<EventNetDown>
|
||
|
|
Open "/mnt/sdcard/coffeevending/xml/main.xml"
|
||
|
|
</EventNetDown>
|
||
|
|
<EventNetDeactive>
|
||
|
|
Open "/mnt/sdcard/coffeevending/xml/main.xml"
|
||
|
|
</EventNetDeactive>
|
||
|
|
|
||
|
|
</Page>
|