taobin_project/xml/features/alert_sms/page_send_sms.lxml
2025-03-20 11:01:33 +07:00

91 lines
1.7 KiB
Text

<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
;<Refresh> "Partial" </Refresh>
<EventOpen>
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/collectiing_en"
Else
Var DirImage = "ROOT/taobin_project/image/collectiing"
EndIf
DEBUGVAR CurrentAlertName
DEBUGVAR CurrentAlertProductCode
DEBUGVAR TelephoneNumberX
NotifyCustomerMenuReady TelephoneNumberX CurrentAlertProductCode CurrentAlertName
</EventOpen>
<EventActionOk>
</EventActionOk>
<EventActionError>
</EventActionError>
<Timeout> 1000 </Timeout>
<EventTimeout>
Var Timeout = Timeout + 1
If Timeout > 10 Then
TabMenuVisibleInst 99
RootLayoutVisible 13 "hide"
Var AlertSMSButtonPause = "false"
Var OpenFromMulti = 1
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
EndIf
Refresh
TimerReset
</EventTimeout>
<Image>
<X> 0 </X>
<Y> 380 </Y>
<Filename> "ROOT/taobin_project/image/collectiing/alpha.png" </Filename>
</Image>
<Image>
<X> 158 </X>
<Y> 665 </Y>
<Filename> "ROOT/taobin_project/image/collectiing/img_popup1.png" </Filename>
</Image>
; ---------------------
<Image>
<X> 189 </X>
<Y> 1004 </Y>
<Filename> "ROOT/taobin_project/image/feature/alert_sms/Success.png" </Filename>
</Image>
<Button>
<X> 248 </X>
<Y> 1600 </Y>
<Filename> Var( DirImage + "/bn_back3.png" ) </Filename>
<FilenamePress> Var( DirImage + "/bp_back3.png" )</FilenamePress>
<EventClick>
TabMenuVisibleInst 99
RootLayoutVisible 13 "hide"
Var AlertSMSButtonPause = "false"
Var OpenFromMulti = 1
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
</EventClick>
</Button>
</Popup>