Merge branch 'masterpiece' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
8d8428eef6
56 changed files with 39313 additions and 10 deletions
|
|
@ -84,17 +84,17 @@
|
|||
out_xml('\t\t<HotState> ' + pd_stage1 + ' </HotState>\n')
|
||||
out_xml('\t\t<IceState> ' + pd_stage2 + ' </IceState>\n')
|
||||
out_xml('\t\t<BlendState> ' + pd_stage3 + ' </BlendState>\n')
|
||||
|
||||
|
||||
out_xml('\t\t<HotPrice> eval( \n')
|
||||
|
||||
|
||||
out_xml( '\t\tIf $' + pd_code_1 + '.Price = -1 Then\r\n')
|
||||
out_xml( '\t\t\tVar return = "Free"\r\n')
|
||||
out_xml( '\t\tElse\r\n')
|
||||
out_xml( '\t\t\tVar return !assigned StringFmt( $' + pd_code_1 + '.Price , DisplayFormat, PreScaleConvertShow) \r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
out_xml('\t\t) </HotPrice>\n')
|
||||
|
||||
|
||||
|
||||
|
||||
out_xml('\t\t<IcePrice> eval( \n')
|
||||
out_xml( '\t\tIf $' + pd_code_2 + '.Price = -1 Then\r\n')
|
||||
out_xml( '\t\t\tVar return = "Free"\r\n')
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
out_xml( '\t\tEndIf\r\n')
|
||||
out_xml('\t\t) </IcePrice>\n')
|
||||
|
||||
|
||||
|
||||
out_xml('\t\t<BlendPrice> eval( \n')
|
||||
out_xml( '\t\tIf $' + pd_code_3 + '.Price = -1 Then\r\n')
|
||||
out_xml( '\t\t\tVar return = "Free"\r\n')
|
||||
|
|
@ -111,8 +111,8 @@
|
|||
out_xml( '\t\t\tVar return !assigned StringFmt( $' + pd_code_3 + '.Price , DisplayFormat, PreScaleConvertShow) \r\n')
|
||||
out_xml( '\t\tEndIf\r\n')
|
||||
out_xml('\t\t) </BlendPrice>\n')
|
||||
|
||||
|
||||
|
||||
|
||||
out_xml('\t\t<IceProcessingState>\n')
|
||||
out_xml('\t\t\teval(\n')
|
||||
out_xml('\t\t\t\tIf ICE_PROCESS_STATUS = 2 Then\n')
|
||||
|
|
@ -130,6 +130,40 @@
|
|||
out_xml('\t\t<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>\n')
|
||||
out_xml('\t\t<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>\n')
|
||||
|
||||
out_xml('\t\t<ConditionalDisable>\n')
|
||||
out_xml('\t\t\t<Script>\n')
|
||||
out_xml('\t\t\t\tIf $Sum' + str_con_var +' = "Disable" Then\n')
|
||||
out_xml('\t\t\t\t\tSTRCONTAIN "STG=CLOSE" $' + pd_code_1 + '.TAG tag1_is_disable\n')
|
||||
out_xml('\t\t\t\t\tSTRCONTAIN "STG=CLOSE" $' + pd_code_2 + '.TAG tag2_is_disable\n')
|
||||
out_xml('\t\t\t\t\tSTRCONTAIN "STG=CLOSE" $' + pd_code_3 + '.TAG tag3_is_disable\n')
|
||||
|
||||
out_xml('\t\t\t\t\tIf tag1_is_disable = "true" Then\n')
|
||||
out_xml('\t\t\t\t\t\tVar $Sum' + str_con_var +'Tag = $' + pd_code_1 + '.TAG\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\t\tIf tag2_is_disable = "true" Then\n')
|
||||
out_xml('\t\t\t\t\t\tVar $Sum' + str_con_var +'Tag = $' + pd_code_2 + '.TAG\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\t\tIf tag3_is_disable = "true" Then\n')
|
||||
out_xml('\t\t\t\t\t\tVar $Sum' + str_con_var +'Tag = $' + pd_code_3 + '.TAG\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
|
||||
out_xml('\t\t\t\t\tVar $Sum' + str_con_var +'TextValue !assigned GETS($Sum' + str_con_var +'Tag,"MSG")\n')
|
||||
out_xml('\t\t\t\t\tVar $Sum' + str_con_var +'TextID !assigned GETS($Sum' + str_con_var +'Tag,"TextID")\n')
|
||||
out_xml('\t\t\t\t\tIf $Sum' + str_con_var +'TextID != "" Then\n')
|
||||
out_xml('\t\t\t\t\t\tVar $Sum' + str_con_var +'TextValue = ""\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
|
||||
out_xml('\t\t\t\t\tIf $Sum' + str_con_var +'TextValue = "" Then\n')
|
||||
out_xml('\t\t\t\t\t\tIf $Sum' + str_con_var +'TextID = "" Then\n')
|
||||
out_xml('\t\t\t\t\t\t\tVar $Sum' + str_con_var +'TextID = "000013"\n')
|
||||
out_xml('\t\t\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t\tEndIf\n')
|
||||
out_xml('\t\t\t</Script>\n')
|
||||
out_xml('\t\t\t<ID> $Sum' + str_con_var +'TextID </ID>\n')
|
||||
out_xml('\t\t\t<Value> $Sum' + str_con_var +'TextValue </Value>\n')
|
||||
out_xml('\t\t</ConditionalDisable>\n')
|
||||
|
||||
out_xml('\t\t<EventOnClick>\n')
|
||||
out_xml('\t\t\tVar PictureDrink = "' + new_default_dir2 + '" + \"' + menu_img + '\"\n')
|
||||
out_xml('\t\t\tGetInstanceIDMenuTab OpenFromInstMenuTab\n')
|
||||
|
|
|
|||
|
|
@ -234,6 +234,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204021018 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-1018.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204021018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204021018Tag = $12-04-02-1018.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204021018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204021018TextValue !assigned GETS($Sum1204021018Tag,"MSG")
|
||||
Var $Sum1204021018TextID !assigned GETS($Sum1204021018Tag,"TextID")
|
||||
If $Sum1204021018TextID != "" Then
|
||||
Var $Sum1204021018TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204021018TextValue = "" Then
|
||||
If $Sum1204021018TextID = "" Then
|
||||
Var $Sum1204021018TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204021018TextID </ID>
|
||||
<Value> $Sum1204021018TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_original_BDMS.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -431,6 +461,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204021019 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-1019.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204021019Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204021019Tag = $12-04-02-1019.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204021019Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204021019TextValue !assigned GETS($Sum1204021019Tag,"MSG")
|
||||
Var $Sum1204021019TextID !assigned GETS($Sum1204021019Tag,"TextID")
|
||||
If $Sum1204021019TextID != "" Then
|
||||
Var $Sum1204021019TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204021019TextValue = "" Then
|
||||
If $Sum1204021019TextID = "" Then
|
||||
Var $Sum1204021019TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204021019TextID </ID>
|
||||
<Value> $Sum1204021019TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_espresso_BDMS.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -628,6 +688,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204021020 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-1020.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204021020Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204021020Tag = $12-04-02-1020.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204021020Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204021020TextValue !assigned GETS($Sum1204021020Tag,"MSG")
|
||||
Var $Sum1204021020TextID !assigned GETS($Sum1204021020Tag,"TextID")
|
||||
If $Sum1204021020TextID != "" Then
|
||||
Var $Sum1204021020TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204021020TextValue = "" Then
|
||||
If $Sum1204021020TextID = "" Then
|
||||
Var $Sum1204021020TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204021020TextID </ID>
|
||||
<Value> $Sum1204021020TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Chocolate_BDMS.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -825,6 +915,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204021021 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-1021.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204021021Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204021021Tag = $12-04-02-1021.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204021021Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204021021TextValue !assigned GETS($Sum1204021021Tag,"MSG")
|
||||
Var $Sum1204021021TextID !assigned GETS($Sum1204021021Tag,"TextID")
|
||||
If $Sum1204021021TextID != "" Then
|
||||
Var $Sum1204021021TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204021021TextValue = "" Then
|
||||
If $Sum1204021021TextID = "" Then
|
||||
Var $Sum1204021021TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204021021TextID </ID>
|
||||
<Value> $Sum1204021021TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Thaitea_BDMS.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1022,6 +1142,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204021022 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-1022.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204021022Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204021022Tag = $12-04-02-1022.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204021022Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204021022TextValue !assigned GETS($Sum1204021022Tag,"MSG")
|
||||
Var $Sum1204021022TextID !assigned GETS($Sum1204021022Tag,"TextID")
|
||||
If $Sum1204021022TextID != "" Then
|
||||
Var $Sum1204021022TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204021022TextValue = "" Then
|
||||
If $Sum1204021022TextID = "" Then
|
||||
Var $Sum1204021022TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204021022TextID </ID>
|
||||
<Value> $Sum1204021022TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Matcha_BDMS.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $SumTAOTIM1251010001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $TAOTIM.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-51-01-0001.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010001Tag = $TAOTIM.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010001Tag = $12-51-01-0001.TAG
|
||||
EndIf
|
||||
Var $SumTAOTIM1251010001TextValue !assigned GETS($SumTAOTIM1251010001Tag,"MSG")
|
||||
Var $SumTAOTIM1251010001TextID !assigned GETS($SumTAOTIM1251010001Tag,"TextID")
|
||||
If $SumTAOTIM1251010001TextID != "" Then
|
||||
Var $SumTAOTIM1251010001TextValue = ""
|
||||
EndIf
|
||||
If $SumTAOTIM1251010001TextValue = "" Then
|
||||
If $SumTAOTIM1251010001TextID = "" Then
|
||||
Var $SumTAOTIM1251010001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $SumTAOTIM1251010001TextID </ID>
|
||||
<Value> $SumTAOTIM1251010001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_deep_fried_chicken.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $SumTAOTIM1251010002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $TAOTIM.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-51-01-0002.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010002Tag = $TAOTIM.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010002Tag = $12-51-01-0002.TAG
|
||||
EndIf
|
||||
Var $SumTAOTIM1251010002TextValue !assigned GETS($SumTAOTIM1251010002Tag,"MSG")
|
||||
Var $SumTAOTIM1251010002TextID !assigned GETS($SumTAOTIM1251010002Tag,"TextID")
|
||||
If $SumTAOTIM1251010002TextID != "" Then
|
||||
Var $SumTAOTIM1251010002TextValue = ""
|
||||
EndIf
|
||||
If $SumTAOTIM1251010002TextValue = "" Then
|
||||
If $SumTAOTIM1251010002TextID = "" Then
|
||||
Var $SumTAOTIM1251010002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $SumTAOTIM1251010002TextID </ID>
|
||||
<Value> $SumTAOTIM1251010002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_deep_fried_meatball.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $SumTAOTIM1251010003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $TAOTIM.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-51-01-0003.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010003Tag = $TAOTIM.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $SumTAOTIM1251010003Tag = $12-51-01-0003.TAG
|
||||
EndIf
|
||||
Var $SumTAOTIM1251010003TextValue !assigned GETS($SumTAOTIM1251010003Tag,"MSG")
|
||||
Var $SumTAOTIM1251010003TextID !assigned GETS($SumTAOTIM1251010003Tag,"TextID")
|
||||
If $SumTAOTIM1251010003TextID != "" Then
|
||||
Var $SumTAOTIM1251010003TextValue = ""
|
||||
EndIf
|
||||
If $SumTAOTIM1251010003TextValue = "" Then
|
||||
If $SumTAOTIM1251010003TextID = "" Then
|
||||
Var $SumTAOTIM1251010003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $SumTAOTIM1251010003TextID </ID>
|
||||
<Value> $SumTAOTIM1251010003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_deep_fried_nugget.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -194,6 +194,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050200411205030041 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0041.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0041.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050200411205030041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050200411205030041Tag = $12-05-02-0041.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050200411205030041Tag = $12-05-03-0041.TAG
|
||||
EndIf
|
||||
Var $Sum12050200411205030041TextValue !assigned GETS($Sum12050200411205030041Tag,"MSG")
|
||||
Var $Sum12050200411205030041TextID !assigned GETS($Sum12050200411205030041Tag,"TextID")
|
||||
If $Sum12050200411205030041TextID != "" Then
|
||||
Var $Sum12050200411205030041TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050200411205030041TextValue = "" Then
|
||||
If $Sum12050200411205030041TextID = "" Then
|
||||
Var $Sum12050200411205030041TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050200411205030041TextID </ID>
|
||||
<Value> $Sum12050200411205030041TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -391,6 +421,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030094 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0094.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030094Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030094Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030094Tag = $12-03-03-0094.TAG
|
||||
EndIf
|
||||
Var $Sum1203030094TextValue !assigned GETS($Sum1203030094Tag,"MSG")
|
||||
Var $Sum1203030094TextID !assigned GETS($Sum1203030094Tag,"TextID")
|
||||
If $Sum1203030094TextID != "" Then
|
||||
Var $Sum1203030094TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030094TextValue = "" Then
|
||||
If $Sum1203030094TextID = "" Then
|
||||
Var $Sum1203030094TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030094TextID </ID>
|
||||
<Value> $Sum1203030094TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_cocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -588,6 +648,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030095 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0095.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030095Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030095Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030095Tag = $12-03-03-0095.TAG
|
||||
EndIf
|
||||
Var $Sum1203030095TextValue !assigned GETS($Sum1203030095Tag,"MSG")
|
||||
Var $Sum1203030095TextID !assigned GETS($Sum1203030095Tag,"TextID")
|
||||
If $Sum1203030095TextID != "" Then
|
||||
Var $Sum1203030095TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030095TextValue = "" Then
|
||||
If $Sum1203030095TextID = "" Then
|
||||
Var $Sum1203030095TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030095TextID </ID>
|
||||
<Value> $Sum1203030095TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -785,6 +875,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000512030200051203030005 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0005.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0005.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0005.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000512030200051203030005Tag = $12-03-01-0005.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000512030200051203030005Tag = $12-03-02-0005.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000512030200051203030005Tag = $12-03-03-0005.TAG
|
||||
EndIf
|
||||
Var $Sum120301000512030200051203030005TextValue !assigned GETS($Sum120301000512030200051203030005Tag,"MSG")
|
||||
Var $Sum120301000512030200051203030005TextID !assigned GETS($Sum120301000512030200051203030005Tag,"TextID")
|
||||
If $Sum120301000512030200051203030005TextID != "" Then
|
||||
Var $Sum120301000512030200051203030005TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000512030200051203030005TextValue = "" Then
|
||||
If $Sum120301000512030200051203030005TextID = "" Then
|
||||
Var $Sum120301000512030200051203030005TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000512030200051203030005TextID </ID>
|
||||
<Value> $Sum120301000512030200051203030005TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -982,6 +1102,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000112030200011203030001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0001.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0001.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000112030200011203030001Tag = $12-03-01-0001.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000112030200011203030001Tag = $12-03-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000112030200011203030001Tag = $12-03-03-0001.TAG
|
||||
EndIf
|
||||
Var $Sum120301000112030200011203030001TextValue !assigned GETS($Sum120301000112030200011203030001Tag,"MSG")
|
||||
Var $Sum120301000112030200011203030001TextID !assigned GETS($Sum120301000112030200011203030001Tag,"TextID")
|
||||
If $Sum120301000112030200011203030001TextID != "" Then
|
||||
Var $Sum120301000112030200011203030001TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000112030200011203030001TextValue = "" Then
|
||||
If $Sum120301000112030200011203030001TextID = "" Then
|
||||
Var $Sum120301000112030200011203030001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000112030200011203030001TextID </ID>
|
||||
<Value> $Sum120301000112030200011203030001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_caramel.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1179,6 +1329,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000312030200031203030003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0003.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0003.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000312030200031203030003Tag = $12-03-01-0003.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000312030200031203030003Tag = $12-03-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000312030200031203030003Tag = $12-03-03-0003.TAG
|
||||
EndIf
|
||||
Var $Sum120301000312030200031203030003TextValue !assigned GETS($Sum120301000312030200031203030003Tag,"MSG")
|
||||
Var $Sum120301000312030200031203030003TextID !assigned GETS($Sum120301000312030200031203030003Tag,"TextID")
|
||||
If $Sum120301000312030200031203030003TextID != "" Then
|
||||
Var $Sum120301000312030200031203030003TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000312030200031203030003TextValue = "" Then
|
||||
If $Sum120301000312030200031203030003TextID = "" Then
|
||||
Var $Sum120301000312030200031203030003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000312030200031203030003TextID </ID>
|
||||
<Value> $Sum120301000312030200031203030003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Black_Sugar_Milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1376,6 +1556,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200061203030006 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0006.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0006.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200061203030006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200061203030006Tag = $12-03-02-0006.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200061203030006Tag = $12-03-03-0006.TAG
|
||||
EndIf
|
||||
Var $Sum12030200061203030006TextValue !assigned GETS($Sum12030200061203030006Tag,"MSG")
|
||||
Var $Sum12030200061203030006TextID !assigned GETS($Sum12030200061203030006Tag,"TextID")
|
||||
If $Sum12030200061203030006TextID != "" Then
|
||||
Var $Sum12030200061203030006TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200061203030006TextValue = "" Then
|
||||
If $Sum12030200061203030006TextID = "" Then
|
||||
Var $Sum12030200061203030006TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200061203030006TextID </ID>
|
||||
<Value> $Sum12030200061203030006TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_pink_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1573,6 +1783,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000212030200021203030002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0002.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0002.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-01-0002.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-03-0002.TAG
|
||||
EndIf
|
||||
Var $Sum120301000212030200021203030002TextValue !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
|
||||
Var $Sum120301000212030200021203030002TextID !assigned GETS($Sum120301000212030200021203030002Tag,"TextID")
|
||||
If $Sum120301000212030200021203030002TextID != "" Then
|
||||
Var $Sum120301000212030200021203030002TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000212030200021203030002TextValue = "" Then
|
||||
If $Sum120301000212030200021203030002TextID = "" Then
|
||||
Var $Sum120301000212030200021203030002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000212030200021203030002TextID </ID>
|
||||
<Value> $Sum120301000212030200021203030002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1770,6 +2010,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002212030200221203030022 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0022.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0022.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0022.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002212030200221203030022Tag = $12-03-01-0022.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002212030200221203030022Tag = $12-03-02-0022.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002212030200221203030022Tag = $12-03-03-0022.TAG
|
||||
EndIf
|
||||
Var $Sum120301002212030200221203030022TextValue !assigned GETS($Sum120301002212030200221203030022Tag,"MSG")
|
||||
Var $Sum120301002212030200221203030022TextID !assigned GETS($Sum120301002212030200221203030022Tag,"TextID")
|
||||
If $Sum120301002212030200221203030022TextID != "" Then
|
||||
Var $Sum120301002212030200221203030022TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002212030200221203030022TextValue = "" Then
|
||||
If $Sum120301002212030200221203030022TextID = "" Then
|
||||
Var $Sum120301002212030200221203030022TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002212030200221203030022TextID </ID>
|
||||
<Value> $Sum120301002212030200221203030022TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1967,6 +2237,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $12-03-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
|
||||
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
|
||||
If $Sum1203030010TextID != "" Then
|
||||
Var $Sum1203030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030010TextValue = "" Then
|
||||
If $Sum1203030010TextID = "" Then
|
||||
Var $Sum1203030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030010TextID </ID>
|
||||
<Value> $Sum1203030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrycocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2164,6 +2464,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050200081205030008 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0008.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0008.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050200081205030008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050200081205030008Tag = $12-05-02-0008.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050200081205030008Tag = $12-05-03-0008.TAG
|
||||
EndIf
|
||||
Var $Sum12050200081205030008TextValue !assigned GETS($Sum12050200081205030008Tag,"MSG")
|
||||
Var $Sum12050200081205030008TextID !assigned GETS($Sum12050200081205030008Tag,"TextID")
|
||||
If $Sum12050200081205030008TextID != "" Then
|
||||
Var $Sum12050200081205030008TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050200081205030008TextValue = "" Then
|
||||
If $Sum12050200081205030008TextID = "" Then
|
||||
Var $Sum12050200081205030008TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050200081205030008TextID </ID>
|
||||
<Value> $Sum12050200081205030008TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_sala_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2361,6 +2691,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0044.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020044Tag = $12-05-02-0044.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020044TextValue !assigned GETS($Sum1205020044Tag,"MSG")
|
||||
Var $Sum1205020044TextID !assigned GETS($Sum1205020044Tag,"TextID")
|
||||
If $Sum1205020044TextID != "" Then
|
||||
Var $Sum1205020044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020044TextValue = "" Then
|
||||
If $Sum1205020044TextID = "" Then
|
||||
Var $Sum1205020044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020044TextID </ID>
|
||||
<Value> $Sum1205020044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_melon_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2558,6 +2918,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020045 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0045.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020045Tag = $12-05-02-0045.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020045TextValue !assigned GETS($Sum1205020045Tag,"MSG")
|
||||
Var $Sum1205020045TextID !assigned GETS($Sum1205020045Tag,"TextID")
|
||||
If $Sum1205020045TextID != "" Then
|
||||
Var $Sum1205020045TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020045TextValue = "" Then
|
||||
If $Sum1205020045TextID = "" Then
|
||||
Var $Sum1205020045TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020045TextID </ID>
|
||||
<Value> $Sum1205020045TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_yuzu_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2755,6 +3145,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030009 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0009.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $12-03-03-0009.TAG
|
||||
EndIf
|
||||
Var $Sum1203030009TextValue !assigned GETS($Sum1203030009Tag,"MSG")
|
||||
Var $Sum1203030009TextID !assigned GETS($Sum1203030009Tag,"TextID")
|
||||
If $Sum1203030009TextID != "" Then
|
||||
Var $Sum1203030009TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030009TextValue = "" Then
|
||||
If $Sum1203030009TextID = "" Then
|
||||
Var $Sum1203030009TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030009TextID </ID>
|
||||
<Value> $Sum1203030009TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2952,6 +3372,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002312030200231203030023 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0023.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0023.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0023.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002312030200231203030023Tag = $12-03-01-0023.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002312030200231203030023Tag = $12-03-02-0023.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002312030200231203030023Tag = $12-03-03-0023.TAG
|
||||
EndIf
|
||||
Var $Sum120301002312030200231203030023TextValue !assigned GETS($Sum120301002312030200231203030023Tag,"MSG")
|
||||
Var $Sum120301002312030200231203030023TextID !assigned GETS($Sum120301002312030200231203030023Tag,"TextID")
|
||||
If $Sum120301002312030200231203030023TextID != "" Then
|
||||
Var $Sum120301002312030200231203030023TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002312030200231203030023TextValue = "" Then
|
||||
If $Sum120301002312030200231203030023TextID = "" Then
|
||||
Var $Sum120301002312030200231203030023TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002312030200231203030023TextID </ID>
|
||||
<Value> $Sum120301002312030200231203030023TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Banana_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3149,6 +3599,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002412030200241203030024 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0024.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0024.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0024.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-01-0024.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-02-0024.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-03-0024.TAG
|
||||
EndIf
|
||||
Var $Sum120301002412030200241203030024TextValue !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
|
||||
Var $Sum120301002412030200241203030024TextID !assigned GETS($Sum120301002412030200241203030024Tag,"TextID")
|
||||
If $Sum120301002412030200241203030024TextID != "" Then
|
||||
Var $Sum120301002412030200241203030024TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002412030200241203030024TextValue = "" Then
|
||||
If $Sum120301002412030200241203030024TextID = "" Then
|
||||
Var $Sum120301002412030200241203030024TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002412030200241203030024TextID </ID>
|
||||
<Value> $Sum120301002412030200241203030024TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoBanana_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3346,6 +3826,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030061Tag = $12-03-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum1203030061TextValue !assigned GETS($Sum1203030061Tag,"MSG")
|
||||
Var $Sum1203030061TextID !assigned GETS($Sum1203030061Tag,"TextID")
|
||||
If $Sum1203030061TextID != "" Then
|
||||
Var $Sum1203030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030061TextValue = "" Then
|
||||
If $Sum1203030061TextID = "" Then
|
||||
Var $Sum1203030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030061TextID </ID>
|
||||
<Value> $Sum1203030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_cocoa_MILK_BISCOFF.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030009 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0009.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $12-03-03-0009.TAG
|
||||
EndIf
|
||||
Var $Sum1203030009TextValue !assigned GETS($Sum1203030009Tag,"MSG")
|
||||
Var $Sum1203030009TextID !assigned GETS($Sum1203030009Tag,"TextID")
|
||||
If $Sum1203030009TextID != "" Then
|
||||
Var $Sum1203030009TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030009TextValue = "" Then
|
||||
If $Sum1203030009TextID = "" Then
|
||||
Var $Sum1203030009TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030009TextID </ID>
|
||||
<Value> $Sum1203030009TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -385,6 +415,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030027 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0027.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $12-03-03-0027.TAG
|
||||
EndIf
|
||||
Var $Sum1203030027TextValue !assigned GETS($Sum1203030027Tag,"MSG")
|
||||
Var $Sum1203030027TextID !assigned GETS($Sum1203030027Tag,"TextID")
|
||||
If $Sum1203030027TextID != "" Then
|
||||
Var $Sum1203030027TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030027TextValue = "" Then
|
||||
If $Sum1203030027TextID = "" Then
|
||||
Var $Sum1203030027TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030027TextID </ID>
|
||||
<Value> $Sum1203030027TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_StrawberrOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -583,6 +643,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030028 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0028.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $12-03-03-0028.TAG
|
||||
EndIf
|
||||
Var $Sum1203030028TextValue !assigned GETS($Sum1203030028Tag,"MSG")
|
||||
Var $Sum1203030028TextID !assigned GETS($Sum1203030028Tag,"TextID")
|
||||
If $Sum1203030028TextID != "" Then
|
||||
Var $Sum1203030028TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030028TextValue = "" Then
|
||||
If $Sum1203030028TextID = "" Then
|
||||
Var $Sum1203030028TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030028TextID </ID>
|
||||
<Value> $Sum1203030028TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_MelonOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -781,6 +871,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030029 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0029.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $12-03-03-0029.TAG
|
||||
EndIf
|
||||
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
|
||||
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
|
||||
If $Sum1203030029TextID != "" Then
|
||||
Var $Sum1203030029TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030029TextValue = "" Then
|
||||
If $Sum1203030029TextID = "" Then
|
||||
Var $Sum1203030029TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030029TextID </ID>
|
||||
<Value> $Sum1203030029TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_BananaOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -979,6 +1099,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030030 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0030.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $12-03-03-0030.TAG
|
||||
EndIf
|
||||
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
|
||||
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
|
||||
If $Sum1203030030TextID != "" Then
|
||||
Var $Sum1203030030TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030030TextValue = "" Then
|
||||
If $Sum1203030030TextID = "" Then
|
||||
Var $Sum1203030030TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030030TextID </ID>
|
||||
<Value> $Sum1203030030TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1177,6 +1327,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030031 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0031.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030031Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030031Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030031Tag = $12-03-03-0031.TAG
|
||||
EndIf
|
||||
Var $Sum1203030031TextValue !assigned GETS($Sum1203030031Tag,"MSG")
|
||||
Var $Sum1203030031TextID !assigned GETS($Sum1203030031Tag,"TextID")
|
||||
If $Sum1203030031TextID != "" Then
|
||||
Var $Sum1203030031TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030031TextValue = "" Then
|
||||
If $Sum1203030031TextID = "" Then
|
||||
Var $Sum1203030031TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030031TextID </ID>
|
||||
<Value> $Sum1203030031TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_CaramelOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1375,6 +1555,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030043 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0043.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030043Tag = $12-02-03-0043.TAG
|
||||
EndIf
|
||||
Var $Sum1202030043TextValue !assigned GETS($Sum1202030043Tag,"MSG")
|
||||
Var $Sum1202030043TextID !assigned GETS($Sum1202030043Tag,"TextID")
|
||||
If $Sum1202030043TextID != "" Then
|
||||
Var $Sum1202030043TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030043TextValue = "" Then
|
||||
If $Sum1202030043TextID = "" Then
|
||||
Var $Sum1202030043TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030043TextID </ID>
|
||||
<Value> $Sum1202030043TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_HojichaOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1573,6 +1783,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0044.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030044Tag = $12-02-03-0044.TAG
|
||||
EndIf
|
||||
Var $Sum1202030044TextValue !assigned GETS($Sum1202030044Tag,"MSG")
|
||||
Var $Sum1202030044TextID !assigned GETS($Sum1202030044Tag,"TextID")
|
||||
If $Sum1202030044TextID != "" Then
|
||||
Var $Sum1202030044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030044TextValue = "" Then
|
||||
If $Sum1202030044TextID = "" Then
|
||||
Var $Sum1202030044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030044TextID </ID>
|
||||
<Value> $Sum1202030044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ThaiTeaOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1771,6 +2011,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201030043 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0043.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201030043Tag = $12-01-03-0043.TAG
|
||||
EndIf
|
||||
Var $Sum1201030043TextValue !assigned GETS($Sum1201030043Tag,"MSG")
|
||||
Var $Sum1201030043TextID !assigned GETS($Sum1201030043Tag,"TextID")
|
||||
If $Sum1201030043TextID != "" Then
|
||||
Var $Sum1201030043TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201030043TextValue = "" Then
|
||||
If $Sum1201030043TextID = "" Then
|
||||
Var $Sum1201030043TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201030043TextID </ID>
|
||||
<Value> $Sum1201030043TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Cafe_Latte_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1969,6 +2239,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030026 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0026.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030026Tag = $12-03-03-0026.TAG
|
||||
EndIf
|
||||
Var $Sum1203030026TextValue !assigned GETS($Sum1203030026Tag,"MSG")
|
||||
Var $Sum1203030026TextID !assigned GETS($Sum1203030026Tag,"TextID")
|
||||
If $Sum1203030026TextID != "" Then
|
||||
Var $Sum1203030026TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030026TextValue = "" Then
|
||||
If $Sum1203030026TextID = "" Then
|
||||
Var $Sum1203030026TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030026TextID </ID>
|
||||
<Value> $Sum1203030026TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PinkOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2167,6 +2467,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030045 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0045.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030045Tag = $12-02-03-0045.TAG
|
||||
EndIf
|
||||
Var $Sum1202030045TextValue !assigned GETS($Sum1202030045Tag,"MSG")
|
||||
Var $Sum1202030045TextID !assigned GETS($Sum1202030045Tag,"TextID")
|
||||
If $Sum1202030045TextID != "" Then
|
||||
Var $Sum1202030045TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030045TextValue = "" Then
|
||||
If $Sum1202030045TextID = "" Then
|
||||
Var $Sum1202030045TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030045TextID </ID>
|
||||
<Value> $Sum1202030045TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ThaiTeaOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2365,6 +2695,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030034 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0034.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $12-03-03-0034.TAG
|
||||
EndIf
|
||||
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
|
||||
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
|
||||
If $Sum1203030034TextID != "" Then
|
||||
Var $Sum1203030034TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030034TextValue = "" Then
|
||||
If $Sum1203030034TextID = "" Then
|
||||
Var $Sum1203030034TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030034TextID </ID>
|
||||
<Value> $Sum1203030034TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2563,6 +2923,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030040 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0040.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030040Tag = $12-03-03-0040.TAG
|
||||
EndIf
|
||||
Var $Sum1203030040TextValue !assigned GETS($Sum1203030040Tag,"MSG")
|
||||
Var $Sum1203030040TextID !assigned GETS($Sum1203030040Tag,"TextID")
|
||||
If $Sum1203030040TextID != "" Then
|
||||
Var $Sum1203030040TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030040TextValue = "" Then
|
||||
If $Sum1203030040TextID = "" Then
|
||||
Var $Sum1203030040TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030040TextID </ID>
|
||||
<Value> $Sum1203030040TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2761,6 +3151,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $SumTag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $SumTag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $SumTag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $SumTextValue !assigned GETS($SumTag,"MSG")
|
||||
Var $SumTextID !assigned GETS($SumTag,"TextID")
|
||||
If $SumTextID != "" Then
|
||||
Var $SumTextValue = ""
|
||||
EndIf
|
||||
If $SumTextValue = "" Then
|
||||
If $SumTextID = "" Then
|
||||
Var $SumTextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $SumTextID </ID>
|
||||
<Value> $SumTextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020009 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0009.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020009Tag = $12-99-02-0009.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020009TextValue !assigned GETS($Sum1299020009Tag,"MSG")
|
||||
Var $Sum1299020009TextID !assigned GETS($Sum1299020009Tag,"TextID")
|
||||
If $Sum1299020009TextID != "" Then
|
||||
Var $Sum1299020009TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020009TextValue = "" Then
|
||||
If $Sum1299020009TextID = "" Then
|
||||
Var $Sum1299020009TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020009TextID </ID>
|
||||
<Value> $Sum1299020009TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_SALA.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020002Tag = $12-99-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020002TextValue !assigned GETS($Sum1299020002Tag,"MSG")
|
||||
Var $Sum1299020002TextID !assigned GETS($Sum1299020002Tag,"TextID")
|
||||
If $Sum1299020002TextID != "" Then
|
||||
Var $Sum1299020002TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020002TextValue = "" Then
|
||||
If $Sum1299020002TextID = "" Then
|
||||
Var $Sum1299020002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020002TextID </ID>
|
||||
<Value> $Sum1299020002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_TEA.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020019 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0019.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020019Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020019Tag = $12-99-02-0019.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020019Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020019TextValue !assigned GETS($Sum1299020019Tag,"MSG")
|
||||
Var $Sum1299020019TextID !assigned GETS($Sum1299020019Tag,"TextID")
|
||||
If $Sum1299020019TextID != "" Then
|
||||
Var $Sum1299020019TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020019TextValue = "" Then
|
||||
If $Sum1299020019TextID = "" Then
|
||||
Var $Sum1299020019TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020019TextID </ID>
|
||||
<Value> $Sum1299020019TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_TEA.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020006 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0006.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020006Tag = $12-99-02-0006.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020006TextValue !assigned GETS($Sum1299020006Tag,"MSG")
|
||||
Var $Sum1299020006TextID !assigned GETS($Sum1299020006Tag,"TextID")
|
||||
If $Sum1299020006TextID != "" Then
|
||||
Var $Sum1299020006TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020006TextValue = "" Then
|
||||
If $Sum1299020006TextID = "" Then
|
||||
Var $Sum1299020006TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020006TextID </ID>
|
||||
<Value> $Sum1299020006TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_YUZU.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020007 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0007.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020007Tag = $12-99-02-0007.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020007TextValue !assigned GETS($Sum1299020007Tag,"MSG")
|
||||
Var $Sum1299020007TextID !assigned GETS($Sum1299020007Tag,"TextID")
|
||||
If $Sum1299020007TextID != "" Then
|
||||
Var $Sum1299020007TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020007TextValue = "" Then
|
||||
If $Sum1299020007TextID = "" Then
|
||||
Var $Sum1299020007TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020007TextID </ID>
|
||||
<Value> $Sum1299020007TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_BANANA.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020008 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0008.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020008Tag = $12-99-02-0008.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020008TextValue !assigned GETS($Sum1299020008Tag,"MSG")
|
||||
Var $Sum1299020008TextID !assigned GETS($Sum1299020008Tag,"TextID")
|
||||
If $Sum1299020008TextID != "" Then
|
||||
Var $Sum1299020008TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020008TextValue = "" Then
|
||||
If $Sum1299020008TextID = "" Then
|
||||
Var $Sum1299020008TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020008TextID </ID>
|
||||
<Value> $Sum1299020008TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_LYCHEE.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020001Tag = $12-99-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020001TextValue !assigned GETS($Sum1299020001Tag,"MSG")
|
||||
Var $Sum1299020001TextID !assigned GETS($Sum1299020001Tag,"TextID")
|
||||
If $Sum1299020001TextID != "" Then
|
||||
Var $Sum1299020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020001TextValue = "" Then
|
||||
If $Sum1299020001TextID = "" Then
|
||||
Var $Sum1299020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020001TextID </ID>
|
||||
<Value> $Sum1299020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_COFFEE.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $12-99-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020003TextValue !assigned GETS($Sum1299020003Tag,"MSG")
|
||||
Var $Sum1299020003TextID !assigned GETS($Sum1299020003Tag,"TextID")
|
||||
If $Sum1299020003TextID != "" Then
|
||||
Var $Sum1299020003TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020003TextValue = "" Then
|
||||
If $Sum1299020003TextID = "" Then
|
||||
Var $Sum1299020003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020003TextID </ID>
|
||||
<Value> $Sum1299020003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_MILK.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020005 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0005.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020005Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020005Tag = $12-99-02-0005.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020005Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020005TextValue !assigned GETS($Sum1299020005Tag,"MSG")
|
||||
Var $Sum1299020005TextID !assigned GETS($Sum1299020005Tag,"TextID")
|
||||
If $Sum1299020005TextID != "" Then
|
||||
Var $Sum1299020005TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020005TextValue = "" Then
|
||||
If $Sum1299020005TextID = "" Then
|
||||
Var $Sum1299020005TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020005TextID </ID>
|
||||
<Value> $Sum1299020005TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_MELON.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0004.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020004Tag = $12-99-02-0004.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020004TextValue !assigned GETS($Sum1299020004Tag,"MSG")
|
||||
Var $Sum1299020004TextID !assigned GETS($Sum1299020004Tag,"TextID")
|
||||
If $Sum1299020004TextID != "" Then
|
||||
Var $Sum1299020004TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020004TextValue = "" Then
|
||||
If $Sum1299020004TextID = "" Then
|
||||
Var $Sum1299020004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020004TextID </ID>
|
||||
<Value> $Sum1299020004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_PLUM.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0067.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030067Tag = $12-03-03-0067.TAG
|
||||
EndIf
|
||||
Var $Sum1203030067TextValue !assigned GETS($Sum1203030067Tag,"MSG")
|
||||
Var $Sum1203030067TextID !assigned GETS($Sum1203030067Tag,"TextID")
|
||||
If $Sum1203030067TextID != "" Then
|
||||
Var $Sum1203030067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030067TextValue = "" Then
|
||||
If $Sum1203030067TextID = "" Then
|
||||
Var $Sum1203030067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030067TextID </ID>
|
||||
<Value> $Sum1203030067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Super_cocoa_X3_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $12-02-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
|
||||
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
|
||||
If $Sum1202030058TextID != "" Then
|
||||
Var $Sum1202030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030058TextValue = "" Then
|
||||
If $Sum1202030058TextID = "" Then
|
||||
Var $Sum1202030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030058TextID </ID>
|
||||
<Value> $Sum1202030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Premium_Thai_tea_caramel_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030058Tag = $12-03-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1203030058TextValue !assigned GETS($Sum1203030058Tag,"MSG")
|
||||
Var $Sum1203030058TextID !assigned GETS($Sum1203030058Tag,"TextID")
|
||||
If $Sum1203030058TextID != "" Then
|
||||
Var $Sum1203030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030058TextValue = "" Then
|
||||
If $Sum1203030058TextID = "" Then
|
||||
Var $Sum1203030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030058TextID </ID>
|
||||
<Value> $Sum1203030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030006 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0006.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030006Tag = $12-03-03-0006.TAG
|
||||
EndIf
|
||||
Var $Sum1203030006TextValue !assigned GETS($Sum1203030006Tag,"MSG")
|
||||
Var $Sum1203030006TextID !assigned GETS($Sum1203030006Tag,"TextID")
|
||||
If $Sum1203030006TextID != "" Then
|
||||
Var $Sum1203030006TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030006TextValue = "" Then
|
||||
If $Sum1203030006TextID = "" Then
|
||||
Var $Sum1203030006TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030006TextID </ID>
|
||||
<Value> $Sum1203030006TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_นมชมพู_smoothie_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020001Tag = $12-01-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020001TextValue !assigned GETS($Sum1201020001Tag,"MSG")
|
||||
Var $Sum1201020001TextID !assigned GETS($Sum1201020001Tag,"TextID")
|
||||
If $Sum1201020001TextID != "" Then
|
||||
Var $Sum1201020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020001TextValue = "" Then
|
||||
If $Sum1201020001TextID = "" Then
|
||||
Var $Sum1201020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020001TextID </ID>
|
||||
<Value> $Sum1201020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_americano_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020001Tag = $12-21-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020001TextValue !assigned GETS($Sum1221020001Tag,"MSG")
|
||||
Var $Sum1221020001TextID !assigned GETS($Sum1221020001Tag,"TextID")
|
||||
If $Sum1221020001TextID != "" Then
|
||||
Var $Sum1221020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020001TextValue = "" Then
|
||||
If $Sum1221020001TextID = "" Then
|
||||
Var $Sum1221020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020001TextID </ID>
|
||||
<Value> $Sum1221020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_americano_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0011.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030011Tag = $12-03-03-0011.TAG
|
||||
EndIf
|
||||
Var $Sum1203030011TextValue !assigned GETS($Sum1203030011Tag,"MSG")
|
||||
Var $Sum1203030011TextID !assigned GETS($Sum1203030011Tag,"TextID")
|
||||
If $Sum1203030011TextID != "" Then
|
||||
Var $Sum1203030011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030011TextValue = "" Then
|
||||
If $Sum1203030011TextID = "" Then
|
||||
Var $Sum1203030011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030011TextID </ID>
|
||||
<Value> $Sum1203030011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrymilk_smoothie_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $12-03-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
|
||||
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
|
||||
If $Sum1203030010TextID != "" Then
|
||||
Var $Sum1203030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030010TextValue = "" Then
|
||||
If $Sum1203030010TextID = "" Then
|
||||
Var $Sum1203030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030010TextID </ID>
|
||||
<Value> $Sum1203030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrycocoa_smoothie_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1211020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-11-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1211020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1211020001Tag = $12-11-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1211020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1211020001TextValue !assigned GETS($Sum1211020001Tag,"MSG")
|
||||
Var $Sum1211020001TextID !assigned GETS($Sum1211020001Tag,"TextID")
|
||||
If $Sum1211020001TextID != "" Then
|
||||
Var $Sum1211020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1211020001TextValue = "" Then
|
||||
If $Sum1211020001TextID = "" Then
|
||||
Var $Sum1211020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1211020001TextID </ID>
|
||||
<Value> $Sum1211020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_ESPRESSO_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1231020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-31-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1231020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1231020001Tag = $12-31-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1231020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1231020001TextValue !assigned GETS($Sum1231020001Tag,"MSG")
|
||||
Var $Sum1231020001TextID !assigned GETS($Sum1231020001Tag,"TextID")
|
||||
If $Sum1231020001TextID != "" Then
|
||||
Var $Sum1231020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1231020001TextValue = "" Then
|
||||
If $Sum1231020001TextID = "" Then
|
||||
Var $Sum1231020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1231020001TextID </ID>
|
||||
<Value> $Sum1231020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_ESPRESSO_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0064.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030064Tag = $12-02-03-0064.TAG
|
||||
EndIf
|
||||
Var $Sum1202030064TextValue !assigned GETS($Sum1202030064Tag,"MSG")
|
||||
Var $Sum1202030064TextID !assigned GETS($Sum1202030064Tag,"TextID")
|
||||
If $Sum1202030064TextID != "" Then
|
||||
Var $Sum1202030064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030064TextValue = "" Then
|
||||
If $Sum1202030064TextID = "" Then
|
||||
Var $Sum1202030064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030064TextID </ID>
|
||||
<Value> $Sum1202030064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_jasmin_milk_tea_Coconut_smoothie_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030039 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0039.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030039Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030039Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030039Tag = $12-02-03-0039.TAG
|
||||
EndIf
|
||||
Var $Sum1202030039TextValue !assigned GETS($Sum1202030039Tag,"MSG")
|
||||
Var $Sum1202030039TextID !assigned GETS($Sum1202030039Tag,"TextID")
|
||||
If $Sum1202030039TextID != "" Then
|
||||
Var $Sum1202030039TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030039TextValue = "" Then
|
||||
If $Sum1202030039TextID = "" Then
|
||||
Var $Sum1202030039TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030039TextID </ID>
|
||||
<Value> $Sum1202030039TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Thai_milk_tea_smoothie_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2551,6 +2911,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020042 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0042.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020042Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020042Tag = $12-02-02-0042.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020042Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020042TextValue !assigned GETS($Sum1202020042Tag,"MSG")
|
||||
Var $Sum1202020042TextID !assigned GETS($Sum1202020042Tag,"TextID")
|
||||
If $Sum1202020042TextID != "" Then
|
||||
Var $Sum1202020042TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020042TextValue = "" Then
|
||||
If $Sum1202020042TextID = "" Then
|
||||
Var $Sum1202020042TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020042TextID </ID>
|
||||
<Value> $Sum1202020042TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Gingerlime_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2748,6 +3138,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020025 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0025.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020025Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020025Tag = $12-05-02-0025.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020025Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020025TextValue !assigned GETS($Sum1205020025Tag,"MSG")
|
||||
Var $Sum1205020025TextID !assigned GETS($Sum1205020025Tag,"TextID")
|
||||
If $Sum1205020025TextID != "" Then
|
||||
Var $Sum1205020025TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020025TextValue = "" Then
|
||||
If $Sum1205020025TextID = "" Then
|
||||
Var $Sum1205020025TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020025TextID </ID>
|
||||
<Value> $Sum1205020025TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_ume_lime_soda_12_day_12_menu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -154,6 +154,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050100011205020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-05-01-0001.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050100011205020001Tag = $12-05-01-0001.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050100011205020001Tag = $12-05-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050100011205020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12050100011205020001TextValue !assigned GETS($Sum12050100011205020001Tag,"MSG")
|
||||
Var $Sum12050100011205020001TextID !assigned GETS($Sum12050100011205020001Tag,"TextID")
|
||||
If $Sum12050100011205020001TextID != "" Then
|
||||
Var $Sum12050100011205020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050100011205020001TextValue = "" Then
|
||||
If $Sum12050100011205020001TextID = "" Then
|
||||
Var $Sum12050100011205020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050100011205020001TextID </ID>
|
||||
<Value> $Sum12050100011205020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_lime.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -351,6 +381,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020002Tag = $12-05-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020002TextValue !assigned GETS($Sum1205020002Tag,"MSG")
|
||||
Var $Sum1205020002TextID !assigned GETS($Sum1205020002Tag,"TextID")
|
||||
If $Sum1205020002TextID != "" Then
|
||||
Var $Sum1205020002TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020002TextValue = "" Then
|
||||
If $Sum1205020002TextID = "" Then
|
||||
Var $Sum1205020002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020002TextID </ID>
|
||||
<Value> $Sum1205020002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_sala.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -548,6 +608,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020007 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0007.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020007Tag = $12-05-02-0007.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020007TextValue !assigned GETS($Sum1205020007Tag,"MSG")
|
||||
Var $Sum1205020007TextID !assigned GETS($Sum1205020007Tag,"TextID")
|
||||
If $Sum1205020007TextID != "" Then
|
||||
Var $Sum1205020007TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020007TextValue = "" Then
|
||||
If $Sum1205020007TextID = "" Then
|
||||
Var $Sum1205020007TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020007TextID </ID>
|
||||
<Value> $Sum1205020007TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_pepsi.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -745,6 +835,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020034 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0034.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020034Tag = $12-05-02-0034.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020034TextValue !assigned GETS($Sum1205020034Tag,"MSG")
|
||||
Var $Sum1205020034TextID !assigned GETS($Sum1205020034Tag,"TextID")
|
||||
If $Sum1205020034TextID != "" Then
|
||||
Var $Sum1205020034TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020034TextValue = "" Then
|
||||
If $Sum1205020034TextID = "" Then
|
||||
Var $Sum1205020034TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020034TextID </ID>
|
||||
<Value> $Sum1205020034TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_energy_drink.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -942,6 +1062,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0035.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020035Tag = $12-05-02-0035.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020035TextValue !assigned GETS($Sum1205020035Tag,"MSG")
|
||||
Var $Sum1205020035TextID !assigned GETS($Sum1205020035Tag,"TextID")
|
||||
If $Sum1205020035TextID != "" Then
|
||||
Var $Sum1205020035TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020035TextValue = "" Then
|
||||
If $Sum1205020035TextID = "" Then
|
||||
Var $Sum1205020035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020035TextID </ID>
|
||||
<Value> $Sum1205020035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_energy_drink_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1139,6 +1289,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020100271202020027 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0027.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0027.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020100271202020027Tag = $12-02-01-0027.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020100271202020027Tag = $12-02-02-0027.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020100271202020027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12020100271202020027TextValue !assigned GETS($Sum12020100271202020027Tag,"MSG")
|
||||
Var $Sum12020100271202020027TextID !assigned GETS($Sum12020100271202020027Tag,"TextID")
|
||||
If $Sum12020100271202020027TextID != "" Then
|
||||
Var $Sum12020100271202020027TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020100271202020027TextValue = "" Then
|
||||
If $Sum12020100271202020027TextID = "" Then
|
||||
Var $Sum12020100271202020027TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020100271202020027TextID </ID>
|
||||
<Value> $Sum12020100271202020027TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_hot_matcha_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1336,6 +1516,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020100451202020045 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0045.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0045.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020100451202020045Tag = $12-02-01-0045.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020100451202020045Tag = $12-02-02-0045.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020100451202020045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12020100451202020045TextValue !assigned GETS($Sum12020100451202020045Tag,"MSG")
|
||||
Var $Sum12020100451202020045TextID !assigned GETS($Sum12020100451202020045Tag,"TextID")
|
||||
If $Sum12020100451202020045TextID != "" Then
|
||||
Var $Sum12020100451202020045TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020100451202020045TextValue = "" Then
|
||||
If $Sum12020100451202020045TextID = "" Then
|
||||
Var $Sum12020100451202020045TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020100451202020045TextID </ID>
|
||||
<Value> $Sum12020100451202020045TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_hot_jasmine_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1533,6 +1743,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020100481202020049 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0048.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0049.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020100481202020049Tag = $12-02-01-0048.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020100481202020049Tag = $12-02-02-0049.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020100481202020049Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12020100481202020049TextValue !assigned GETS($Sum12020100481202020049Tag,"MSG")
|
||||
Var $Sum12020100481202020049TextID !assigned GETS($Sum12020100481202020049Tag,"TextID")
|
||||
If $Sum12020100481202020049TextID != "" Then
|
||||
Var $Sum12020100481202020049TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020100481202020049TextValue = "" Then
|
||||
If $Sum12020100481202020049TextID = "" Then
|
||||
Var $Sum12020100481202020049TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020100481202020049TextID </ID>
|
||||
<Value> $Sum12020100481202020049TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_jasmine_lime_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1730,6 +1970,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020100471202020047 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0047.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0047.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020100471202020047Tag = $12-02-01-0047.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020100471202020047Tag = $12-02-02-0047.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020100471202020047Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12020100471202020047TextValue !assigned GETS($Sum12020100471202020047Tag,"MSG")
|
||||
Var $Sum12020100471202020047TextID !assigned GETS($Sum12020100471202020047Tag,"TextID")
|
||||
If $Sum12020100471202020047TextID != "" Then
|
||||
Var $Sum12020100471202020047TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020100471202020047TextValue = "" Then
|
||||
If $Sum12020100471202020047TextID = "" Then
|
||||
Var $Sum12020100471202020047TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020100471202020047TextID </ID>
|
||||
<Value> $Sum12020100471202020047TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_hot_black_thai_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -188,6 +188,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010200611201030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
|
||||
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
|
||||
If $Sum12010200611201030061TextID != "" Then
|
||||
Var $Sum12010200611201030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010200611201030061TextValue = "" Then
|
||||
If $Sum12010200611201030061TextID = "" Then
|
||||
Var $Sum12010200611201030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010200611201030061TextID </ID>
|
||||
<Value> $Sum12010200611201030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Mocha_Tokyobanana_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -385,6 +415,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12210200611221030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12210200611221030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12210200611221030061Tag = $12-21-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12210200611221030061Tag = $12-21-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12210200611221030061TextValue !assigned GETS($Sum12210200611221030061Tag,"MSG")
|
||||
Var $Sum12210200611221030061TextID !assigned GETS($Sum12210200611221030061Tag,"TextID")
|
||||
If $Sum12210200611221030061TextID != "" Then
|
||||
Var $Sum12210200611221030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12210200611221030061TextValue = "" Then
|
||||
If $Sum12210200611221030061TextID = "" Then
|
||||
Var $Sum12210200611221030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12210200611221030061TextID </ID>
|
||||
<Value> $Sum12210200611221030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Mocha_Tokyobanana_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -582,6 +642,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020062 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0062.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020062Tag = $12-01-02-0062.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020062TextValue !assigned GETS($Sum1201020062Tag,"MSG")
|
||||
Var $Sum1201020062TextID !assigned GETS($Sum1201020062Tag,"TextID")
|
||||
If $Sum1201020062TextID != "" Then
|
||||
Var $Sum1201020062TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020062TextValue = "" Then
|
||||
If $Sum1201020062TextID = "" Then
|
||||
Var $Sum1201020062TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020062TextID </ID>
|
||||
<Value> $Sum1201020062TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_matcha_Latte_TokyoBanana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -779,6 +869,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020062 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0062.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020062Tag = $12-21-02-0062.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020062TextValue !assigned GETS($Sum1221020062Tag,"MSG")
|
||||
Var $Sum1221020062TextID !assigned GETS($Sum1221020062Tag,"TextID")
|
||||
If $Sum1221020062TextID != "" Then
|
||||
Var $Sum1221020062TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020062TextValue = "" Then
|
||||
If $Sum1221020062TextID = "" Then
|
||||
Var $Sum1221020062TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020062TextID </ID>
|
||||
<Value> $Sum1221020062TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_matcha_Latte_TokyoBanana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -976,6 +1096,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200241203030024 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0024.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0024.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $12-03-02-0024.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
|
||||
EndIf
|
||||
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
|
||||
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
|
||||
If $Sum12030200241203030024TextID != "" Then
|
||||
Var $Sum12030200241203030024TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200241203030024TextValue = "" Then
|
||||
If $Sum12030200241203030024TextID = "" Then
|
||||
Var $Sum12030200241203030024TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200241203030024TextID </ID>
|
||||
<Value> $Sum12030200241203030024TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Choco_banana_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1173,6 +1323,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030045 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0045.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030045Tag = $12-03-03-0045.TAG
|
||||
EndIf
|
||||
Var $Sum1203030045TextValue !assigned GETS($Sum1203030045Tag,"MSG")
|
||||
Var $Sum1203030045TextID !assigned GETS($Sum1203030045Tag,"TextID")
|
||||
If $Sum1203030045TextID != "" Then
|
||||
Var $Sum1203030045TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030045TextValue = "" Then
|
||||
If $Sum1203030045TextID = "" Then
|
||||
Var $Sum1203030045TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030045TextID </ID>
|
||||
<Value> $Sum1203030045TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry_Tokyobanana_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1370,6 +1550,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030029 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0029.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $12-03-03-0029.TAG
|
||||
EndIf
|
||||
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
|
||||
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
|
||||
If $Sum1203030029TextID != "" Then
|
||||
Var $Sum1203030029TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030029TextValue = "" Then
|
||||
If $Sum1203030029TextID = "" Then
|
||||
Var $Sum1203030029TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030029TextID </ID>
|
||||
<Value> $Sum1203030029TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_BananaOreo_smoothie_bad_valentine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1567,6 +1777,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020053 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0053.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020053Tag = $12-02-02-0053.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020053TextValue !assigned GETS($Sum1202020053Tag,"MSG")
|
||||
Var $Sum1202020053TextID !assigned GETS($Sum1202020053Tag,"TextID")
|
||||
If $Sum1202020053TextID != "" Then
|
||||
Var $Sum1202020053TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020053TextValue = "" Then
|
||||
If $Sum1202020053TextID = "" Then
|
||||
Var $Sum1202020053TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020053TextID </ID>
|
||||
<Value> $Sum1202020053TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ginger_TokyoBanana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1764,6 +2004,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020054 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0054.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020054Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020054Tag = $12-02-02-0054.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020054Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020054TextValue !assigned GETS($Sum1202020054Tag,"MSG")
|
||||
Var $Sum1202020054TextID !assigned GETS($Sum1202020054Tag,"TextID")
|
||||
If $Sum1202020054TextID != "" Then
|
||||
Var $Sum1202020054TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020054TextValue = "" Then
|
||||
If $Sum1202020054TextID = "" Then
|
||||
Var $Sum1202020054TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020054TextID </ID>
|
||||
<Value> $Sum1202020054TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_ThaiTea_TokyoBanana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1961,6 +2231,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200231203030023 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0023.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0023.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $12-03-02-0023.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $12-03-03-0023.TAG
|
||||
EndIf
|
||||
Var $Sum12030200231203030023TextValue !assigned GETS($Sum12030200231203030023Tag,"MSG")
|
||||
Var $Sum12030200231203030023TextID !assigned GETS($Sum12030200231203030023Tag,"TextID")
|
||||
If $Sum12030200231203030023TextID != "" Then
|
||||
Var $Sum12030200231203030023TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200231203030023TextValue = "" Then
|
||||
If $Sum12030200231203030023TextID = "" Then
|
||||
Var $Sum12030200231203030023TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200231203030023TextID </ID>
|
||||
<Value> $Sum12030200231203030023TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_milk_TokyoBanana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2158,6 +2458,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0078.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020078Tag = $12-05-02-0078.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020078TextValue !assigned GETS($Sum1205020078Tag,"MSG")
|
||||
Var $Sum1205020078TextID !assigned GETS($Sum1205020078Tag,"TextID")
|
||||
If $Sum1205020078TextID != "" Then
|
||||
Var $Sum1205020078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020078TextValue = "" Then
|
||||
If $Sum1205020078TextID = "" Then
|
||||
Var $Sum1205020078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020078TextID </ID>
|
||||
<Value> $Sum1205020078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_Banana_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -181,6 +181,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020057Tag = $12-01-02-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020057TextValue !assigned GETS($Sum1201020057Tag,"MSG")
|
||||
Var $Sum1201020057TextID !assigned GETS($Sum1201020057Tag,"TextID")
|
||||
If $Sum1201020057TextID != "" Then
|
||||
Var $Sum1201020057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020057TextValue = "" Then
|
||||
If $Sum1201020057TextID = "" Then
|
||||
Var $Sum1201020057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020057TextID </ID>
|
||||
<Value> $Sum1201020057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Latte_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -378,6 +408,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020057Tag = $12-21-02-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020057TextValue !assigned GETS($Sum1221020057Tag,"MSG")
|
||||
Var $Sum1221020057TextID !assigned GETS($Sum1221020057Tag,"TextID")
|
||||
If $Sum1221020057TextID != "" Then
|
||||
Var $Sum1221020057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020057TextValue = "" Then
|
||||
If $Sum1221020057TextID = "" Then
|
||||
Var $Sum1221020057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020057TextID </ID>
|
||||
<Value> $Sum1221020057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Latte_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -575,6 +635,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020058Tag = $12-01-02-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020058TextValue !assigned GETS($Sum1201020058Tag,"MSG")
|
||||
Var $Sum1201020058TextID !assigned GETS($Sum1201020058Tag,"TextID")
|
||||
If $Sum1201020058TextID != "" Then
|
||||
Var $Sum1201020058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020058TextValue = "" Then
|
||||
If $Sum1201020058TextID = "" Then
|
||||
Var $Sum1201020058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020058TextID </ID>
|
||||
<Value> $Sum1201020058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Americano_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -772,6 +862,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020058Tag = $12-21-02-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020058TextValue !assigned GETS($Sum1221020058Tag,"MSG")
|
||||
Var $Sum1221020058TextID !assigned GETS($Sum1221020058Tag,"TextID")
|
||||
If $Sum1221020058TextID != "" Then
|
||||
Var $Sum1221020058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020058TextValue = "" Then
|
||||
If $Sum1221020058TextID = "" Then
|
||||
Var $Sum1221020058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020058TextID </ID>
|
||||
<Value> $Sum1221020058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Americano_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -969,6 +1089,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030050 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0050.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030050Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030050Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030050Tag = $12-02-03-0050.TAG
|
||||
EndIf
|
||||
Var $Sum1202030050TextValue !assigned GETS($Sum1202030050Tag,"MSG")
|
||||
Var $Sum1202030050TextID !assigned GETS($Sum1202030050Tag,"TextID")
|
||||
If $Sum1202030050TextID != "" Then
|
||||
Var $Sum1202030050TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030050TextValue = "" Then
|
||||
If $Sum1202030050TextID = "" Then
|
||||
Var $Sum1202030050TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030050TextID </ID>
|
||||
<Value> $Sum1202030050TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Matcha_latte_mint_smoothie_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1166,6 +1316,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020064Tag = $12-01-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020064TextValue !assigned GETS($Sum1201020064Tag,"MSG")
|
||||
Var $Sum1201020064TextID !assigned GETS($Sum1201020064Tag,"TextID")
|
||||
If $Sum1201020064TextID != "" Then
|
||||
Var $Sum1201020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020064TextValue = "" Then
|
||||
If $Sum1201020064TextID = "" Then
|
||||
Var $Sum1201020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020064TextID </ID>
|
||||
<Value> $Sum1201020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Mocha_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1363,6 +1543,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020064Tag = $12-21-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020064TextValue !assigned GETS($Sum1221020064Tag,"MSG")
|
||||
Var $Sum1221020064TextID !assigned GETS($Sum1221020064Tag,"TextID")
|
||||
If $Sum1221020064TextID != "" Then
|
||||
Var $Sum1221020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020064TextValue = "" Then
|
||||
If $Sum1221020064TextID = "" Then
|
||||
Var $Sum1221020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020064TextID </ID>
|
||||
<Value> $Sum1221020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Mocha_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1560,6 +1770,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0035.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020035Tag = $12-03-02-0035.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020035TextValue !assigned GETS($Sum1203020035Tag,"MSG")
|
||||
Var $Sum1203020035TextID !assigned GETS($Sum1203020035Tag,"TextID")
|
||||
If $Sum1203020035TextID != "" Then
|
||||
Var $Sum1203020035TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020035TextValue = "" Then
|
||||
If $Sum1203020035TextID = "" Then
|
||||
Var $Sum1203020035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020035TextID </ID>
|
||||
<Value> $Sum1203020035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Cocoa_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1757,6 +1997,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301003612030200361203030036 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0036.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0036.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0036.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301003612030200361203030036Tag = $12-03-01-0036.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301003612030200361203030036Tag = $12-03-02-0036.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301003612030200361203030036Tag = $12-03-03-0036.TAG
|
||||
EndIf
|
||||
Var $Sum120301003612030200361203030036TextValue !assigned GETS($Sum120301003612030200361203030036Tag,"MSG")
|
||||
Var $Sum120301003612030200361203030036TextID !assigned GETS($Sum120301003612030200361203030036Tag,"TextID")
|
||||
If $Sum120301003612030200361203030036TextID != "" Then
|
||||
Var $Sum120301003612030200361203030036TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301003612030200361203030036TextValue = "" Then
|
||||
If $Sum120301003612030200361203030036TextID = "" Then
|
||||
Var $Sum120301003612030200361203030036TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301003612030200361203030036TextID </ID>
|
||||
<Value> $Sum120301003612030200361203030036TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1954,6 +2224,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030037 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0037.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030037Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030037Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030037Tag = $12-03-03-0037.TAG
|
||||
EndIf
|
||||
Var $Sum1203030037TextValue !assigned GETS($Sum1203030037Tag,"MSG")
|
||||
Var $Sum1203030037TextID !assigned GETS($Sum1203030037Tag,"TextID")
|
||||
If $Sum1203030037TextID != "" Then
|
||||
Var $Sum1203030037TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030037TextValue = "" Then
|
||||
If $Sum1203030037TextID = "" Then
|
||||
Var $Sum1203030037TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030037TextID </ID>
|
||||
<Value> $Sum1203030037TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Milk_Straw_Smoothie_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2151,6 +2451,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030034 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0034.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $12-03-03-0034.TAG
|
||||
EndIf
|
||||
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
|
||||
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
|
||||
If $Sum1203030034TextID != "" Then
|
||||
Var $Sum1203030034TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030034TextValue = "" Then
|
||||
If $Sum1203030034TextID = "" Then
|
||||
Var $Sum1203030034TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030034TextID </ID>
|
||||
<Value> $Sum1203030034TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "Mint_SuperVocano_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2348,6 +2678,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020060 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0060.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020060Tag = $12-05-02-0060.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020060TextValue !assigned GETS($Sum1205020060Tag,"MSG")
|
||||
Var $Sum1205020060TextID !assigned GETS($Sum1205020060Tag,"TextID")
|
||||
If $Sum1205020060TextID != "" Then
|
||||
Var $Sum1205020060TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020060TextValue = "" Then
|
||||
If $Sum1205020060TextID = "" Then
|
||||
Var $Sum1205020060TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020060TextID </ID>
|
||||
<Value> $Sum1205020060TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_mint_lime_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2545,6 +2905,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020063 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0063.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $12-05-02-0063.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
|
||||
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
|
||||
If $Sum1205020063TextID != "" Then
|
||||
Var $Sum1205020063TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020063TextValue = "" Then
|
||||
If $Sum1205020063TextID = "" Then
|
||||
Var $Sum1205020063TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020063TextID </ID>
|
||||
<Value> $Sum1205020063TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Strawberry_Soda_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2742,6 +3132,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $12-05-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
|
||||
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
|
||||
If $Sum1205020064TextID != "" Then
|
||||
Var $Sum1205020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020064TextValue = "" Then
|
||||
If $Sum1205020064TextID = "" Then
|
||||
Var $Sum1205020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020064TextID </ID>
|
||||
<Value> $Sum1205020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "BN_Yuzu_Mint_Soda_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2939,6 +3359,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020065 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0065.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020065Tag = $12-05-02-0065.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020065TextValue !assigned GETS($Sum1205020065Tag,"MSG")
|
||||
Var $Sum1205020065TextID !assigned GETS($Sum1205020065Tag,"TextID")
|
||||
If $Sum1205020065TextID != "" Then
|
||||
Var $Sum1205020065TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020065TextValue = "" Then
|
||||
If $Sum1205020065TextID = "" Then
|
||||
Var $Sum1205020065TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020065TextID </ID>
|
||||
<Value> $Sum1205020065TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Plum_limenade_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3136,6 +3586,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020066 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0066.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020066Tag = $12-05-02-0066.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020066TextValue !assigned GETS($Sum1205020066Tag,"MSG")
|
||||
Var $Sum1205020066TextID !assigned GETS($Sum1205020066Tag,"TextID")
|
||||
If $Sum1205020066TextID != "" Then
|
||||
Var $Sum1205020066TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020066TextValue = "" Then
|
||||
If $Sum1205020066TextID = "" Then
|
||||
Var $Sum1205020066TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020066TextID </ID>
|
||||
<Value> $Sum1205020066TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Lychee_lime_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3333,6 +3813,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0067.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $12-05-02-0067.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
|
||||
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
|
||||
If $Sum1205020067TextID != "" Then
|
||||
Var $Sum1205020067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020067TextValue = "" Then
|
||||
If $Sum1205020067TextID = "" Then
|
||||
Var $Sum1205020067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020067TextID </ID>
|
||||
<Value> $Sum1205020067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_pepsi_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3530,6 +4040,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010200611201030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
|
||||
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
|
||||
If $Sum12010200611201030061TextID != "" Then
|
||||
Var $Sum12010200611201030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010200611201030061TextValue = "" Then
|
||||
If $Sum12010200611201030061TextID = "" Then
|
||||
Var $Sum12010200611201030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010200611201030061TextID </ID>
|
||||
<Value> $Sum12010200611201030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3727,6 +4267,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020062 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0062.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020062Tag = $12-01-02-0062.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020062TextValue !assigned GETS($Sum1201020062Tag,"MSG")
|
||||
Var $Sum1201020062TextID !assigned GETS($Sum1201020062Tag,"TextID")
|
||||
If $Sum1201020062TextID != "" Then
|
||||
Var $Sum1201020062TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020062TextValue = "" Then
|
||||
If $Sum1201020062TextID = "" Then
|
||||
Var $Sum1201020062TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020062TextID </ID>
|
||||
<Value> $Sum1201020062TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3924,6 +4494,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200241203030024 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0024.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0024.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $12-03-02-0024.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
|
||||
EndIf
|
||||
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
|
||||
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
|
||||
If $Sum12030200241203030024TextID != "" Then
|
||||
Var $Sum12030200241203030024TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200241203030024TextValue = "" Then
|
||||
If $Sum12030200241203030024TextID = "" Then
|
||||
Var $Sum12030200241203030024TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200241203030024TextID </ID>
|
||||
<Value> $Sum12030200241203030024TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4121,6 +4721,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030045 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0045.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030045Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030045Tag = $12-03-03-0045.TAG
|
||||
EndIf
|
||||
Var $Sum1203030045TextValue !assigned GETS($Sum1203030045Tag,"MSG")
|
||||
Var $Sum1203030045TextID !assigned GETS($Sum1203030045Tag,"TextID")
|
||||
If $Sum1203030045TextID != "" Then
|
||||
Var $Sum1203030045TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030045TextValue = "" Then
|
||||
If $Sum1203030045TextID = "" Then
|
||||
Var $Sum1203030045TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030045TextID </ID>
|
||||
<Value> $Sum1203030045TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4318,6 +4948,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030029 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0029.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $12-03-03-0029.TAG
|
||||
EndIf
|
||||
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
|
||||
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
|
||||
If $Sum1203030029TextID != "" Then
|
||||
Var $Sum1203030029TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030029TextValue = "" Then
|
||||
If $Sum1203030029TextID = "" Then
|
||||
Var $Sum1203030029TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030029TextID </ID>
|
||||
<Value> $Sum1203030029TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4515,6 +5175,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020053 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0053.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020053Tag = $12-02-02-0053.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020053TextValue !assigned GETS($Sum1202020053Tag,"MSG")
|
||||
Var $Sum1202020053TextID !assigned GETS($Sum1202020053Tag,"TextID")
|
||||
If $Sum1202020053TextID != "" Then
|
||||
Var $Sum1202020053TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020053TextValue = "" Then
|
||||
If $Sum1202020053TextID = "" Then
|
||||
Var $Sum1202020053TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020053TextID </ID>
|
||||
<Value> $Sum1202020053TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4712,6 +5402,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020054 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0054.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020054Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020054Tag = $12-02-02-0054.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020054Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020054TextValue !assigned GETS($Sum1202020054Tag,"MSG")
|
||||
Var $Sum1202020054TextID !assigned GETS($Sum1202020054Tag,"TextID")
|
||||
If $Sum1202020054TextID != "" Then
|
||||
Var $Sum1202020054TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020054TextValue = "" Then
|
||||
If $Sum1202020054TextID = "" Then
|
||||
Var $Sum1202020054TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020054TextID </ID>
|
||||
<Value> $Sum1202020054TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4909,6 +5629,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200231203030023 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0023.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0023.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $12-03-02-0023.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $12-03-03-0023.TAG
|
||||
EndIf
|
||||
Var $Sum12030200231203030023TextValue !assigned GETS($Sum12030200231203030023Tag,"MSG")
|
||||
Var $Sum12030200231203030023TextID !assigned GETS($Sum12030200231203030023Tag,"TextID")
|
||||
If $Sum12030200231203030023TextID != "" Then
|
||||
Var $Sum12030200231203030023TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200231203030023TextValue = "" Then
|
||||
If $Sum12030200231203030023TextID = "" Then
|
||||
Var $Sum12030200231203030023TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200231203030023TextID </ID>
|
||||
<Value> $Sum12030200231203030023TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -5106,6 +5856,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0078.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020078Tag = $12-05-02-0078.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020078TextValue !assigned GETS($Sum1205020078Tag,"MSG")
|
||||
Var $Sum1205020078TextID !assigned GETS($Sum1205020078Tag,"TextID")
|
||||
If $Sum1205020078TextID != "" Then
|
||||
Var $Sum1205020078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020078TextValue = "" Then
|
||||
If $Sum1205020078TextID = "" Then
|
||||
Var $Sum1205020078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020078TextID </ID>
|
||||
<Value> $Sum1205020078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -192,6 +192,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120101000612010200031201030003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0006.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0003.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120101000612010200031201030003Tag = $12-01-01-0006.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120101000612010200031201030003Tag = $12-01-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120101000612010200031201030003Tag = $12-01-03-0003.TAG
|
||||
EndIf
|
||||
Var $Sum120101000612010200031201030003TextValue !assigned GETS($Sum120101000612010200031201030003Tag,"MSG")
|
||||
Var $Sum120101000612010200031201030003TextID !assigned GETS($Sum120101000612010200031201030003Tag,"TextID")
|
||||
If $Sum120101000612010200031201030003TextID != "" Then
|
||||
Var $Sum120101000612010200031201030003TextValue = ""
|
||||
EndIf
|
||||
If $Sum120101000612010200031201030003TextValue = "" Then
|
||||
If $Sum120101000612010200031201030003TextID = "" Then
|
||||
Var $Sum120101000612010200031201030003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120101000612010200031201030003TextID </ID>
|
||||
<Value> $Sum120101000612010200031201030003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Mocha_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -389,6 +419,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum122101000612210200031221030003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0006.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0003.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum122101000612210200031221030003Tag = $12-21-01-0006.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum122101000612210200031221030003Tag = $12-21-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum122101000612210200031221030003Tag = $12-21-03-0003.TAG
|
||||
EndIf
|
||||
Var $Sum122101000612210200031221030003TextValue !assigned GETS($Sum122101000612210200031221030003Tag,"MSG")
|
||||
Var $Sum122101000612210200031221030003TextID !assigned GETS($Sum122101000612210200031221030003Tag,"TextID")
|
||||
If $Sum122101000612210200031221030003TextID != "" Then
|
||||
Var $Sum122101000612210200031221030003TextValue = ""
|
||||
EndIf
|
||||
If $Sum122101000612210200031221030003TextValue = "" Then
|
||||
If $Sum122101000612210200031221030003TextID = "" Then
|
||||
Var $Sum122101000612210200031221030003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum122101000612210200031221030003TextID </ID>
|
||||
<Value> $Sum122101000612210200031221030003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Mocha_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -586,6 +646,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010110061201021003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-1006.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-1003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010110061201021003Tag = $12-01-01-1006.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010110061201021003Tag = $12-01-02-1003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010110061201021003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12010110061201021003TextValue !assigned GETS($Sum12010110061201021003Tag,"MSG")
|
||||
Var $Sum12010110061201021003TextID !assigned GETS($Sum12010110061201021003Tag,"TextID")
|
||||
If $Sum12010110061201021003TextID != "" Then
|
||||
Var $Sum12010110061201021003TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010110061201021003TextValue = "" Then
|
||||
If $Sum12010110061201021003TextID = "" Then
|
||||
Var $Sum12010110061201021003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010110061201021003TextID </ID>
|
||||
<Value> $Sum12010110061201021003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "cocoa_mocha_Healthy_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -783,6 +873,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12210110061221021003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-1006.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-1003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12210110061221021003Tag = $12-21-01-1006.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12210110061221021003Tag = $12-21-02-1003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12210110061221021003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12210110061221021003TextValue !assigned GETS($Sum12210110061221021003Tag,"MSG")
|
||||
Var $Sum12210110061221021003TextID !assigned GETS($Sum12210110061221021003Tag,"TextID")
|
||||
If $Sum12210110061221021003TextID != "" Then
|
||||
Var $Sum12210110061221021003TextValue = ""
|
||||
EndIf
|
||||
If $Sum12210110061221021003TextValue = "" Then
|
||||
If $Sum12210110061221021003TextID = "" Then
|
||||
Var $Sum12210110061221021003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12210110061221021003TextID </ID>
|
||||
<Value> $Sum12210110061221021003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "cocoa_mocha_Healthy_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -980,6 +1100,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010200611201030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
|
||||
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
|
||||
If $Sum12010200611201030061TextID != "" Then
|
||||
Var $Sum12010200611201030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010200611201030061TextValue = "" Then
|
||||
If $Sum12010200611201030061TextID = "" Then
|
||||
Var $Sum12010200611201030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010200611201030061TextID </ID>
|
||||
<Value> $Sum12010200611201030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Banana_Mocha_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1177,6 +1327,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12210200611221030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12210200611221030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12210200611221030061Tag = $12-21-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12210200611221030061Tag = $12-21-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12210200611221030061TextValue !assigned GETS($Sum12210200611221030061Tag,"MSG")
|
||||
Var $Sum12210200611221030061TextID !assigned GETS($Sum12210200611221030061Tag,"TextID")
|
||||
If $Sum12210200611221030061TextID != "" Then
|
||||
Var $Sum12210200611221030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12210200611221030061TextValue = "" Then
|
||||
If $Sum12210200611221030061TextID = "" Then
|
||||
Var $Sum12210200611221030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12210200611221030061TextID </ID>
|
||||
<Value> $Sum12210200611221030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Banana_Mocha_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1374,6 +1554,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000212030200021203030002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0002.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0002.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-01-0002.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-03-0002.TAG
|
||||
EndIf
|
||||
Var $Sum120301000212030200021203030002TextValue !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
|
||||
Var $Sum120301000212030200021203030002TextID !assigned GETS($Sum120301000212030200021203030002Tag,"TextID")
|
||||
If $Sum120301000212030200021203030002TextID != "" Then
|
||||
Var $Sum120301000212030200021203030002TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000212030200021203030002TextValue = "" Then
|
||||
If $Sum120301000212030200021203030002TextID = "" Then
|
||||
Var $Sum120301000212030200021203030002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000212030200021203030002TextID </ID>
|
||||
<Value> $Sum120301000212030200021203030002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1571,6 +1781,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030110021203021002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-1002.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-1002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030110021203021002Tag = $12-03-01-1002.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030110021203021002Tag = $12-03-02-1002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030110021203021002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12030110021203021002TextValue !assigned GETS($Sum12030110021203021002Tag,"MSG")
|
||||
Var $Sum12030110021203021002TextID !assigned GETS($Sum12030110021203021002Tag,"TextID")
|
||||
If $Sum12030110021203021002TextID != "" Then
|
||||
Var $Sum12030110021203021002TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030110021203021002TextValue = "" Then
|
||||
If $Sum12030110021203021002TextID = "" Then
|
||||
Var $Sum12030110021203021002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030110021203021002TextID </ID>
|
||||
<Value> $Sum12030110021203021002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa_Healthy_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1768,6 +2008,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000412030200041203030004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0004.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0004.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0004.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000412030200041203030004Tag = $12-03-01-0004.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000412030200041203030004Tag = $12-03-02-0004.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000412030200041203030004Tag = $12-03-03-0004.TAG
|
||||
EndIf
|
||||
Var $Sum120301000412030200041203030004TextValue !assigned GETS($Sum120301000412030200041203030004Tag,"MSG")
|
||||
Var $Sum120301000412030200041203030004TextID !assigned GETS($Sum120301000412030200041203030004Tag,"TextID")
|
||||
If $Sum120301000412030200041203030004TextID != "" Then
|
||||
Var $Sum120301000412030200041203030004TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000412030200041203030004TextValue = "" Then
|
||||
If $Sum120301000412030200041203030004TextID = "" Then
|
||||
Var $Sum120301000412030200041203030004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000412030200041203030004TextID </ID>
|
||||
<Value> $Sum120301000412030200041203030004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_caramel_cocoa_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1965,6 +2235,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002412030200241203030024 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0024.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0024.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0024.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-01-0024.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-02-0024.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-03-0024.TAG
|
||||
EndIf
|
||||
Var $Sum120301002412030200241203030024TextValue !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
|
||||
Var $Sum120301002412030200241203030024TextID !assigned GETS($Sum120301002412030200241203030024Tag,"TextID")
|
||||
If $Sum120301002412030200241203030024TextID != "" Then
|
||||
Var $Sum120301002412030200241203030024TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002412030200241203030024TextValue = "" Then
|
||||
If $Sum120301002412030200241203030024TextID = "" Then
|
||||
Var $Sum120301002412030200241203030024TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002412030200241203030024TextID </ID>
|
||||
<Value> $Sum120301002412030200241203030024TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoBanana_milk_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2162,6 +2462,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002512030200251203030025 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0025.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0025.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0025.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002512030200251203030025Tag = $12-03-01-0025.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002512030200251203030025Tag = $12-03-02-0025.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002512030200251203030025Tag = $12-03-03-0025.TAG
|
||||
EndIf
|
||||
Var $Sum120301002512030200251203030025TextValue !assigned GETS($Sum120301002512030200251203030025Tag,"MSG")
|
||||
Var $Sum120301002512030200251203030025TextID !assigned GETS($Sum120301002512030200251203030025Tag,"TextID")
|
||||
If $Sum120301002512030200251203030025TextID != "" Then
|
||||
Var $Sum120301002512030200251203030025TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002512030200251203030025TextValue = "" Then
|
||||
If $Sum120301002512030200251203030025TextID = "" Then
|
||||
Var $Sum120301002512030200251203030025TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002512030200251203030025TextID </ID>
|
||||
<Value> $Sum120301002512030200251203030025TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoYuzu_milk_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2359,6 +2689,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301003512030200351203030035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0035.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0035.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0035.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-01-0035.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-02-0035.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-03-0035.TAG
|
||||
EndIf
|
||||
Var $Sum120301003512030200351203030035TextValue !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
|
||||
Var $Sum120301003512030200351203030035TextID !assigned GETS($Sum120301003512030200351203030035Tag,"TextID")
|
||||
If $Sum120301003512030200351203030035TextID != "" Then
|
||||
Var $Sum120301003512030200351203030035TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301003512030200351203030035TextValue = "" Then
|
||||
If $Sum120301003512030200351203030035TextID = "" Then
|
||||
Var $Sum120301003512030200351203030035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301003512030200351203030035TextID </ID>
|
||||
<Value> $Sum120301003512030200351203030035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Cocoa_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2556,6 +2916,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020040 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0040.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020040Tag = $12-03-02-0040.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020040TextValue !assigned GETS($Sum1203020040Tag,"MSG")
|
||||
Var $Sum1203020040TextID !assigned GETS($Sum1203020040Tag,"TextID")
|
||||
If $Sum1203020040TextID != "" Then
|
||||
Var $Sum1203020040TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020040TextValue = "" Then
|
||||
If $Sum1203020040TextID = "" Then
|
||||
Var $Sum1203020040TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020040TextID </ID>
|
||||
<Value> $Sum1203020040TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoBanana_milk_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2753,6 +3143,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200591203030059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0059.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0059.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200591203030059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200591203030059Tag = $12-03-02-0059.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200591203030059Tag = $12-03-03-0059.TAG
|
||||
EndIf
|
||||
Var $Sum12030200591203030059TextValue !assigned GETS($Sum12030200591203030059Tag,"MSG")
|
||||
Var $Sum12030200591203030059TextID !assigned GETS($Sum12030200591203030059Tag,"TextID")
|
||||
If $Sum12030200591203030059TextID != "" Then
|
||||
Var $Sum12030200591203030059TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200591203030059TextValue = "" Then
|
||||
If $Sum12030200591203030059TextID = "" Then
|
||||
Var $Sum12030200591203030059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200591203030059TextID </ID>
|
||||
<Value> $Sum12030200591203030059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Cocoa_coconut_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2950,6 +3370,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $12-03-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
|
||||
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
|
||||
If $Sum1203030010TextID != "" Then
|
||||
Var $Sum1203030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030010TextValue = "" Then
|
||||
If $Sum1203030010TextID = "" Then
|
||||
Var $Sum1203030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030010TextID </ID>
|
||||
<Value> $Sum1203030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrycocoa_smoothie_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3147,6 +3597,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030030 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0030.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $12-03-03-0030.TAG
|
||||
EndIf
|
||||
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
|
||||
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
|
||||
If $Sum1203030030TextID != "" Then
|
||||
Var $Sum1203030030TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030030TextValue = "" Then
|
||||
If $Sum1203030030TextID = "" Then
|
||||
Var $Sum1203030030TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030030TextID </ID>
|
||||
<Value> $Sum1203030030TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoOreo_smoothie_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3344,6 +3824,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0044.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030044Tag = $12-03-03-0044.TAG
|
||||
EndIf
|
||||
Var $Sum1203030044TextValue !assigned GETS($Sum1203030044Tag,"MSG")
|
||||
Var $Sum1203030044TextID !assigned GETS($Sum1203030044Tag,"TextID")
|
||||
If $Sum1203030044TextID != "" Then
|
||||
Var $Sum1203030044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030044TextValue = "" Then
|
||||
If $Sum1203030044TextID = "" Then
|
||||
Var $Sum1203030044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030044TextID </ID>
|
||||
<Value> $Sum1203030044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Choco_strawberry_banana_smoothie_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3541,6 +4051,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030061Tag = $12-03-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum1203030061TextValue !assigned GETS($Sum1203030061Tag,"MSG")
|
||||
Var $Sum1203030061TextID !assigned GETS($Sum1203030061Tag,"TextID")
|
||||
If $Sum1203030061TextID != "" Then
|
||||
Var $Sum1203030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030061TextValue = "" Then
|
||||
If $Sum1203030061TextID = "" Then
|
||||
Var $Sum1203030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030061TextID </ID>
|
||||
<Value> $Sum1203030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_cocoa_MILK_BISCOFF_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3738,6 +4278,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030017 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0017.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030017Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030017Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030017Tag = $12-99-03-0017.TAG
|
||||
EndIf
|
||||
Var $Sum1299030017TextValue !assigned GETS($Sum1299030017Tag,"MSG")
|
||||
Var $Sum1299030017TextID !assigned GETS($Sum1299030017Tag,"TextID")
|
||||
If $Sum1299030017TextID != "" Then
|
||||
Var $Sum1299030017TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030017TextValue = "" Then
|
||||
If $Sum1299030017TextID = "" Then
|
||||
Var $Sum1299030017TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030017TextID </ID>
|
||||
<Value> $Sum1299030017TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_melon_cocoa_smoothie_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3935,6 +4505,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0067.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $12-99-03-0067.TAG
|
||||
EndIf
|
||||
Var $Sum1299030067TextValue !assigned GETS($Sum1299030067Tag,"MSG")
|
||||
Var $Sum1299030067TextID !assigned GETS($Sum1299030067Tag,"TextID")
|
||||
If $Sum1299030067TextID != "" Then
|
||||
Var $Sum1299030067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030067TextValue = "" Then
|
||||
If $Sum1299030067TextID = "" Then
|
||||
Var $Sum1299030067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030067TextID </ID>
|
||||
<Value> $Sum1299030067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoOreo_PEPSI_smoothie_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4132,6 +4732,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030068 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0068.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030068Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030068Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030068Tag = $12-99-03-0068.TAG
|
||||
EndIf
|
||||
Var $Sum1299030068TextValue !assigned GETS($Sum1299030068Tag,"MSG")
|
||||
Var $Sum1299030068TextID !assigned GETS($Sum1299030068Tag,"TextID")
|
||||
If $Sum1299030068TextID != "" Then
|
||||
Var $Sum1299030068TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030068TextValue = "" Then
|
||||
If $Sum1299030068TextID = "" Then
|
||||
Var $Sum1299030068TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030068TextID </ID>
|
||||
<Value> $Sum1299030068TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoOreo_PEPSI_smoothie_cocoa77"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030103 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0103.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030103Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030103Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030103Tag = $12-03-03-0103.TAG
|
||||
EndIf
|
||||
Var $Sum1203030103TextValue !assigned GETS($Sum1203030103Tag,"MSG")
|
||||
Var $Sum1203030103TextID !assigned GETS($Sum1203030103Tag,"TextID")
|
||||
If $Sum1203030103TextID != "" Then
|
||||
Var $Sum1203030103TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030103TextValue = "" Then
|
||||
If $Sum1203030103TextID = "" Then
|
||||
Var $Sum1203030103TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030103TextID </ID>
|
||||
<Value> $Sum1203030103TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030104 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0104.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030104Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030104Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030104Tag = $12-03-03-0104.TAG
|
||||
EndIf
|
||||
Var $Sum1203030104TextValue !assigned GETS($Sum1203030104Tag,"MSG")
|
||||
Var $Sum1203030104TextID !assigned GETS($Sum1203030104Tag,"TextID")
|
||||
If $Sum1203030104TextID != "" Then
|
||||
Var $Sum1203030104TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030104TextValue = "" Then
|
||||
If $Sum1203030104TextID = "" Then
|
||||
Var $Sum1203030104TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030104TextID </ID>
|
||||
<Value> $Sum1203030104TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Strawberry_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030105 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0105.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030105Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030105Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030105Tag = $12-03-03-0105.TAG
|
||||
EndIf
|
||||
Var $Sum1203030105TextValue !assigned GETS($Sum1203030105Tag,"MSG")
|
||||
Var $Sum1203030105TextID !assigned GETS($Sum1203030105Tag,"TextID")
|
||||
If $Sum1203030105TextID != "" Then
|
||||
Var $Sum1203030105TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030105TextValue = "" Then
|
||||
If $Sum1203030105TextID = "" Then
|
||||
Var $Sum1203030105TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030105TextID </ID>
|
||||
<Value> $Sum1203030105TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Cocoa_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030106 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0106.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030106Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030106Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030106Tag = $12-03-03-0106.TAG
|
||||
EndIf
|
||||
Var $Sum1203030106TextValue !assigned GETS($Sum1203030106Tag,"MSG")
|
||||
Var $Sum1203030106TextID !assigned GETS($Sum1203030106Tag,"TextID")
|
||||
If $Sum1203030106TextID != "" Then
|
||||
Var $Sum1203030106TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030106TextValue = "" Then
|
||||
If $Sum1203030106TextID = "" Then
|
||||
Var $Sum1203030106TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030106TextID </ID>
|
||||
<Value> $Sum1203030106TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Matcha_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201030090 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0090.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201030090Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201030090Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201030090Tag = $12-01-03-0090.TAG
|
||||
EndIf
|
||||
Var $Sum1201030090TextValue !assigned GETS($Sum1201030090Tag,"MSG")
|
||||
Var $Sum1201030090TextID !assigned GETS($Sum1201030090Tag,"TextID")
|
||||
If $Sum1201030090TextID != "" Then
|
||||
Var $Sum1201030090TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201030090TextValue = "" Then
|
||||
If $Sum1201030090TextID = "" Then
|
||||
Var $Sum1201030090TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201030090TextID </ID>
|
||||
<Value> $Sum1201030090TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Coffee_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221030090 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0090.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221030090Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221030090Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221030090Tag = $12-21-03-0090.TAG
|
||||
EndIf
|
||||
Var $Sum1221030090TextValue !assigned GETS($Sum1221030090Tag,"MSG")
|
||||
Var $Sum1221030090TextID !assigned GETS($Sum1221030090Tag,"TextID")
|
||||
If $Sum1221030090TextID != "" Then
|
||||
Var $Sum1221030090TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221030090TextValue = "" Then
|
||||
If $Sum1221030090TextID = "" Then
|
||||
Var $Sum1221030090TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221030090TextID </ID>
|
||||
<Value> $Sum1221030090TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Coffee_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -186,6 +186,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030026 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0026.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030026Tag = $12-99-03-0026.TAG
|
||||
EndIf
|
||||
Var $Sum1299030026TextValue !assigned GETS($Sum1299030026Tag,"MSG")
|
||||
Var $Sum1299030026TextID !assigned GETS($Sum1299030026Tag,"TextID")
|
||||
If $Sum1299030026TextID != "" Then
|
||||
Var $Sum1299030026TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030026TextValue = "" Then
|
||||
If $Sum1299030026TextID = "" Then
|
||||
Var $Sum1299030026TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030026TextID </ID>
|
||||
<Value> $Sum1299030026TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_freefire.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -383,6 +413,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0067.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $12-99-03-0067.TAG
|
||||
EndIf
|
||||
Var $Sum1299030067TextValue !assigned GETS($Sum1299030067Tag,"MSG")
|
||||
Var $Sum1299030067TextID !assigned GETS($Sum1299030067Tag,"TextID")
|
||||
If $Sum1299030067TextID != "" Then
|
||||
Var $Sum1299030067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030067TextValue = "" Then
|
||||
If $Sum1299030067TextID = "" Then
|
||||
Var $Sum1299030067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030067TextID </ID>
|
||||
<Value> $Sum1299030067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_Chocolate_Milk_freefire.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -580,6 +640,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030066 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0066.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030066Tag = $12-99-03-0066.TAG
|
||||
EndIf
|
||||
Var $Sum1299030066TextValue !assigned GETS($Sum1299030066Tag,"MSG")
|
||||
Var $Sum1299030066TextID !assigned GETS($Sum1299030066Tag,"TextID")
|
||||
If $Sum1299030066TextID != "" Then
|
||||
Var $Sum1299030066TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030066TextValue = "" Then
|
||||
If $Sum1299030066TextID = "" Then
|
||||
Var $Sum1299030066TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030066TextID </ID>
|
||||
<Value> $Sum1299030066TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_Pepsi_Milk_freefire.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -184,6 +184,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020080 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0080.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020080Tag = $12-02-02-0080.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020080TextValue !assigned GETS($Sum1202020080Tag,"MSG")
|
||||
Var $Sum1202020080TextID !assigned GETS($Sum1202020080Tag,"TextID")
|
||||
If $Sum1202020080TextID != "" Then
|
||||
Var $Sum1202020080TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020080TextValue = "" Then
|
||||
If $Sum1202020080TextID = "" Then
|
||||
Var $Sum1202020080TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020080TextID </ID>
|
||||
<Value> $Sum1202020080TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7UP_Matcha_Lime_Soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -381,6 +411,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030128 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0128.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030128Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030128Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030128Tag = $12-05-03-0128.TAG
|
||||
EndIf
|
||||
Var $Sum1205030128TextValue !assigned GETS($Sum1205030128Tag,"MSG")
|
||||
Var $Sum1205030128TextID !assigned GETS($Sum1205030128Tag,"TextID")
|
||||
If $Sum1205030128TextID != "" Then
|
||||
Var $Sum1205030128TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030128TextValue = "" Then
|
||||
If $Sum1205030128TextID = "" Then
|
||||
Var $Sum1205030128TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030128TextID </ID>
|
||||
<Value> $Sum1205030128TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7UP_strawberry_Energy_lime_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -578,6 +638,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030084 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0084.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030084Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030084Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030084Tag = $12-03-03-0084.TAG
|
||||
EndIf
|
||||
Var $Sum1203030084TextValue !assigned GETS($Sum1203030084Tag,"MSG")
|
||||
Var $Sum1203030084TextID !assigned GETS($Sum1203030084Tag,"TextID")
|
||||
If $Sum1203030084TextID != "" Then
|
||||
Var $Sum1203030084TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030084TextValue = "" Then
|
||||
If $Sum1203030084TextID = "" Then
|
||||
Var $Sum1203030084TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030084TextID </ID>
|
||||
<Value> $Sum1203030084TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7UP_Strawberry_Milk_lime_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -775,6 +865,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030085 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0085.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030085Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030085Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030085Tag = $12-03-03-0085.TAG
|
||||
EndIf
|
||||
Var $Sum1203030085TextValue !assigned GETS($Sum1203030085Tag,"MSG")
|
||||
Var $Sum1203030085TextID !assigned GETS($Sum1203030085Tag,"TextID")
|
||||
If $Sum1203030085TextID != "" Then
|
||||
Var $Sum1203030085TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030085TextValue = "" Then
|
||||
If $Sum1203030085TextID = "" Then
|
||||
Var $Sum1203030085TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030085TextID </ID>
|
||||
<Value> $Sum1203030085TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7UP_Lychee_Milk_lime_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -972,6 +1092,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020081 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0081.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020081Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020081Tag = $12-02-02-0081.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020081Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020081TextValue !assigned GETS($Sum1202020081Tag,"MSG")
|
||||
Var $Sum1202020081TextID !assigned GETS($Sum1202020081Tag,"TextID")
|
||||
If $Sum1202020081TextID != "" Then
|
||||
Var $Sum1202020081TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020081TextValue = "" Then
|
||||
If $Sum1202020081TextID = "" Then
|
||||
Var $Sum1202020081TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020081TextID </ID>
|
||||
<Value> $Sum1202020081TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7UP_ThaiTea_Strawberry_Soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1169,6 +1319,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020082 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0082.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020082Tag = $12-02-02-0082.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020082TextValue !assigned GETS($Sum1202020082Tag,"MSG")
|
||||
Var $Sum1202020082TextID !assigned GETS($Sum1202020082Tag,"TextID")
|
||||
If $Sum1202020082TextID != "" Then
|
||||
Var $Sum1202020082TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020082TextValue = "" Then
|
||||
If $Sum1202020082TextID = "" Then
|
||||
Var $Sum1202020082TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020082TextID </ID>
|
||||
<Value> $Sum1202020082TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7UP_Jasmin_Plum_Soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1366,6 +1546,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202010079 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0079.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202010079Tag = $12-02-01-0079.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202010079Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202010079Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202010079TextValue !assigned GETS($Sum1202010079Tag,"MSG")
|
||||
Var $Sum1202010079TextID !assigned GETS($Sum1202010079Tag,"TextID")
|
||||
If $Sum1202010079TextID != "" Then
|
||||
Var $Sum1202010079TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202010079TextValue = "" Then
|
||||
If $Sum1202010079TextID = "" Then
|
||||
Var $Sum1202010079TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202010079TextID </ID>
|
||||
<Value> $Sum1202010079TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Ginger_tea_7UP_Strawberry_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1563,6 +1773,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030081 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0081.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030081Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030081Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030081Tag = $12-03-03-0081.TAG
|
||||
EndIf
|
||||
Var $Sum1203030081TextValue !assigned GETS($Sum1203030081Tag,"MSG")
|
||||
Var $Sum1203030081TextID !assigned GETS($Sum1203030081Tag,"TextID")
|
||||
If $Sum1203030081TextID != "" Then
|
||||
Var $Sum1203030081TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030081TextValue = "" Then
|
||||
If $Sum1203030081TextID = "" Then
|
||||
Var $Sum1203030081TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030081TextID </ID>
|
||||
<Value> $Sum1203030081TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "Caramel_milk_7up_smoothie_top_ovaltine_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1760,6 +2000,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020082 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0082.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020082Tag = $12-01-02-0082.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020082TextValue !assigned GETS($Sum1201020082Tag,"MSG")
|
||||
Var $Sum1201020082TextID !assigned GETS($Sum1201020082Tag,"TextID")
|
||||
If $Sum1201020082TextID != "" Then
|
||||
Var $Sum1201020082TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020082TextValue = "" Then
|
||||
If $Sum1201020082TextID = "" Then
|
||||
Var $Sum1201020082TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020082TextID </ID>
|
||||
<Value> $Sum1201020082TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7up_americano_lime_soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1957,6 +2227,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020082 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0082.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020082Tag = $12-21-02-0082.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020082TextValue !assigned GETS($Sum1221020082Tag,"MSG")
|
||||
Var $Sum1221020082TextID !assigned GETS($Sum1221020082Tag,"TextID")
|
||||
If $Sum1221020082TextID != "" Then
|
||||
Var $Sum1221020082TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020082TextValue = "" Then
|
||||
If $Sum1221020082TextID = "" Then
|
||||
Var $Sum1221020082TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020082TextID </ID>
|
||||
<Value> $Sum1221020082TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7up_americano_lime_soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2154,6 +2454,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020080 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0080.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020080Tag = $12-03-02-0080.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020080TextValue !assigned GETS($Sum1203020080Tag,"MSG")
|
||||
Var $Sum1203020080TextID !assigned GETS($Sum1203020080Tag,"TextID")
|
||||
If $Sum1203020080TextID != "" Then
|
||||
Var $Sum1203020080TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020080TextValue = "" Then
|
||||
If $Sum1203020080TextID = "" Then
|
||||
Var $Sum1203020080TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020080TextID </ID>
|
||||
<Value> $Sum1203020080TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Pepsi_thai_milk_tea_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2351,6 +2681,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030080 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0080.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030080Tag = $12-03-03-0080.TAG
|
||||
EndIf
|
||||
Var $Sum1203030080TextValue !assigned GETS($Sum1203030080Tag,"MSG")
|
||||
Var $Sum1203030080TextID !assigned GETS($Sum1203030080Tag,"TextID")
|
||||
If $Sum1203030080TextID != "" Then
|
||||
Var $Sum1203030080TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030080TextValue = "" Then
|
||||
If $Sum1203030080TextID = "" Then
|
||||
Var $Sum1203030080TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030080TextID </ID>
|
||||
<Value> $Sum1203030080TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Pepsi_caramel_milk_smoothie_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2548,6 +2908,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202010078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0078.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202010078Tag = $12-02-01-0078.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202010078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202010078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202010078TextValue !assigned GETS($Sum1202010078Tag,"MSG")
|
||||
Var $Sum1202010078TextID !assigned GETS($Sum1202010078Tag,"TextID")
|
||||
If $Sum1202010078TextID != "" Then
|
||||
Var $Sum1202010078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202010078TextValue = "" Then
|
||||
If $Sum1202010078TextID = "" Then
|
||||
Var $Sum1202010078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202010078TextID </ID>
|
||||
<Value> $Sum1202010078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Hot_Pepsi_lime_ginger_jasmine_tea_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2745,6 +3135,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020083 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0083.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020083Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020083Tag = $12-01-02-0083.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020083Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020083TextValue !assigned GETS($Sum1201020083Tag,"MSG")
|
||||
Var $Sum1201020083TextID !assigned GETS($Sum1201020083Tag,"TextID")
|
||||
If $Sum1201020083TextID != "" Then
|
||||
Var $Sum1201020083TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020083TextValue = "" Then
|
||||
If $Sum1201020083TextID = "" Then
|
||||
Var $Sum1201020083TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020083TextID </ID>
|
||||
<Value> $Sum1201020083TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7up_Coffee_Strawberry_soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2942,6 +3362,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020083 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0083.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020083Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020083Tag = $12-21-02-0083.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020083Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020083TextValue !assigned GETS($Sum1221020083Tag,"MSG")
|
||||
Var $Sum1221020083TextID !assigned GETS($Sum1221020083Tag,"TextID")
|
||||
If $Sum1221020083TextID != "" Then
|
||||
Var $Sum1221020083TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020083TextValue = "" Then
|
||||
If $Sum1221020083TextID = "" Then
|
||||
Var $Sum1221020083TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020083TextID </ID>
|
||||
<Value> $Sum1221020083TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_7up_Coffee_Strawberry_soda_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3139,6 +3589,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030082 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0082.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030082Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030082Tag = $12-03-03-0082.TAG
|
||||
EndIf
|
||||
Var $Sum1203030082TextValue !assigned GETS($Sum1203030082Tag,"MSG")
|
||||
Var $Sum1203030082TextID !assigned GETS($Sum1203030082Tag,"TextID")
|
||||
If $Sum1203030082TextID != "" Then
|
||||
Var $Sum1203030082TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030082TextValue = "" Then
|
||||
If $Sum1203030082TextID = "" Then
|
||||
Var $Sum1203030082TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030082TextID </ID>
|
||||
<Value> $Sum1203030082TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "Caramel_milk_7up_smoothie_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3336,6 +3816,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030083 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0083.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030083Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030083Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030083Tag = $12-03-03-0083.TAG
|
||||
EndIf
|
||||
Var $Sum1203030083TextValue !assigned GETS($Sum1203030083Tag,"MSG")
|
||||
Var $Sum1203030083TextID !assigned GETS($Sum1203030083Tag,"TextID")
|
||||
If $Sum1203030083TextID != "" Then
|
||||
Var $Sum1203030083TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030083TextValue = "" Then
|
||||
If $Sum1203030083TextID = "" Then
|
||||
Var $Sum1203030083TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030083TextID </ID>
|
||||
<Value> $Sum1203030083TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "Strawberry_milk_7Up_lime__top_ovaltine_halloween.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0078.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $12-01-03-0078.TAG
|
||||
EndIf
|
||||
Var $Sum1201030078TextValue !assigned GETS($Sum1201030078Tag,"MSG")
|
||||
Var $Sum1201030078TextID !assigned GETS($Sum1201030078Tag,"TextID")
|
||||
If $Sum1201030078TextID != "" Then
|
||||
Var $Sum1201030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201030078TextValue = "" Then
|
||||
If $Sum1201030078TextID = "" Then
|
||||
Var $Sum1201030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201030078TextID </ID>
|
||||
<Value> $Sum1201030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_Caramel_happy_trios.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0078.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $12-21-03-0078.TAG
|
||||
EndIf
|
||||
Var $Sum1221030078TextValue !assigned GETS($Sum1221030078Tag,"MSG")
|
||||
Var $Sum1221030078TextID !assigned GETS($Sum1221030078Tag,"TextID")
|
||||
If $Sum1221030078TextID != "" Then
|
||||
Var $Sum1221030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221030078TextValue = "" Then
|
||||
If $Sum1221030078TextID = "" Then
|
||||
Var $Sum1221030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221030078TextID </ID>
|
||||
<Value> $Sum1221030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_Caramel_happy_trios.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0057.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $12-02-03-0057.TAG
|
||||
EndIf
|
||||
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
|
||||
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
|
||||
If $Sum1202030057TextID != "" Then
|
||||
Var $Sum1202030057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030057TextValue = "" Then
|
||||
If $Sum1202030057TextID = "" Then
|
||||
Var $Sum1202030057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030057TextID </ID>
|
||||
<Value> $Sum1202030057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_Matcha_happy_trios.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $12-02-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
|
||||
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
|
||||
If $Sum1202030058TextID != "" Then
|
||||
Var $Sum1202030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030058TextValue = "" Then
|
||||
If $Sum1202030058TextID = "" Then
|
||||
Var $Sum1202030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030058TextID </ID>
|
||||
<Value> $Sum1202030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_ThaiTea_happy_trios.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -186,6 +186,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200751203030075 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0075.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0075.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200751203030075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200751203030075Tag = $12-03-02-0075.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200751203030075Tag = $12-03-03-0075.TAG
|
||||
EndIf
|
||||
Var $Sum12030200751203030075TextValue !assigned GETS($Sum12030200751203030075Tag,"MSG")
|
||||
Var $Sum12030200751203030075TextID !assigned GETS($Sum12030200751203030075Tag,"TextID")
|
||||
If $Sum12030200751203030075TextID != "" Then
|
||||
Var $Sum12030200751203030075TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200751203030075TextValue = "" Then
|
||||
If $Sum12030200751203030075TextID = "" Then
|
||||
Var $Sum12030200751203030075TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200751203030075TextID </ID>
|
||||
<Value> $Sum12030200751203030075TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_milk_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -383,6 +413,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050201241205030124 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0124.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0124.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050201241205030124Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050201241205030124Tag = $12-05-02-0124.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050201241205030124Tag = $12-05-03-0124.TAG
|
||||
EndIf
|
||||
Var $Sum12050201241205030124TextValue !assigned GETS($Sum12050201241205030124Tag,"MSG")
|
||||
Var $Sum12050201241205030124TextID !assigned GETS($Sum12050201241205030124Tag,"TextID")
|
||||
If $Sum12050201241205030124TextID != "" Then
|
||||
Var $Sum12050201241205030124TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050201241205030124TextValue = "" Then
|
||||
If $Sum12050201241205030124TextID = "" Then
|
||||
Var $Sum12050201241205030124TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050201241205030124TextID </ID>
|
||||
<Value> $Sum12050201241205030124TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_water_roomtemp_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -580,6 +640,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020200681202030068 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0068.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0068.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020200681202030068Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020200681202030068Tag = $12-02-02-0068.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020200681202030068Tag = $12-02-03-0068.TAG
|
||||
EndIf
|
||||
Var $Sum12020200681202030068TextValue !assigned GETS($Sum12020200681202030068Tag,"MSG")
|
||||
Var $Sum12020200681202030068TextID !assigned GETS($Sum12020200681202030068Tag,"TextID")
|
||||
If $Sum12020200681202030068TextID != "" Then
|
||||
Var $Sum12020200681202030068TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020200681202030068TextValue = "" Then
|
||||
If $Sum12020200681202030068TextID = "" Then
|
||||
Var $Sum12020200681202030068TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020200681202030068TextID </ID>
|
||||
<Value> $Sum12020200681202030068TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_thai_tea_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -777,6 +867,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020125 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0125.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020125Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020125Tag = $12-05-02-0125.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020125Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020125TextValue !assigned GETS($Sum1205020125Tag,"MSG")
|
||||
Var $Sum1205020125TextID !assigned GETS($Sum1205020125Tag,"TextID")
|
||||
If $Sum1205020125TextID != "" Then
|
||||
Var $Sum1205020125TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020125TextValue = "" Then
|
||||
If $Sum1205020125TextID = "" Then
|
||||
Var $Sum1205020125TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020125TextID </ID>
|
||||
<Value> $Sum1205020125TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_soda_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -974,6 +1094,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020075 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0075.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020075Tag = $12-01-02-0075.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020075TextValue !assigned GETS($Sum1201020075Tag,"MSG")
|
||||
Var $Sum1201020075TextID !assigned GETS($Sum1201020075Tag,"TextID")
|
||||
If $Sum1201020075TextID != "" Then
|
||||
Var $Sum1201020075TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020075TextValue = "" Then
|
||||
If $Sum1201020075TextID = "" Then
|
||||
Var $Sum1201020075TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020075TextID </ID>
|
||||
<Value> $Sum1201020075TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_america_no_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1171,6 +1321,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020075 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0075.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020075Tag = $12-21-02-0075.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020075TextValue !assigned GETS($Sum1221020075Tag,"MSG")
|
||||
Var $Sum1221020075TextID !assigned GETS($Sum1221020075Tag,"TextID")
|
||||
If $Sum1221020075TextID != "" Then
|
||||
Var $Sum1221020075TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020075TextValue = "" Then
|
||||
If $Sum1221020075TextID = "" Then
|
||||
Var $Sum1221020075TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020075TextID </ID>
|
||||
<Value> $Sum1221020075TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_america_no_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1368,6 +1548,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200761203030076 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0076.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0076.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200761203030076Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200761203030076Tag = $12-03-02-0076.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200761203030076Tag = $12-03-03-0076.TAG
|
||||
EndIf
|
||||
Var $Sum12030200761203030076TextValue !assigned GETS($Sum12030200761203030076Tag,"MSG")
|
||||
Var $Sum12030200761203030076TextID !assigned GETS($Sum12030200761203030076Tag,"TextID")
|
||||
If $Sum12030200761203030076TextID != "" Then
|
||||
Var $Sum12030200761203030076TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200761203030076TextValue = "" Then
|
||||
If $Sum12030200761203030076TextID = "" Then
|
||||
Var $Sum12030200761203030076TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200761203030076TextID </ID>
|
||||
<Value> $Sum12030200761203030076TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1565,6 +1775,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020200691202030069 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0069.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0069.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020200691202030069Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020200691202030069Tag = $12-02-02-0069.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020200691202030069Tag = $12-02-03-0069.TAG
|
||||
EndIf
|
||||
Var $Sum12020200691202030069TextValue !assigned GETS($Sum12020200691202030069Tag,"MSG")
|
||||
Var $Sum12020200691202030069TextID !assigned GETS($Sum12020200691202030069Tag,"TextID")
|
||||
If $Sum12020200691202030069TextID != "" Then
|
||||
Var $Sum12020200691202030069TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020200691202030069TextValue = "" Then
|
||||
If $Sum12020200691202030069TextID = "" Then
|
||||
Var $Sum12020200691202030069TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020200691202030069TextID </ID>
|
||||
<Value> $Sum12020200691202030069TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Ginger_tea_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1762,6 +2002,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050201261205030126 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0126.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0126.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050201261205030126Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050201261205030126Tag = $12-05-02-0126.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050201261205030126Tag = $12-05-03-0126.TAG
|
||||
EndIf
|
||||
Var $Sum12050201261205030126TextValue !assigned GETS($Sum12050201261205030126Tag,"MSG")
|
||||
Var $Sum12050201261205030126TextID !assigned GETS($Sum12050201261205030126Tag,"TextID")
|
||||
If $Sum12050201261205030126TextID != "" Then
|
||||
Var $Sum12050201261205030126TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050201261205030126TextValue = "" Then
|
||||
If $Sum12050201261205030126TextID = "" Then
|
||||
Var $Sum12050201261205030126TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050201261205030126TextID </ID>
|
||||
<Value> $Sum12050201261205030126TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_7up_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1959,6 +2229,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050201271205030127 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0127.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0127.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050201271205030127Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050201271205030127Tag = $12-05-02-0127.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050201271205030127Tag = $12-05-03-0127.TAG
|
||||
EndIf
|
||||
Var $Sum12050201271205030127TextValue !assigned GETS($Sum12050201271205030127Tag,"MSG")
|
||||
Var $Sum12050201271205030127TextID !assigned GETS($Sum12050201271205030127Tag,"TextID")
|
||||
If $Sum12050201271205030127TextID != "" Then
|
||||
Var $Sum12050201271205030127TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050201271205030127TextValue = "" Then
|
||||
If $Sum12050201271205030127TextID = "" Then
|
||||
Var $Sum12050201271205030127TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050201271205030127TextID </ID>
|
||||
<Value> $Sum12050201271205030127TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_lemonade_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2156,6 +2456,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020200701202030070 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0070.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0070.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020200701202030070Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020200701202030070Tag = $12-02-02-0070.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020200701202030070Tag = $12-02-03-0070.TAG
|
||||
EndIf
|
||||
Var $Sum12020200701202030070TextValue !assigned GETS($Sum12020200701202030070Tag,"MSG")
|
||||
Var $Sum12020200701202030070TextID !assigned GETS($Sum12020200701202030070Tag,"TextID")
|
||||
If $Sum12020200701202030070TextID != "" Then
|
||||
Var $Sum12020200701202030070TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020200701202030070TextValue = "" Then
|
||||
If $Sum12020200701202030070TextID = "" Then
|
||||
Var $Sum12020200701202030070TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020200701202030070TextID </ID>
|
||||
<Value> $Sum12020200701202030070TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_jemila_pro.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009112020200911202030091 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0091.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0091.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0091.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009112020200911202030091Tag = $12-02-01-0091.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009112020200911202030091Tag = $12-02-02-0091.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009112020200911202030091Tag = $12-02-03-0091.TAG
|
||||
EndIf
|
||||
Var $Sum120201009112020200911202030091TextValue !assigned GETS($Sum120201009112020200911202030091Tag,"MSG")
|
||||
Var $Sum120201009112020200911202030091TextID !assigned GETS($Sum120201009112020200911202030091Tag,"TextID")
|
||||
If $Sum120201009112020200911202030091TextID != "" Then
|
||||
Var $Sum120201009112020200911202030091TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009112020200911202030091TextValue = "" Then
|
||||
If $Sum120201009112020200911202030091TextID = "" Then
|
||||
Var $Sum120201009112020200911202030091TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009112020200911202030091TextID </ID>
|
||||
<Value> $Sum120201009112020200911202030091TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_SALAK.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009212020200921202030092 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0092.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0092.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0092.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009212020200921202030092Tag = $12-02-01-0092.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009212020200921202030092Tag = $12-02-02-0092.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009212020200921202030092Tag = $12-02-03-0092.TAG
|
||||
EndIf
|
||||
Var $Sum120201009212020200921202030092TextValue !assigned GETS($Sum120201009212020200921202030092Tag,"MSG")
|
||||
Var $Sum120201009212020200921202030092TextID !assigned GETS($Sum120201009212020200921202030092Tag,"TextID")
|
||||
If $Sum120201009212020200921202030092TextID != "" Then
|
||||
Var $Sum120201009212020200921202030092TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009212020200921202030092TextValue = "" Then
|
||||
If $Sum120201009212020200921202030092TextID = "" Then
|
||||
Var $Sum120201009212020200921202030092TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009212020200921202030092TextID </ID>
|
||||
<Value> $Sum120201009212020200921202030092TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_COCOA.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009312020200931202030093 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0093.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0093.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0093.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009312020200931202030093Tag = $12-02-01-0093.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009312020200931202030093Tag = $12-02-02-0093.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009312020200931202030093Tag = $12-02-03-0093.TAG
|
||||
EndIf
|
||||
Var $Sum120201009312020200931202030093TextValue !assigned GETS($Sum120201009312020200931202030093Tag,"MSG")
|
||||
Var $Sum120201009312020200931202030093TextID !assigned GETS($Sum120201009312020200931202030093Tag,"TextID")
|
||||
If $Sum120201009312020200931202030093TextID != "" Then
|
||||
Var $Sum120201009312020200931202030093TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009312020200931202030093TextValue = "" Then
|
||||
If $Sum120201009312020200931202030093TextID = "" Then
|
||||
Var $Sum120201009312020200931202030093TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009312020200931202030093TextID </ID>
|
||||
<Value> $Sum120201009312020200931202030093TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_taiwanese_milk_tea_Strawberry.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009412020200941202030094 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0094.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0094.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0094.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009412020200941202030094Tag = $12-02-01-0094.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009412020200941202030094Tag = $12-02-02-0094.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009412020200941202030094Tag = $12-02-03-0094.TAG
|
||||
EndIf
|
||||
Var $Sum120201009412020200941202030094TextValue !assigned GETS($Sum120201009412020200941202030094Tag,"MSG")
|
||||
Var $Sum120201009412020200941202030094TextID !assigned GETS($Sum120201009412020200941202030094Tag,"TextID")
|
||||
If $Sum120201009412020200941202030094TextID != "" Then
|
||||
Var $Sum120201009412020200941202030094TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009412020200941202030094TextValue = "" Then
|
||||
If $Sum120201009412020200941202030094TextID = "" Then
|
||||
Var $Sum120201009412020200941202030094TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009412020200941202030094TextID </ID>
|
||||
<Value> $Sum120201009412020200941202030094TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Cocoa_Coconut.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009512020200951202030095 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0095.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0095.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0095.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009512020200951202030095Tag = $12-02-01-0095.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009512020200951202030095Tag = $12-02-02-0095.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009512020200951202030095Tag = $12-02-03-0095.TAG
|
||||
EndIf
|
||||
Var $Sum120201009512020200951202030095TextValue !assigned GETS($Sum120201009512020200951202030095Tag,"MSG")
|
||||
Var $Sum120201009512020200951202030095TextID !assigned GETS($Sum120201009512020200951202030095Tag,"TextID")
|
||||
If $Sum120201009512020200951202030095TextID != "" Then
|
||||
Var $Sum120201009512020200951202030095TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009512020200951202030095TextValue = "" Then
|
||||
If $Sum120201009512020200951202030095TextID = "" Then
|
||||
Var $Sum120201009512020200951202030095TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009512020200951202030095TextID </ID>
|
||||
<Value> $Sum120201009512020200951202030095TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Lychee.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009612020200961202030096 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0096.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0096.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0096.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009612020200961202030096Tag = $12-02-01-0096.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009612020200961202030096Tag = $12-02-02-0096.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009612020200961202030096Tag = $12-02-03-0096.TAG
|
||||
EndIf
|
||||
Var $Sum120201009612020200961202030096TextValue !assigned GETS($Sum120201009612020200961202030096Tag,"MSG")
|
||||
Var $Sum120201009612020200961202030096TextID !assigned GETS($Sum120201009612020200961202030096Tag,"TextID")
|
||||
If $Sum120201009612020200961202030096TextID != "" Then
|
||||
Var $Sum120201009612020200961202030096TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009612020200961202030096TextValue = "" Then
|
||||
If $Sum120201009612020200961202030096TextID = "" Then
|
||||
Var $Sum120201009612020200961202030096TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009612020200961202030096TextID </ID>
|
||||
<Value> $Sum120201009612020200961202030096TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Plum.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201003912020200391202030039 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0039.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0039.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0039.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201003912020200391202030039Tag = $12-02-01-0039.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201003912020200391202030039Tag = $12-02-02-0039.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201003912020200391202030039Tag = $12-02-03-0039.TAG
|
||||
EndIf
|
||||
Var $Sum120201003912020200391202030039TextValue !assigned GETS($Sum120201003912020200391202030039Tag,"MSG")
|
||||
Var $Sum120201003912020200391202030039TextID !assigned GETS($Sum120201003912020200391202030039Tag,"TextID")
|
||||
If $Sum120201003912020200391202030039TextID != "" Then
|
||||
Var $Sum120201003912020200391202030039TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201003912020200391202030039TextValue = "" Then
|
||||
If $Sum120201003912020200391202030039TextID = "" Then
|
||||
Var $Sum120201003912020200391202030039TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201003912020200391202030039TextID </ID>
|
||||
<Value> $Sum120201003912020200391202030039TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Banner.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -188,6 +188,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030046 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0046.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030046Tag = $12-03-03-0046.TAG
|
||||
EndIf
|
||||
Var $Sum1203030046TextValue !assigned GETS($Sum1203030046Tag,"MSG")
|
||||
Var $Sum1203030046TextID !assigned GETS($Sum1203030046Tag,"TextID")
|
||||
If $Sum1203030046TextID != "" Then
|
||||
Var $Sum1203030046TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030046TextValue = "" Then
|
||||
If $Sum1203030046TextID = "" Then
|
||||
Var $Sum1203030046TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030046TextID </ID>
|
||||
<Value> $Sum1203030046TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Plum_Milk_Salty_caramel.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -385,6 +415,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030047 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0047.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030047Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030047Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030047Tag = $12-03-03-0047.TAG
|
||||
EndIf
|
||||
Var $Sum1203030047TextValue !assigned GETS($Sum1203030047Tag,"MSG")
|
||||
Var $Sum1203030047TextID !assigned GETS($Sum1203030047Tag,"TextID")
|
||||
If $Sum1203030047TextID != "" Then
|
||||
Var $Sum1203030047TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030047TextValue = "" Then
|
||||
If $Sum1203030047TextID = "" Then
|
||||
Var $Sum1203030047TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030047TextID </ID>
|
||||
<Value> $Sum1203030047TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Straw_Milk_Rose_honey_puddingl.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -582,6 +642,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050063 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0063.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050063Tag = $12-99-05-0063.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050063TextValue !assigned GETS($Sum1299050063Tag,"MSG")
|
||||
Var $Sum1299050063TextID !assigned GETS($Sum1299050063Tag,"TextID")
|
||||
If $Sum1299050063TextID != "" Then
|
||||
Var $Sum1299050063TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050063TextValue = "" Then
|
||||
If $Sum1299050063TextID = "" Then
|
||||
Var $Sum1299050063TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050063TextID </ID>
|
||||
<Value> $Sum1299050063TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_Jasmine_Yuzu_Botanic_citrus.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -779,6 +869,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020040 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0040.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020040Tag = $12-03-02-0040.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020040TextValue !assigned GETS($Sum1203020040Tag,"MSG")
|
||||
Var $Sum1203020040TextID !assigned GETS($Sum1203020040Tag,"TextID")
|
||||
If $Sum1203020040TextID != "" Then
|
||||
Var $Sum1203020040TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020040TextValue = "" Then
|
||||
If $Sum1203020040TextID = "" Then
|
||||
Var $Sum1203020040TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020040TextID </ID>
|
||||
<Value> $Sum1203020040TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Cocoa_Straw_Milk_Banana_Choco_Fondant.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -976,6 +1096,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030063 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0063.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030063Tag = $12-05-03-0063.TAG
|
||||
EndIf
|
||||
Var $Sum1205030063TextValue !assigned GETS($Sum1205030063Tag,"MSG")
|
||||
Var $Sum1205030063TextID !assigned GETS($Sum1205030063Tag,"TextID")
|
||||
If $Sum1205030063TextID != "" Then
|
||||
Var $Sum1205030063TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030063TextValue = "" Then
|
||||
If $Sum1205030063TextID = "" Then
|
||||
Var $Sum1205030063TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030063TextID </ID>
|
||||
<Value> $Sum1205030063TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Yuzu_Berry_Yuzu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1173,6 +1323,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020080 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0080.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020080Tag = $12-05-02-0080.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020080Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020080TextValue !assigned GETS($Sum1205020080Tag,"MSG")
|
||||
Var $Sum1205020080TextID !assigned GETS($Sum1205020080Tag,"TextID")
|
||||
If $Sum1205020080TextID != "" Then
|
||||
Var $Sum1205020080TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020080TextValue = "" Then
|
||||
If $Sum1205020080TextID = "" Then
|
||||
Var $Sum1205020080TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020080TextID </ID>
|
||||
<Value> $Sum1205020080TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Lychee_SALAK_Rasberry.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1370,6 +1550,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030053 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0053.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030053Tag = $12-02-03-0053.TAG
|
||||
EndIf
|
||||
Var $Sum1202030053TextValue !assigned GETS($Sum1202030053Tag,"MSG")
|
||||
Var $Sum1202030053TextID !assigned GETS($Sum1202030053Tag,"TextID")
|
||||
If $Sum1202030053TextID != "" Then
|
||||
Var $Sum1202030053TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030053TextValue = "" Then
|
||||
If $Sum1202030053TextID = "" Then
|
||||
Var $Sum1202030053TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030053TextID </ID>
|
||||
<Value> $Sum1202030053TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Lychee_Jasmine tea_Lychee_Rose.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1567,6 +1777,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020041 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0041.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020041Tag = $12-03-02-0041.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020041TextValue !assigned GETS($Sum1203020041Tag,"MSG")
|
||||
Var $Sum1203020041TextID !assigned GETS($Sum1203020041Tag,"TextID")
|
||||
If $Sum1203020041TextID != "" Then
|
||||
Var $Sum1203020041TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020041TextValue = "" Then
|
||||
If $Sum1203020041TextID = "" Then
|
||||
Var $Sum1203020041TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020041TextID </ID>
|
||||
<Value> $Sum1203020041TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Mint_Milk_Sum_Balm_SPF_15.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1764,6 +2004,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020056 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0056.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020056Tag = $12-02-02-0056.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020056TextValue !assigned GETS($Sum1202020056Tag,"MSG")
|
||||
Var $Sum1202020056TextID !assigned GETS($Sum1202020056Tag,"TextID")
|
||||
If $Sum1202020056TextID != "" Then
|
||||
Var $Sum1202020056TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020056TextValue = "" Then
|
||||
If $Sum1202020056TextID = "" Then
|
||||
Var $Sum1202020056TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020056TextID </ID>
|
||||
<Value> $Sum1202020056TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Lychee_Thai Tea_Peach_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1961,6 +2231,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0064.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030064Tag = $12-05-03-0064.TAG
|
||||
EndIf
|
||||
Var $Sum1205030064TextValue !assigned GETS($Sum1205030064Tag,"MSG")
|
||||
Var $Sum1205030064TextID !assigned GETS($Sum1205030064Tag,"TextID")
|
||||
If $Sum1205030064TextID != "" Then
|
||||
Var $Sum1205030064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030064TextValue = "" Then
|
||||
If $Sum1205030064TextID = "" Then
|
||||
Var $Sum1205030064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030064TextID </ID>
|
||||
<Value> $Sum1205030064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Lychee_Staw_Peach_Syrup.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020099 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0099.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020099Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020099Tag = $12-02-02-0099.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020099Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020099TextValue !assigned GETS($Sum1202020099Tag,"MSG")
|
||||
Var $Sum1202020099TextID !assigned GETS($Sum1202020099Tag,"TextID")
|
||||
If $Sum1202020099TextID != "" Then
|
||||
Var $Sum1202020099TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020099TextValue = "" Then
|
||||
If $Sum1202020099TextID = "" Then
|
||||
Var $Sum1202020099TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020099TextID </ID>
|
||||
<Value> $Sum1202020099TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_matcha_tea_pure_x3.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201009712020200971202030097 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0097.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0097.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0097.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201009712020200971202030097Tag = $12-02-01-0097.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201009712020200971202030097Tag = $12-02-02-0097.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201009712020200971202030097Tag = $12-02-03-0097.TAG
|
||||
EndIf
|
||||
Var $Sum120201009712020200971202030097TextValue !assigned GETS($Sum120201009712020200971202030097Tag,"MSG")
|
||||
Var $Sum120201009712020200971202030097TextID !assigned GETS($Sum120201009712020200971202030097Tag,"TextID")
|
||||
If $Sum120201009712020200971202030097TextID != "" Then
|
||||
Var $Sum120201009712020200971202030097TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201009712020200971202030097TextValue = "" Then
|
||||
If $Sum120201009712020200971202030097TextID = "" Then
|
||||
Var $Sum120201009712020200971202030097TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201009712020200971202030097TextID </ID>
|
||||
<Value> $Sum120201009712020200971202030097TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Matcha_Milk_Yuzu.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020098 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0098.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020098Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020098Tag = $12-02-02-0098.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020098Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020098TextValue !assigned GETS($Sum1202020098Tag,"MSG")
|
||||
Var $Sum1202020098TextID !assigned GETS($Sum1202020098Tag,"TextID")
|
||||
If $Sum1202020098TextID != "" Then
|
||||
Var $Sum1202020098TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020098TextValue = "" Then
|
||||
If $Sum1202020098TextID = "" Then
|
||||
Var $Sum1202020098TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020098TextID </ID>
|
||||
<Value> $Sum1202020098TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_yuzu_Matcha_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030106 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0106.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030106Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030106Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030106Tag = $12-03-03-0106.TAG
|
||||
EndIf
|
||||
Var $Sum1203030106TextValue !assigned GETS($Sum1203030106Tag,"MSG")
|
||||
Var $Sum1203030106TextID !assigned GETS($Sum1203030106Tag,"TextID")
|
||||
If $Sum1203030106TextID != "" Then
|
||||
Var $Sum1203030106TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030106TextValue = "" Then
|
||||
If $Sum1203030106TextID = "" Then
|
||||
Var $Sum1203030106TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030106TextID </ID>
|
||||
<Value> $Sum1203030106TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Matcha_Smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201002612020200261202030026 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0026.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0026.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0026.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201002612020200261202030026Tag = $12-02-01-0026.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201002612020200261202030026Tag = $12-02-02-0026.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201002612020200261202030026Tag = $12-02-03-0026.TAG
|
||||
EndIf
|
||||
Var $Sum120201002612020200261202030026TextValue !assigned GETS($Sum120201002612020200261202030026Tag,"MSG")
|
||||
Var $Sum120201002612020200261202030026TextID !assigned GETS($Sum120201002612020200261202030026Tag,"TextID")
|
||||
If $Sum120201002612020200261202030026TextID != "" Then
|
||||
Var $Sum120201002612020200261202030026TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201002612020200261202030026TextValue = "" Then
|
||||
If $Sum120201002612020200261202030026TextID = "" Then
|
||||
Var $Sum120201002612020200261202030026TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201002612020200261202030026TextID </ID>
|
||||
<Value> $Sum120201002612020200261202030026TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_matcha_milk_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0057.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $12-02-03-0057.TAG
|
||||
EndIf
|
||||
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
|
||||
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
|
||||
If $Sum1202030057TextID != "" Then
|
||||
Var $Sum1202030057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030057TextValue = "" Then
|
||||
If $Sum1202030057TextID = "" Then
|
||||
Var $Sum1202030057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030057TextID </ID>
|
||||
<Value> $Sum1202030057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_GreenTea_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201008412020200841202030084 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0084.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0084.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0084.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201008412020200841202030084Tag = $12-02-01-0084.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201008412020200841202030084Tag = $12-02-02-0084.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201008412020200841202030084Tag = $12-02-03-0084.TAG
|
||||
EndIf
|
||||
Var $Sum120201008412020200841202030084TextValue !assigned GETS($Sum120201008412020200841202030084Tag,"MSG")
|
||||
Var $Sum120201008412020200841202030084TextID !assigned GETS($Sum120201008412020200841202030084Tag,"TextID")
|
||||
If $Sum120201008412020200841202030084TextID != "" Then
|
||||
Var $Sum120201008412020200841202030084TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201008412020200841202030084TextValue = "" Then
|
||||
If $Sum120201008412020200841202030084TextID = "" Then
|
||||
Var $Sum120201008412020200841202030084TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201008412020200841202030084TextID </ID>
|
||||
<Value> $Sum120201008412020200841202030084TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_traditional_green_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201008312020200831202030083 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0083.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0083.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0083.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201008312020200831202030083Tag = $12-02-01-0083.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201008312020200831202030083Tag = $12-02-02-0083.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201008312020200831202030083Tag = $12-02-03-0083.TAG
|
||||
EndIf
|
||||
Var $Sum120201008312020200831202030083TextValue !assigned GETS($Sum120201008312020200831202030083Tag,"MSG")
|
||||
Var $Sum120201008312020200831202030083TextID !assigned GETS($Sum120201008312020200831202030083Tag,"TextID")
|
||||
If $Sum120201008312020200831202030083TextID != "" Then
|
||||
Var $Sum120201008312020200831202030083TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201008312020200831202030083TextValue = "" Then
|
||||
If $Sum120201008312020200831202030083TextID = "" Then
|
||||
Var $Sum120201008312020200831202030083TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201008312020200831202030083TextID </ID>
|
||||
<Value> $Sum120201008312020200831202030083TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_southern_fusion_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120101003112010200311201030031 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0031.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0031.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0031.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120101003112010200311201030031Tag = $12-01-01-0031.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120101003112010200311201030031Tag = $12-01-02-0031.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120101003112010200311201030031Tag = $12-01-03-0031.TAG
|
||||
EndIf
|
||||
Var $Sum120101003112010200311201030031TextValue !assigned GETS($Sum120101003112010200311201030031Tag,"MSG")
|
||||
Var $Sum120101003112010200311201030031TextID !assigned GETS($Sum120101003112010200311201030031Tag,"TextID")
|
||||
If $Sum120101003112010200311201030031TextID != "" Then
|
||||
Var $Sum120101003112010200311201030031TextValue = ""
|
||||
EndIf
|
||||
If $Sum120101003112010200311201030031TextValue = "" Then
|
||||
If $Sum120101003112010200311201030031TextID = "" Then
|
||||
Var $Sum120101003112010200311201030031TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120101003112010200311201030031TextID </ID>
|
||||
<Value> $Sum120101003112010200311201030031TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_greenteacoffee_lattle.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum122101003112210200311221030031 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0031.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0031.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0031.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum122101003112210200311221030031Tag = $12-21-01-0031.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum122101003112210200311221030031Tag = $12-21-02-0031.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum122101003112210200311221030031Tag = $12-21-03-0031.TAG
|
||||
EndIf
|
||||
Var $Sum122101003112210200311221030031TextValue !assigned GETS($Sum122101003112210200311221030031Tag,"MSG")
|
||||
Var $Sum122101003112210200311221030031TextID !assigned GETS($Sum122101003112210200311221030031Tag,"TextID")
|
||||
If $Sum122101003112210200311221030031TextID != "" Then
|
||||
Var $Sum122101003112210200311221030031TextValue = ""
|
||||
EndIf
|
||||
If $Sum122101003112210200311221030031TextValue = "" Then
|
||||
If $Sum122101003112210200311221030031TextID = "" Then
|
||||
Var $Sum122101003112210200311221030031TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum122101003112210200311221030031TextID </ID>
|
||||
<Value> $Sum122101003112210200311221030031TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_greenteacoffee_lattle.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020200601202030060 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0060.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0060.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020200601202030060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020200601202030060Tag = $12-02-02-0060.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020200601202030060Tag = $12-02-03-0060.TAG
|
||||
EndIf
|
||||
Var $Sum12020200601202030060TextValue !assigned GETS($Sum12020200601202030060Tag,"MSG")
|
||||
Var $Sum12020200601202030060TextID !assigned GETS($Sum12020200601202030060Tag,"TextID")
|
||||
If $Sum12020200601202030060TextID != "" Then
|
||||
Var $Sum12020200601202030060TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020200601202030060TextValue = "" Then
|
||||
If $Sum12020200601202030060TextID = "" Then
|
||||
Var $Sum12020200601202030060TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020200601202030060TextID </ID>
|
||||
<Value> $Sum12020200601202030060TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_match_milk_coconut.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201002712020200271202030027 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0027.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0027.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0027.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201002712020200271202030027Tag = $12-02-01-0027.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201002712020200271202030027Tag = $12-02-02-0027.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201002712020200271202030027Tag = $12-02-03-0027.TAG
|
||||
EndIf
|
||||
Var $Sum120201002712020200271202030027TextValue !assigned GETS($Sum120201002712020200271202030027Tag,"MSG")
|
||||
Var $Sum120201002712020200271202030027TextID !assigned GETS($Sum120201002712020200271202030027Tag,"TextID")
|
||||
If $Sum120201002712020200271202030027TextID != "" Then
|
||||
Var $Sum120201002712020200271202030027TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201002712020200271202030027TextValue = "" Then
|
||||
If $Sum120201002712020200271202030027TextID = "" Then
|
||||
Var $Sum120201002712020200271202030027TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201002712020200271202030027TextID </ID>
|
||||
<Value> $Sum120201002712020200271202030027TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_matcha_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2551,6 +2911,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201002812020200281202030028 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0028.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0028.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0028.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201002812020200281202030028Tag = $12-02-01-0028.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201002812020200281202030028Tag = $12-02-02-0028.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201002812020200281202030028Tag = $12-02-03-0028.TAG
|
||||
EndIf
|
||||
Var $Sum120201002812020200281202030028TextValue !assigned GETS($Sum120201002812020200281202030028Tag,"MSG")
|
||||
Var $Sum120201002812020200281202030028TextID !assigned GETS($Sum120201002812020200281202030028Tag,"TextID")
|
||||
If $Sum120201002812020200281202030028TextID != "" Then
|
||||
Var $Sum120201002812020200281202030028TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201002812020200281202030028TextValue = "" Then
|
||||
If $Sum120201002812020200281202030028TextID = "" Then
|
||||
Var $Sum120201002812020200281202030028TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201002812020200281202030028TextID </ID>
|
||||
<Value> $Sum120201002812020200281202030028TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_lime_Matcha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2748,6 +3138,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020200611202030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020200611202030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020200611202030061Tag = $12-02-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020200611202030061Tag = $12-02-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12020200611202030061TextValue !assigned GETS($Sum12020200611202030061Tag,"MSG")
|
||||
Var $Sum12020200611202030061TextID !assigned GETS($Sum12020200611202030061Tag,"TextID")
|
||||
If $Sum12020200611202030061TextID != "" Then
|
||||
Var $Sum12020200611202030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020200611202030061TextValue = "" Then
|
||||
If $Sum12020200611202030061TextID = "" Then
|
||||
Var $Sum12020200611202030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020200611202030061TextID </ID>
|
||||
<Value> $Sum12020200611202030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_matcha_tea_coconut.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2945,6 +3365,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12020110261202021026 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-1026.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-1026.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12020110261202021026Tag = $12-02-01-1026.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12020110261202021026Tag = $12-02-02-1026.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12020110261202021026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12020110261202021026TextValue !assigned GETS($Sum12020110261202021026Tag,"MSG")
|
||||
Var $Sum12020110261202021026TextID !assigned GETS($Sum12020110261202021026Tag,"TextID")
|
||||
If $Sum12020110261202021026TextID != "" Then
|
||||
Var $Sum12020110261202021026TextValue = ""
|
||||
EndIf
|
||||
If $Sum12020110261202021026TextValue = "" Then
|
||||
If $Sum12020110261202021026TextID = "" Then
|
||||
Var $Sum12020110261202021026TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12020110261202021026TextID </ID>
|
||||
<Value> $Sum12020110261202021026TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_matcha_latte_Healthy.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -185,6 +185,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0011.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $12-99-02-0011.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020011TextValue !assigned GETS($Sum1299020011Tag,"MSG")
|
||||
Var $Sum1299020011TextID !assigned GETS($Sum1299020011Tag,"TextID")
|
||||
If $Sum1299020011TextID != "" Then
|
||||
Var $Sum1299020011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020011TextValue = "" Then
|
||||
If $Sum1299020011TextID = "" Then
|
||||
Var $Sum1299020011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020011TextID </ID>
|
||||
<Value> $Sum1299020011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Lime.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -382,6 +412,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020013 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0013.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020013Tag = $12-99-02-0013.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020013TextValue !assigned GETS($Sum1299020013Tag,"MSG")
|
||||
Var $Sum1299020013TextID !assigned GETS($Sum1299020013Tag,"TextID")
|
||||
If $Sum1299020013TextID != "" Then
|
||||
Var $Sum1299020013TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020013TextValue = "" Then
|
||||
If $Sum1299020013TextID = "" Then
|
||||
Var $Sum1299020013TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020013TextID </ID>
|
||||
<Value> $Sum1299020013TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Matcha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -579,6 +639,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020014 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0014.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020014Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020014Tag = $12-99-02-0014.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020014Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020014TextValue !assigned GETS($Sum1299020014Tag,"MSG")
|
||||
Var $Sum1299020014TextID !assigned GETS($Sum1299020014Tag,"TextID")
|
||||
If $Sum1299020014TextID != "" Then
|
||||
Var $Sum1299020014TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020014TextValue = "" Then
|
||||
If $Sum1299020014TextID = "" Then
|
||||
Var $Sum1299020014TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020014TextID </ID>
|
||||
<Value> $Sum1299020014TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Strawberry_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -776,6 +866,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020015 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0015.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $12-99-02-0015.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
|
||||
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
|
||||
If $Sum1299020015TextID != "" Then
|
||||
Var $Sum1299020015TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020015TextValue = "" Then
|
||||
If $Sum1299020015TextID = "" Then
|
||||
Var $Sum1299020015TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020015TextID </ID>
|
||||
<Value> $Sum1299020015TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_PLUM_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -973,6 +1093,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020016 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0016.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020016Tag = $12-99-02-0016.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020016TextValue !assigned GETS($Sum1299020016Tag,"MSG")
|
||||
Var $Sum1299020016TextID !assigned GETS($Sum1299020016Tag,"TextID")
|
||||
If $Sum1299020016TextID != "" Then
|
||||
Var $Sum1299020016TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020016TextValue = "" Then
|
||||
If $Sum1299020016TextID = "" Then
|
||||
Var $Sum1299020016TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020016TextID </ID>
|
||||
<Value> $Sum1299020016TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_LIME_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1170,6 +1320,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020018 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0018.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020018Tag = $12-99-02-0018.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020018TextValue !assigned GETS($Sum1299020018Tag,"MSG")
|
||||
Var $Sum1299020018TextID !assigned GETS($Sum1299020018Tag,"TextID")
|
||||
If $Sum1299020018TextID != "" Then
|
||||
Var $Sum1299020018TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020018TextValue = "" Then
|
||||
If $Sum1299020018TextID = "" Then
|
||||
Var $Sum1299020018TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020018TextID </ID>
|
||||
<Value> $Sum1299020018TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Jasmine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -182,6 +182,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020002Tag = $12-03-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020002TextValue !assigned GETS($Sum1203020002Tag,"MSG")
|
||||
Var $Sum1203020002TextID !assigned GETS($Sum1203020002Tag,"TextID")
|
||||
If $Sum1203020002TextID != "" Then
|
||||
Var $Sum1203020002TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020002TextValue = "" Then
|
||||
If $Sum1203020002TextID = "" Then
|
||||
Var $Sum1203020002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020002TextID </ID>
|
||||
<Value> $Sum1203020002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "IcedCocoax1_mom_cocoacocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -379,6 +409,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020065 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0065.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020065Tag = $12-03-02-0065.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020065TextValue !assigned GETS($Sum1203020065Tag,"MSG")
|
||||
Var $Sum1203020065TextID !assigned GETS($Sum1203020065Tag,"TextID")
|
||||
If $Sum1203020065TextID != "" Then
|
||||
Var $Sum1203020065TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020065TextValue = "" Then
|
||||
If $Sum1203020065TextID = "" Then
|
||||
Var $Sum1203020065TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020065TextID </ID>
|
||||
<Value> $Sum1203020065TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "IcedCocoax2_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -576,6 +636,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0067.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020067Tag = $12-03-02-0067.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020067TextValue !assigned GETS($Sum1203020067Tag,"MSG")
|
||||
Var $Sum1203020067TextID !assigned GETS($Sum1203020067Tag,"TextID")
|
||||
If $Sum1203020067TextID != "" Then
|
||||
Var $Sum1203020067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020067TextValue = "" Then
|
||||
If $Sum1203020067TextID = "" Then
|
||||
Var $Sum1203020067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020067TextID </ID>
|
||||
<Value> $Sum1203020067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "IcedCocoax3_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -773,6 +863,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020066 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0066.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020066Tag = $12-03-02-0066.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020066TextValue !assigned GETS($Sum1203020066Tag,"MSG")
|
||||
Var $Sum1203020066TextID !assigned GETS($Sum1203020066Tag,"TextID")
|
||||
If $Sum1203020066TextID != "" Then
|
||||
Var $Sum1203020066TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020066TextValue = "" Then
|
||||
If $Sum1203020066TextID = "" Then
|
||||
Var $Sum1203020066TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020066TextID </ID>
|
||||
<Value> $Sum1203020066TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "IcedCocoax4_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -970,6 +1090,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030100681203020068 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0068.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0068.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030100681203020068Tag = $12-03-01-0068.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030100681203020068Tag = $12-03-02-0068.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030100681203020068Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12030100681203020068TextValue !assigned GETS($Sum12030100681203020068Tag,"MSG")
|
||||
Var $Sum12030100681203020068TextID !assigned GETS($Sum12030100681203020068Tag,"TextID")
|
||||
If $Sum12030100681203020068TextID != "" Then
|
||||
Var $Sum12030100681203020068TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030100681203020068TextValue = "" Then
|
||||
If $Sum12030100681203020068TextID = "" Then
|
||||
Var $Sum12030100681203020068TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030100681203020068TextID </ID>
|
||||
<Value> $Sum12030100681203020068TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "CocoaNoMilk_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1167,6 +1317,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020069 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0069.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020069Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020069Tag = $12-03-02-0069.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020069Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020069TextValue !assigned GETS($Sum1203020069Tag,"MSG")
|
||||
Var $Sum1203020069TextID !assigned GETS($Sum1203020069Tag,"TextID")
|
||||
If $Sum1203020069TextID != "" Then
|
||||
Var $Sum1203020069TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020069TextValue = "" Then
|
||||
If $Sum1203020069TextID = "" Then
|
||||
Var $Sum1203020069TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020069TextID </ID>
|
||||
<Value> $Sum1203020069TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "IcedBabyCocoa_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1364,6 +1544,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020070 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0070.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020070Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020070Tag = $12-03-02-0070.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020070Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020070TextValue !assigned GETS($Sum1203020070Tag,"MSG")
|
||||
Var $Sum1203020070TextID !assigned GETS($Sum1203020070Tag,"TextID")
|
||||
If $Sum1203020070TextID != "" Then
|
||||
Var $Sum1203020070TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020070TextValue = "" Then
|
||||
If $Sum1203020070TextID = "" Then
|
||||
Var $Sum1203020070TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020070TextID </ID>
|
||||
<Value> $Sum1203020070TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "IcedCocoax10_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1561,6 +1771,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020071 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0071.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020071Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020071Tag = $12-03-02-0071.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020071Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020071TextValue !assigned GETS($Sum1203020071Tag,"MSG")
|
||||
Var $Sum1203020071TextID !assigned GETS($Sum1203020071Tag,"TextID")
|
||||
If $Sum1203020071TextID != "" Then
|
||||
Var $Sum1203020071TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020071TextValue = "" Then
|
||||
If $Sum1203020071TextID = "" Then
|
||||
Var $Sum1203020071TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020071TextID </ID>
|
||||
<Value> $Sum1203020071TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "CocoaNoMilk_mom_cocoa_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1758,6 +1998,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020074 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0074.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020074Tag = $12-03-02-0074.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020074TextValue !assigned GETS($Sum1203020074Tag,"MSG")
|
||||
Var $Sum1203020074TextID !assigned GETS($Sum1203020074Tag,"TextID")
|
||||
If $Sum1203020074TextID != "" Then
|
||||
Var $Sum1203020074TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020074TextValue = "" Then
|
||||
If $Sum1203020074TextID = "" Then
|
||||
Var $Sum1203020074TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020074TextID </ID>
|
||||
<Value> $Sum1203020074TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "CocoaNoMilk_mom_cocoa_7up.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1955,6 +2225,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120101000612010200031201030003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0006.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0003.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120101000612010200031201030003Tag = $12-01-01-0006.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120101000612010200031201030003Tag = $12-01-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120101000612010200031201030003Tag = $12-01-03-0003.TAG
|
||||
EndIf
|
||||
Var $Sum120101000612010200031201030003TextValue !assigned GETS($Sum120101000612010200031201030003Tag,"MSG")
|
||||
Var $Sum120101000612010200031201030003TextID !assigned GETS($Sum120101000612010200031201030003Tag,"TextID")
|
||||
If $Sum120101000612010200031201030003TextID != "" Then
|
||||
Var $Sum120101000612010200031201030003TextValue = ""
|
||||
EndIf
|
||||
If $Sum120101000612010200031201030003TextValue = "" Then
|
||||
If $Sum120101000612010200031201030003TextID = "" Then
|
||||
Var $Sum120101000612010200031201030003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120101000612010200031201030003TextID </ID>
|
||||
<Value> $Sum120101000612010200031201030003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_mocha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2152,6 +2452,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010110061201021003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-1006.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-1003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010110061201021003Tag = $12-01-01-1006.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010110061201021003Tag = $12-01-02-1003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010110061201021003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12010110061201021003TextValue !assigned GETS($Sum12010110061201021003Tag,"MSG")
|
||||
Var $Sum12010110061201021003TextID !assigned GETS($Sum12010110061201021003Tag,"TextID")
|
||||
If $Sum12010110061201021003TextID != "" Then
|
||||
Var $Sum12010110061201021003TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010110061201021003TextValue = "" Then
|
||||
If $Sum12010110061201021003TextID = "" Then
|
||||
Var $Sum12010110061201021003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010110061201021003TextID </ID>
|
||||
<Value> $Sum12010110061201021003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Mocha_Healthy.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2349,6 +2679,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010200611201030061 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0061.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0061.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-02-0061.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010200611201030061Tag = $12-01-03-0061.TAG
|
||||
EndIf
|
||||
Var $Sum12010200611201030061TextValue !assigned GETS($Sum12010200611201030061Tag,"MSG")
|
||||
Var $Sum12010200611201030061TextID !assigned GETS($Sum12010200611201030061Tag,"TextID")
|
||||
If $Sum12010200611201030061TextID != "" Then
|
||||
Var $Sum12010200611201030061TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010200611201030061TextValue = "" Then
|
||||
If $Sum12010200611201030061TextID = "" Then
|
||||
Var $Sum12010200611201030061TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010200611201030061TextID </ID>
|
||||
<Value> $Sum12010200611201030061TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Banana_Mocha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2546,6 +2906,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000212030200021203030002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0002.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0002.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-01-0002.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000212030200021203030002Tag = $12-03-03-0002.TAG
|
||||
EndIf
|
||||
Var $Sum120301000212030200021203030002TextValue !assigned GETS($Sum120301000212030200021203030002Tag,"MSG")
|
||||
Var $Sum120301000212030200021203030002TextID !assigned GETS($Sum120301000212030200021203030002Tag,"TextID")
|
||||
If $Sum120301000212030200021203030002TextID != "" Then
|
||||
Var $Sum120301000212030200021203030002TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000212030200021203030002TextValue = "" Then
|
||||
If $Sum120301000212030200021203030002TextID = "" Then
|
||||
Var $Sum120301000212030200021203030002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000212030200021203030002TextID </ID>
|
||||
<Value> $Sum120301000212030200021203030002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2743,6 +3133,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203021002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-1002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203021002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203021002Tag = $12-03-02-1002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203021002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203021002TextValue !assigned GETS($Sum1203021002Tag,"MSG")
|
||||
Var $Sum1203021002TextID !assigned GETS($Sum1203021002Tag,"TextID")
|
||||
If $Sum1203021002TextID != "" Then
|
||||
Var $Sum1203021002TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203021002TextValue = "" Then
|
||||
If $Sum1203021002TextID = "" Then
|
||||
Var $Sum1203021002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203021002TextID </ID>
|
||||
<Value> $Sum1203021002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa_Healthy.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2940,6 +3360,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301000412030200041203030004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0004.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0004.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0004.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301000412030200041203030004Tag = $12-03-01-0004.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301000412030200041203030004Tag = $12-03-02-0004.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301000412030200041203030004Tag = $12-03-03-0004.TAG
|
||||
EndIf
|
||||
Var $Sum120301000412030200041203030004TextValue !assigned GETS($Sum120301000412030200041203030004Tag,"MSG")
|
||||
Var $Sum120301000412030200041203030004TextID !assigned GETS($Sum120301000412030200041203030004Tag,"TextID")
|
||||
If $Sum120301000412030200041203030004TextID != "" Then
|
||||
Var $Sum120301000412030200041203030004TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301000412030200041203030004TextValue = "" Then
|
||||
If $Sum120301000412030200041203030004TextID = "" Then
|
||||
Var $Sum120301000412030200041203030004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301000412030200041203030004TextID </ID>
|
||||
<Value> $Sum120301000412030200041203030004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_caramel_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3137,6 +3587,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002412030200241203030024 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0024.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0024.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0024.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-01-0024.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-02-0024.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002412030200241203030024Tag = $12-03-03-0024.TAG
|
||||
EndIf
|
||||
Var $Sum120301002412030200241203030024TextValue !assigned GETS($Sum120301002412030200241203030024Tag,"MSG")
|
||||
Var $Sum120301002412030200241203030024TextID !assigned GETS($Sum120301002412030200241203030024Tag,"TextID")
|
||||
If $Sum120301002412030200241203030024TextID != "" Then
|
||||
Var $Sum120301002412030200241203030024TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002412030200241203030024TextValue = "" Then
|
||||
If $Sum120301002412030200241203030024TextID = "" Then
|
||||
Var $Sum120301002412030200241203030024TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002412030200241203030024TextID </ID>
|
||||
<Value> $Sum120301002412030200241203030024TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoBanana_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3334,6 +3814,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002512030200251203030025 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0025.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0025.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0025.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002512030200251203030025Tag = $12-03-01-0025.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002512030200251203030025Tag = $12-03-02-0025.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002512030200251203030025Tag = $12-03-03-0025.TAG
|
||||
EndIf
|
||||
Var $Sum120301002512030200251203030025TextValue !assigned GETS($Sum120301002512030200251203030025Tag,"MSG")
|
||||
Var $Sum120301002512030200251203030025TextID !assigned GETS($Sum120301002512030200251203030025Tag,"TextID")
|
||||
If $Sum120301002512030200251203030025TextID != "" Then
|
||||
Var $Sum120301002512030200251203030025TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002512030200251203030025TextValue = "" Then
|
||||
If $Sum120301002512030200251203030025TextID = "" Then
|
||||
Var $Sum120301002512030200251203030025TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002512030200251203030025TextID </ID>
|
||||
<Value> $Sum120301002512030200251203030025TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoYuzu_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3531,6 +4041,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301003512030200351203030035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0035.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0035.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0035.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-01-0035.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-02-0035.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-03-0035.TAG
|
||||
EndIf
|
||||
Var $Sum120301003512030200351203030035TextValue !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
|
||||
Var $Sum120301003512030200351203030035TextID !assigned GETS($Sum120301003512030200351203030035Tag,"TextID")
|
||||
If $Sum120301003512030200351203030035TextID != "" Then
|
||||
Var $Sum120301003512030200351203030035TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301003512030200351203030035TextValue = "" Then
|
||||
If $Sum120301003512030200351203030035TextID = "" Then
|
||||
Var $Sum120301003512030200351203030035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301003512030200351203030035TextID </ID>
|
||||
<Value> $Sum120301003512030200351203030035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3728,6 +4268,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200391203030039 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0039.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0039.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200391203030039Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200391203030039Tag = $12-03-02-0039.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200391203030039Tag = $12-03-03-0039.TAG
|
||||
EndIf
|
||||
Var $Sum12030200391203030039TextValue !assigned GETS($Sum12030200391203030039Tag,"MSG")
|
||||
Var $Sum12030200391203030039TextID !assigned GETS($Sum12030200391203030039Tag,"TextID")
|
||||
If $Sum12030200391203030039TextID != "" Then
|
||||
Var $Sum12030200391203030039TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200391203030039TextValue = "" Then
|
||||
If $Sum12030200391203030039TextID = "" Then
|
||||
Var $Sum12030200391203030039TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200391203030039TextID </ID>
|
||||
<Value> $Sum12030200391203030039TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3925,6 +4495,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200591203030059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0059.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0059.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200591203030059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200591203030059Tag = $12-03-02-0059.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200591203030059Tag = $12-03-03-0059.TAG
|
||||
EndIf
|
||||
Var $Sum12030200591203030059TextValue !assigned GETS($Sum12030200591203030059Tag,"MSG")
|
||||
Var $Sum12030200591203030059TextID !assigned GETS($Sum12030200591203030059Tag,"TextID")
|
||||
If $Sum12030200591203030059TextID != "" Then
|
||||
Var $Sum12030200591203030059TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200591203030059TextValue = "" Then
|
||||
If $Sum12030200591203030059TextID = "" Then
|
||||
Var $Sum12030200591203030059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200591203030059TextID </ID>
|
||||
<Value> $Sum12030200591203030059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Cocoa_coconut.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4122,6 +4722,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $12-03-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
|
||||
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
|
||||
If $Sum1203030010TextID != "" Then
|
||||
Var $Sum1203030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030010TextValue = "" Then
|
||||
If $Sum1203030010TextID = "" Then
|
||||
Var $Sum1203030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030010TextID </ID>
|
||||
<Value> $Sum1203030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrycocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4319,6 +4949,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030030 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0030.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $12-03-03-0030.TAG
|
||||
EndIf
|
||||
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
|
||||
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
|
||||
If $Sum1203030030TextID != "" Then
|
||||
Var $Sum1203030030TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030030TextValue = "" Then
|
||||
If $Sum1203030030TextID = "" Then
|
||||
Var $Sum1203030030TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030030TextID </ID>
|
||||
<Value> $Sum1203030030TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -4516,6 +5176,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0044.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030044Tag = $12-03-03-0044.TAG
|
||||
EndIf
|
||||
Var $Sum1203030044TextValue !assigned GETS($Sum1203030044Tag,"MSG")
|
||||
Var $Sum1203030044TextID !assigned GETS($Sum1203030044Tag,"TextID")
|
||||
If $Sum1203030044TextID != "" Then
|
||||
Var $Sum1203030044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030044TextValue = "" Then
|
||||
If $Sum1203030044TextID = "" Then
|
||||
Var $Sum1203030044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030044TextID </ID>
|
||||
<Value> $Sum1203030044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Choco_strawberry_banana_smoothie_mom_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -188,6 +188,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200241203030024 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0024.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0024.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $12-03-02-0024.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200241203030024Tag = $12-03-03-0024.TAG
|
||||
EndIf
|
||||
Var $Sum12030200241203030024TextValue !assigned GETS($Sum12030200241203030024Tag,"MSG")
|
||||
Var $Sum12030200241203030024TextID !assigned GETS($Sum12030200241203030024Tag,"TextID")
|
||||
If $Sum12030200241203030024TextID != "" Then
|
||||
Var $Sum12030200241203030024TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200241203030024TextValue = "" Then
|
||||
If $Sum12030200241203030024TextID = "" Then
|
||||
Var $Sum12030200241203030024TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200241203030024TextID </ID>
|
||||
<Value> $Sum12030200241203030024TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoBanana_milk_monday_banana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -385,6 +415,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030029 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0029.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $12-03-03-0029.TAG
|
||||
EndIf
|
||||
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
|
||||
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
|
||||
If $Sum1203030029TextID != "" Then
|
||||
Var $Sum1203030029TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030029TextValue = "" Then
|
||||
If $Sum1203030029TextID = "" Then
|
||||
Var $Sum1203030029TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030029TextID </ID>
|
||||
<Value> $Sum1203030029TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_BananaOreo_smoothie_monday_banana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -582,6 +642,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200231203030023 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0023.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0023.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $12-03-02-0023.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200231203030023Tag = $12-03-03-0023.TAG
|
||||
EndIf
|
||||
Var $Sum12030200231203030023TextValue !assigned GETS($Sum12030200231203030023Tag,"MSG")
|
||||
Var $Sum12030200231203030023TextID !assigned GETS($Sum12030200231203030023Tag,"TextID")
|
||||
If $Sum12030200231203030023TextID != "" Then
|
||||
Var $Sum12030200231203030023TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200231203030023TextValue = "" Then
|
||||
If $Sum12030200231203030023TextID = "" Then
|
||||
Var $Sum12030200231203030023TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200231203030023TextID </ID>
|
||||
<Value> $Sum12030200231203030023TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Banana_milk_monday_banana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -184,6 +184,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120101005712010200571201030057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0057.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0057.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120101005712010200571201030057Tag = $12-01-01-0057.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120101005712010200571201030057Tag = $12-01-02-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120101005712010200571201030057Tag = $12-01-03-0057.TAG
|
||||
EndIf
|
||||
Var $Sum120101005712010200571201030057TextValue !assigned GETS($Sum120101005712010200571201030057Tag,"MSG")
|
||||
Var $Sum120101005712010200571201030057TextID !assigned GETS($Sum120101005712010200571201030057Tag,"TextID")
|
||||
If $Sum120101005712010200571201030057TextID != "" Then
|
||||
Var $Sum120101005712010200571201030057TextValue = ""
|
||||
EndIf
|
||||
If $Sum120101005712010200571201030057TextValue = "" Then
|
||||
If $Sum120101005712010200571201030057TextID = "" Then
|
||||
Var $Sum120101005712010200571201030057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120101005712010200571201030057TextID </ID>
|
||||
<Value> $Sum120101005712010200571201030057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_cafe_Latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -381,6 +411,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum122101005712210200571221030057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0057.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0057.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum122101005712210200571221030057Tag = $12-21-01-0057.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum122101005712210200571221030057Tag = $12-21-02-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum122101005712210200571221030057Tag = $12-21-03-0057.TAG
|
||||
EndIf
|
||||
Var $Sum122101005712210200571221030057TextValue !assigned GETS($Sum122101005712210200571221030057Tag,"MSG")
|
||||
Var $Sum122101005712210200571221030057TextID !assigned GETS($Sum122101005712210200571221030057Tag,"TextID")
|
||||
If $Sum122101005712210200571221030057TextID != "" Then
|
||||
Var $Sum122101005712210200571221030057TextValue = ""
|
||||
EndIf
|
||||
If $Sum122101005712210200571221030057TextValue = "" Then
|
||||
If $Sum122101005712210200571221030057TextID = "" Then
|
||||
Var $Sum122101005712210200571221030057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum122101005712210200571221030057TextID </ID>
|
||||
<Value> $Sum122101005712210200571221030057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_cafe_Latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -578,6 +638,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010100581201020058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0058.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010100581201020058Tag = $12-01-01-0058.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010100581201020058Tag = $12-01-02-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010100581201020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12010100581201020058TextValue !assigned GETS($Sum12010100581201020058Tag,"MSG")
|
||||
Var $Sum12010100581201020058TextID !assigned GETS($Sum12010100581201020058Tag,"TextID")
|
||||
If $Sum12010100581201020058TextID != "" Then
|
||||
Var $Sum12010100581201020058TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010100581201020058TextValue = "" Then
|
||||
If $Sum12010100581201020058TextID = "" Then
|
||||
Var $Sum12010100581201020058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010100581201020058TextID </ID>
|
||||
<Value> $Sum12010100581201020058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Americano.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -775,6 +865,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12210100581221020058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0058.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12210100581221020058Tag = $12-21-01-0058.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12210100581221020058Tag = $12-21-02-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12210100581221020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12210100581221020058TextValue !assigned GETS($Sum12210100581221020058Tag,"MSG")
|
||||
Var $Sum12210100581221020058TextID !assigned GETS($Sum12210100581221020058Tag,"TextID")
|
||||
If $Sum12210100581221020058TextID != "" Then
|
||||
Var $Sum12210100581221020058TextValue = ""
|
||||
EndIf
|
||||
If $Sum12210100581221020058TextValue = "" Then
|
||||
If $Sum12210100581221020058TextID = "" Then
|
||||
Var $Sum12210100581221020058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12210100581221020058TextID </ID>
|
||||
<Value> $Sum12210100581221020058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Americano.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -972,6 +1092,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201005012020200501202030050 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0050.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0050.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0050.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201005012020200501202030050Tag = $12-02-01-0050.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201005012020200501202030050Tag = $12-02-02-0050.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201005012020200501202030050Tag = $12-02-03-0050.TAG
|
||||
EndIf
|
||||
Var $Sum120201005012020200501202030050TextValue !assigned GETS($Sum120201005012020200501202030050Tag,"MSG")
|
||||
Var $Sum120201005012020200501202030050TextID !assigned GETS($Sum120201005012020200501202030050Tag,"TextID")
|
||||
If $Sum120201005012020200501202030050TextID != "" Then
|
||||
Var $Sum120201005012020200501202030050TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201005012020200501202030050TextValue = "" Then
|
||||
If $Sum120201005012020200501202030050TextID = "" Then
|
||||
Var $Sum120201005012020200501202030050TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201005012020200501202030050TextID </ID>
|
||||
<Value> $Sum120201005012020200501202030050TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Matcha_Latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1169,6 +1319,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301003512030200351203030035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0035.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0035.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0035.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-01-0035.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-02-0035.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301003512030200351203030035Tag = $12-03-03-0035.TAG
|
||||
EndIf
|
||||
Var $Sum120301003512030200351203030035TextValue !assigned GETS($Sum120301003512030200351203030035Tag,"MSG")
|
||||
Var $Sum120301003512030200351203030035TextID !assigned GETS($Sum120301003512030200351203030035Tag,"TextID")
|
||||
If $Sum120301003512030200351203030035TextID != "" Then
|
||||
Var $Sum120301003512030200351203030035TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301003512030200351203030035TextValue = "" Then
|
||||
If $Sum120301003512030200351203030035TextID = "" Then
|
||||
Var $Sum120301003512030200351203030035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301003512030200351203030035TextID </ID>
|
||||
<Value> $Sum120301003512030200351203030035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1366,6 +1546,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301003612030200361203030036 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0036.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0036.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0036.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301003612030200361203030036Tag = $12-03-01-0036.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301003612030200361203030036Tag = $12-03-02-0036.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301003612030200361203030036Tag = $12-03-03-0036.TAG
|
||||
EndIf
|
||||
Var $Sum120301003612030200361203030036TextValue !assigned GETS($Sum120301003612030200361203030036Tag,"MSG")
|
||||
Var $Sum120301003612030200361203030036TextID !assigned GETS($Sum120301003612030200361203030036Tag,"TextID")
|
||||
If $Sum120301003612030200361203030036TextID != "" Then
|
||||
Var $Sum120301003612030200361203030036TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301003612030200361203030036TextValue = "" Then
|
||||
If $Sum120301003612030200361203030036TextID = "" Then
|
||||
Var $Sum120301003612030200361203030036TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301003612030200361203030036TextID </ID>
|
||||
<Value> $Sum120301003612030200361203030036TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1563,6 +1773,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200371203030037 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0037.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0037.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200371203030037Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200371203030037Tag = $12-03-02-0037.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200371203030037Tag = $12-03-03-0037.TAG
|
||||
EndIf
|
||||
Var $Sum12030200371203030037TextValue !assigned GETS($Sum12030200371203030037Tag,"MSG")
|
||||
Var $Sum12030200371203030037TextID !assigned GETS($Sum12030200371203030037Tag,"TextID")
|
||||
If $Sum12030200371203030037TextID != "" Then
|
||||
Var $Sum12030200371203030037TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200371203030037TextValue = "" Then
|
||||
If $Sum12030200371203030037TextID = "" Then
|
||||
Var $Sum12030200371203030037TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200371203030037TextID </ID>
|
||||
<Value> $Sum12030200371203030037TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Milk_Straw.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1760,6 +2000,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030034 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0034.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $12-03-03-0034.TAG
|
||||
EndIf
|
||||
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
|
||||
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
|
||||
If $Sum1203030034TextID != "" Then
|
||||
Var $Sum1203030034TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030034TextValue = "" Then
|
||||
If $Sum1203030034TextID = "" Then
|
||||
Var $Sum1203030034TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030034TextID </ID>
|
||||
<Value> $Sum1203030034TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1957,6 +2227,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020060 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0060.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020060Tag = $12-05-02-0060.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020060TextValue !assigned GETS($Sum1205020060Tag,"MSG")
|
||||
Var $Sum1205020060TextID !assigned GETS($Sum1205020060Tag,"TextID")
|
||||
If $Sum1205020060TextID != "" Then
|
||||
Var $Sum1205020060TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020060TextValue = "" Then
|
||||
If $Sum1205020060TextID = "" Then
|
||||
Var $Sum1205020060TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020060TextID </ID>
|
||||
<Value> $Sum1205020060TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_lime_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2154,6 +2454,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020063 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0063.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $12-05-02-0063.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
|
||||
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
|
||||
If $Sum1205020063TextID != "" Then
|
||||
Var $Sum1205020063TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020063TextValue = "" Then
|
||||
If $Sum1205020063TextID = "" Then
|
||||
Var $Sum1205020063TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020063TextID </ID>
|
||||
<Value> $Sum1205020063TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Strawberry_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2351,6 +2681,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $12-05-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
|
||||
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
|
||||
If $Sum1205020064TextID != "" Then
|
||||
Var $Sum1205020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020064TextValue = "" Then
|
||||
If $Sum1205020064TextID = "" Then
|
||||
Var $Sum1205020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020064TextID </ID>
|
||||
<Value> $Sum1205020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Yuzu_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2548,6 +2908,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020065 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0065.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020065Tag = $12-05-02-0065.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020065TextValue !assigned GETS($Sum1205020065Tag,"MSG")
|
||||
Var $Sum1205020065TextID !assigned GETS($Sum1205020065Tag,"TextID")
|
||||
If $Sum1205020065TextID != "" Then
|
||||
Var $Sum1205020065TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020065TextValue = "" Then
|
||||
If $Sum1205020065TextID = "" Then
|
||||
Var $Sum1205020065TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020065TextID </ID>
|
||||
<Value> $Sum1205020065TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Plum_limenade_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2745,6 +3135,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020066 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0066.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020066Tag = $12-05-02-0066.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020066TextValue !assigned GETS($Sum1205020066Tag,"MSG")
|
||||
Var $Sum1205020066TextID !assigned GETS($Sum1205020066Tag,"TextID")
|
||||
If $Sum1205020066TextID != "" Then
|
||||
Var $Sum1205020066TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020066TextValue = "" Then
|
||||
If $Sum1205020066TextID = "" Then
|
||||
Var $Sum1205020066TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020066TextID </ID>
|
||||
<Value> $Sum1205020066TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Lychee_lime_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2942,6 +3362,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0067.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $12-05-02-0067.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
|
||||
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
|
||||
If $Sum1205020067TextID != "" Then
|
||||
Var $Sum1205020067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020067TextValue = "" Then
|
||||
If $Sum1205020067TextID = "" Then
|
||||
Var $Sum1205020067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020067TextID </ID>
|
||||
<Value> $Sum1205020067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_pepsi.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201030043 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0043.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201030043Tag = $12-01-03-0043.TAG
|
||||
EndIf
|
||||
Var $Sum1201030043TextValue !assigned GETS($Sum1201030043Tag,"MSG")
|
||||
Var $Sum1201030043TextID !assigned GETS($Sum1201030043Tag,"TextID")
|
||||
If $Sum1201030043TextID != "" Then
|
||||
Var $Sum1201030043TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201030043TextValue = "" Then
|
||||
If $Sum1201030043TextID = "" Then
|
||||
Var $Sum1201030043TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201030043TextID </ID>
|
||||
<Value> $Sum1201030043TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Cafe_Latte_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0044.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030044Tag = $12-02-03-0044.TAG
|
||||
EndIf
|
||||
Var $Sum1202030044TextValue !assigned GETS($Sum1202030044Tag,"MSG")
|
||||
Var $Sum1202030044TextID !assigned GETS($Sum1202030044Tag,"TextID")
|
||||
If $Sum1202030044TextID != "" Then
|
||||
Var $Sum1202030044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030044TextValue = "" Then
|
||||
If $Sum1202030044TextID = "" Then
|
||||
Var $Sum1202030044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030044TextID </ID>
|
||||
<Value> $Sum1202030044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ThaiTeaOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030009 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0009.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030009Tag = $12-03-03-0009.TAG
|
||||
EndIf
|
||||
Var $Sum1203030009TextValue !assigned GETS($Sum1203030009Tag,"MSG")
|
||||
Var $Sum1203030009TextID !assigned GETS($Sum1203030009Tag,"TextID")
|
||||
If $Sum1203030009TextID != "" Then
|
||||
Var $Sum1203030009TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030009TextValue = "" Then
|
||||
If $Sum1203030009TextID = "" Then
|
||||
Var $Sum1203030009TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030009TextID </ID>
|
||||
<Value> $Sum1203030009TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030026 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0026.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030026Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030026Tag = $12-03-03-0026.TAG
|
||||
EndIf
|
||||
Var $Sum1203030026TextValue !assigned GETS($Sum1203030026Tag,"MSG")
|
||||
Var $Sum1203030026TextID !assigned GETS($Sum1203030026Tag,"TextID")
|
||||
If $Sum1203030026TextID != "" Then
|
||||
Var $Sum1203030026TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030026TextValue = "" Then
|
||||
If $Sum1203030026TextID = "" Then
|
||||
Var $Sum1203030026TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030026TextID </ID>
|
||||
<Value> $Sum1203030026TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PinkOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030027 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0027.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $12-03-03-0027.TAG
|
||||
EndIf
|
||||
Var $Sum1203030027TextValue !assigned GETS($Sum1203030027Tag,"MSG")
|
||||
Var $Sum1203030027TextID !assigned GETS($Sum1203030027Tag,"TextID")
|
||||
If $Sum1203030027TextID != "" Then
|
||||
Var $Sum1203030027TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030027TextValue = "" Then
|
||||
If $Sum1203030027TextID = "" Then
|
||||
Var $Sum1203030027TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030027TextID </ID>
|
||||
<Value> $Sum1203030027TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_StrawberrOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030030 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0030.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030030Tag = $12-03-03-0030.TAG
|
||||
EndIf
|
||||
Var $Sum1203030030TextValue !assigned GETS($Sum1203030030Tag,"MSG")
|
||||
Var $Sum1203030030TextID !assigned GETS($Sum1203030030Tag,"TextID")
|
||||
If $Sum1203030030TextID != "" Then
|
||||
Var $Sum1203030030TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030030TextValue = "" Then
|
||||
If $Sum1203030030TextID = "" Then
|
||||
Var $Sum1203030030TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030030TextID </ID>
|
||||
<Value> $Sum1203030030TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030031 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0031.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030031Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030031Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030031Tag = $12-03-03-0031.TAG
|
||||
EndIf
|
||||
Var $Sum1203030031TextValue !assigned GETS($Sum1203030031Tag,"MSG")
|
||||
Var $Sum1203030031TextID !assigned GETS($Sum1203030031Tag,"TextID")
|
||||
If $Sum1203030031TextID != "" Then
|
||||
Var $Sum1203030031TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030031TextValue = "" Then
|
||||
If $Sum1203030031TextID = "" Then
|
||||
Var $Sum1203030031TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030031TextID </ID>
|
||||
<Value> $Sum1203030031TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_CaramelOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030032 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0032.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030032Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030032Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030032Tag = $12-03-03-0032.TAG
|
||||
EndIf
|
||||
Var $Sum1203030032TextValue !assigned GETS($Sum1203030032Tag,"MSG")
|
||||
Var $Sum1203030032TextID !assigned GETS($Sum1203030032Tag,"TextID")
|
||||
If $Sum1203030032TextID != "" Then
|
||||
Var $Sum1203030032TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030032TextValue = "" Then
|
||||
If $Sum1203030032TextID = "" Then
|
||||
Var $Sum1203030032TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030032TextID </ID>
|
||||
<Value> $Sum1203030032TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030048 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0048.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030048Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030048Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030048Tag = $12-02-03-0048.TAG
|
||||
EndIf
|
||||
Var $Sum1202030048TextValue !assigned GETS($Sum1202030048Tag,"MSG")
|
||||
Var $Sum1202030048TextID !assigned GETS($Sum1202030048Tag,"TextID")
|
||||
If $Sum1202030048TextID != "" Then
|
||||
Var $Sum1202030048TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030048TextValue = "" Then
|
||||
If $Sum1202030048TextID = "" Then
|
||||
Var $Sum1202030048TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030048TextID </ID>
|
||||
<Value> $Sum1202030048TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030043 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0043.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030043Tag = $12-02-03-0043.TAG
|
||||
EndIf
|
||||
Var $Sum1202030043TextValue !assigned GETS($Sum1202030043Tag,"MSG")
|
||||
Var $Sum1202030043TextID !assigned GETS($Sum1202030043Tag,"TextID")
|
||||
If $Sum1202030043TextID != "" Then
|
||||
Var $Sum1202030043TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030043TextValue = "" Then
|
||||
If $Sum1202030043TextID = "" Then
|
||||
Var $Sum1202030043TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030043TextID </ID>
|
||||
<Value> $Sum1202030043TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_HojichaOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030028 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0028.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $12-03-03-0028.TAG
|
||||
EndIf
|
||||
Var $Sum1203030028TextValue !assigned GETS($Sum1203030028Tag,"MSG")
|
||||
Var $Sum1203030028TextID !assigned GETS($Sum1203030028Tag,"TextID")
|
||||
If $Sum1203030028TextID != "" Then
|
||||
Var $Sum1203030028TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030028TextValue = "" Then
|
||||
If $Sum1203030028TextID = "" Then
|
||||
Var $Sum1203030028TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030028TextID </ID>
|
||||
<Value> $Sum1203030028TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_MelonOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030029 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0029.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030029Tag = $12-03-03-0029.TAG
|
||||
EndIf
|
||||
Var $Sum1203030029TextValue !assigned GETS($Sum1203030029Tag,"MSG")
|
||||
Var $Sum1203030029TextID !assigned GETS($Sum1203030029Tag,"TextID")
|
||||
If $Sum1203030029TextID != "" Then
|
||||
Var $Sum1203030029TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030029TextValue = "" Then
|
||||
If $Sum1203030029TextID = "" Then
|
||||
Var $Sum1203030029TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030029TextID </ID>
|
||||
<Value> $Sum1203030029TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_BananaOreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2551,6 +2911,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030034 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0034.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $12-03-03-0034.TAG
|
||||
EndIf
|
||||
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
|
||||
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
|
||||
If $Sum1203030034TextID != "" Then
|
||||
Var $Sum1203030034TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030034TextValue = "" Then
|
||||
If $Sum1203030034TextID = "" Then
|
||||
Var $Sum1203030034TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030034TextID </ID>
|
||||
<Value> $Sum1203030034TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2748,6 +3138,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030056 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0056.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030056Tag = $12-02-03-0056.TAG
|
||||
EndIf
|
||||
Var $Sum1202030056TextValue !assigned GETS($Sum1202030056Tag,"MSG")
|
||||
Var $Sum1202030056TextID !assigned GETS($Sum1202030056Tag,"TextID")
|
||||
If $Sum1202030056TextID != "" Then
|
||||
Var $Sum1202030056TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030056TextValue = "" Then
|
||||
If $Sum1202030056TextID = "" Then
|
||||
Var $Sum1202030056TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030056TextID </ID>
|
||||
<Value> $Sum1202030056TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ginger_milk_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2945,6 +3365,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030086 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0086.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030086Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030086Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030086Tag = $12-03-03-0086.TAG
|
||||
EndIf
|
||||
Var $Sum1203030086TextValue !assigned GETS($Sum1203030086Tag,"MSG")
|
||||
Var $Sum1203030086TextID !assigned GETS($Sum1203030086Tag,"TextID")
|
||||
If $Sum1203030086TextID != "" Then
|
||||
Var $Sum1203030086TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030086TextValue = "" Then
|
||||
If $Sum1203030086TextID = "" Then
|
||||
Var $Sum1203030086TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030086TextID </ID>
|
||||
<Value> $Sum1203030086TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3142,6 +3592,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030087 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0087.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030087Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030087Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030087Tag = $12-03-03-0087.TAG
|
||||
EndIf
|
||||
Var $Sum1203030087TextValue !assigned GETS($Sum1203030087Tag,"MSG")
|
||||
Var $Sum1203030087TextID !assigned GETS($Sum1203030087Tag,"TextID")
|
||||
If $Sum1203030087TextID != "" Then
|
||||
Var $Sum1203030087TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030087TextValue = "" Then
|
||||
If $Sum1203030087TextID = "" Then
|
||||
Var $Sum1203030087TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030087TextID </ID>
|
||||
<Value> $Sum1203030087TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_YUZU_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3339,6 +3819,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0078.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $12-01-03-0078.TAG
|
||||
EndIf
|
||||
Var $Sum1201030078TextValue !assigned GETS($Sum1201030078Tag,"MSG")
|
||||
Var $Sum1201030078TextID !assigned GETS($Sum1201030078Tag,"TextID")
|
||||
If $Sum1201030078TextID != "" Then
|
||||
Var $Sum1201030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201030078TextValue = "" Then
|
||||
If $Sum1201030078TextID = "" Then
|
||||
Var $Sum1201030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201030078TextID </ID>
|
||||
<Value> $Sum1201030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Cafe_Latte_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3536,6 +4046,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0078.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $12-21-03-0078.TAG
|
||||
EndIf
|
||||
Var $Sum1221030078TextValue !assigned GETS($Sum1221030078Tag,"MSG")
|
||||
Var $Sum1221030078TextID !assigned GETS($Sum1221030078Tag,"TextID")
|
||||
If $Sum1221030078TextID != "" Then
|
||||
Var $Sum1221030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221030078TextValue = "" Then
|
||||
If $Sum1221030078TextID = "" Then
|
||||
Var $Sum1221030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221030078TextID </ID>
|
||||
<Value> $Sum1221030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Cafe_Latte_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3733,6 +4273,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0057.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $12-02-03-0057.TAG
|
||||
EndIf
|
||||
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
|
||||
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
|
||||
If $Sum1202030057TextID != "" Then
|
||||
Var $Sum1202030057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030057TextValue = "" Then
|
||||
If $Sum1202030057TextID = "" Then
|
||||
Var $Sum1202030057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030057TextID </ID>
|
||||
<Value> $Sum1202030057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Matcha_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3930,6 +4500,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $12-02-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
|
||||
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
|
||||
If $Sum1202030058TextID != "" Then
|
||||
Var $Sum1202030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030058TextValue = "" Then
|
||||
If $Sum1202030058TextID = "" Then
|
||||
Var $Sum1202030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030058TextID </ID>
|
||||
<Value> $Sum1202030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_ThaiTea_Oreo_smoothie_oreo_11"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301001912030200191203030019 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0019.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0019.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0019.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301001912030200191203030019Tag = $12-03-01-0019.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301001912030200191203030019Tag = $12-03-02-0019.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301001912030200191203030019Tag = $12-03-03-0019.TAG
|
||||
EndIf
|
||||
Var $Sum120301001912030200191203030019TextValue !assigned GETS($Sum120301001912030200191203030019Tag,"MSG")
|
||||
Var $Sum120301001912030200191203030019TextID !assigned GETS($Sum120301001912030200191203030019Tag,"TextID")
|
||||
If $Sum120301001912030200191203030019TextID != "" Then
|
||||
Var $Sum120301001912030200191203030019TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301001912030200191203030019TextValue = "" Then
|
||||
If $Sum120301001912030200191203030019TextID = "" Then
|
||||
Var $Sum120301001912030200191203030019TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301001912030200191203030019TextID </ID>
|
||||
<Value> $Sum120301001912030200191203030019TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_ovaltine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030094 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0094.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030094Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030094Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030094Tag = $12-03-03-0094.TAG
|
||||
EndIf
|
||||
Var $Sum1203030094TextValue !assigned GETS($Sum1203030094Tag,"MSG")
|
||||
Var $Sum1203030094TextID !assigned GETS($Sum1203030094Tag,"TextID")
|
||||
If $Sum1203030094TextID != "" Then
|
||||
Var $Sum1203030094TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030094TextValue = "" Then
|
||||
If $Sum1203030094TextID = "" Then
|
||||
Var $Sum1203030094TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030094TextID </ID>
|
||||
<Value> $Sum1203030094TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_cocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030095 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0095.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030095Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030095Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030095Tag = $12-03-03-0095.TAG
|
||||
EndIf
|
||||
Var $Sum1203030095TextValue !assigned GETS($Sum1203030095Tag,"MSG")
|
||||
Var $Sum1203030095TextID !assigned GETS($Sum1203030095Tag,"TextID")
|
||||
If $Sum1203030095TextID != "" Then
|
||||
Var $Sum1203030095TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030095TextValue = "" Then
|
||||
If $Sum1203030095TextID = "" Then
|
||||
Var $Sum1203030095TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030095TextID </ID>
|
||||
<Value> $Sum1203030095TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -182,6 +182,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020057Tag = $12-01-02-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020057TextValue !assigned GETS($Sum1201020057Tag,"MSG")
|
||||
Var $Sum1201020057TextID !assigned GETS($Sum1201020057Tag,"TextID")
|
||||
If $Sum1201020057TextID != "" Then
|
||||
Var $Sum1201020057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020057TextValue = "" Then
|
||||
If $Sum1201020057TextID = "" Then
|
||||
Var $Sum1201020057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020057TextID </ID>
|
||||
<Value> $Sum1201020057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Latte_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -379,6 +409,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020057Tag = $12-21-02-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020057TextValue !assigned GETS($Sum1221020057Tag,"MSG")
|
||||
Var $Sum1221020057TextID !assigned GETS($Sum1221020057Tag,"TextID")
|
||||
If $Sum1221020057TextID != "" Then
|
||||
Var $Sum1221020057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020057TextValue = "" Then
|
||||
If $Sum1221020057TextID = "" Then
|
||||
Var $Sum1221020057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020057TextID </ID>
|
||||
<Value> $Sum1221020057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Latte_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -576,6 +636,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020058Tag = $12-01-02-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020058TextValue !assigned GETS($Sum1201020058Tag,"MSG")
|
||||
Var $Sum1201020058TextID !assigned GETS($Sum1201020058Tag,"TextID")
|
||||
If $Sum1201020058TextID != "" Then
|
||||
Var $Sum1201020058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020058TextValue = "" Then
|
||||
If $Sum1201020058TextID = "" Then
|
||||
Var $Sum1201020058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020058TextID </ID>
|
||||
<Value> $Sum1201020058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Americano_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -773,6 +863,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020058Tag = $12-21-02-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020058TextValue !assigned GETS($Sum1221020058Tag,"MSG")
|
||||
Var $Sum1221020058TextID !assigned GETS($Sum1221020058Tag,"TextID")
|
||||
If $Sum1221020058TextID != "" Then
|
||||
Var $Sum1221020058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020058TextValue = "" Then
|
||||
If $Sum1221020058TextID = "" Then
|
||||
Var $Sum1221020058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020058TextID </ID>
|
||||
<Value> $Sum1221020058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Americano_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -970,6 +1090,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030050 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0050.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030050Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030050Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030050Tag = $12-02-03-0050.TAG
|
||||
EndIf
|
||||
Var $Sum1202030050TextValue !assigned GETS($Sum1202030050Tag,"MSG")
|
||||
Var $Sum1202030050TextID !assigned GETS($Sum1202030050Tag,"TextID")
|
||||
If $Sum1202030050TextID != "" Then
|
||||
Var $Sum1202030050TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030050TextValue = "" Then
|
||||
If $Sum1202030050TextID = "" Then
|
||||
Var $Sum1202030050TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030050TextID </ID>
|
||||
<Value> $Sum1202030050TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Matcha_latte_mint_smoothie_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1167,6 +1317,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020064Tag = $12-01-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020064TextValue !assigned GETS($Sum1201020064Tag,"MSG")
|
||||
Var $Sum1201020064TextID !assigned GETS($Sum1201020064Tag,"TextID")
|
||||
If $Sum1201020064TextID != "" Then
|
||||
Var $Sum1201020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020064TextValue = "" Then
|
||||
If $Sum1201020064TextID = "" Then
|
||||
Var $Sum1201020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020064TextID </ID>
|
||||
<Value> $Sum1201020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Mocha_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1364,6 +1544,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020064Tag = $12-21-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020064TextValue !assigned GETS($Sum1221020064Tag,"MSG")
|
||||
Var $Sum1221020064TextID !assigned GETS($Sum1221020064Tag,"TextID")
|
||||
If $Sum1221020064TextID != "" Then
|
||||
Var $Sum1221020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020064TextValue = "" Then
|
||||
If $Sum1221020064TextID = "" Then
|
||||
Var $Sum1221020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020064TextID </ID>
|
||||
<Value> $Sum1221020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Iced_Mint_Mocha_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1561,6 +1771,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0035.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020035Tag = $12-03-02-0035.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020035TextValue !assigned GETS($Sum1203020035Tag,"MSG")
|
||||
Var $Sum1203020035TextID !assigned GETS($Sum1203020035Tag,"TextID")
|
||||
If $Sum1203020035TextID != "" Then
|
||||
Var $Sum1203020035TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020035TextValue = "" Then
|
||||
If $Sum1203020035TextID = "" Then
|
||||
Var $Sum1203020035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020035TextID </ID>
|
||||
<Value> $Sum1203020035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Cocoa_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1758,6 +1998,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030034 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0034.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030034Tag = $12-03-03-0034.TAG
|
||||
EndIf
|
||||
Var $Sum1203030034TextValue !assigned GETS($Sum1203030034Tag,"MSG")
|
||||
Var $Sum1203030034TextID !assigned GETS($Sum1203030034Tag,"TextID")
|
||||
If $Sum1203030034TextID != "" Then
|
||||
Var $Sum1203030034TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030034TextValue = "" Then
|
||||
If $Sum1203030034TextID = "" Then
|
||||
Var $Sum1203030034TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030034TextID </ID>
|
||||
<Value> $Sum1203030034TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "Mint_SuperVocano_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1955,6 +2225,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030037 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0037.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030037Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030037Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030037Tag = $12-03-03-0037.TAG
|
||||
EndIf
|
||||
Var $Sum1203030037TextValue !assigned GETS($Sum1203030037Tag,"MSG")
|
||||
Var $Sum1203030037TextID !assigned GETS($Sum1203030037Tag,"TextID")
|
||||
If $Sum1203030037TextID != "" Then
|
||||
Var $Sum1203030037TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030037TextValue = "" Then
|
||||
If $Sum1203030037TextID = "" Then
|
||||
Var $Sum1203030037TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030037TextID </ID>
|
||||
<Value> $Sum1203030037TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Milk_Straw_Smoothie_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2152,6 +2452,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020063 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0063.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $12-05-02-0063.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020063Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020063TextValue !assigned GETS($Sum1205020063Tag,"MSG")
|
||||
Var $Sum1205020063TextID !assigned GETS($Sum1205020063Tag,"TextID")
|
||||
If $Sum1205020063TextID != "" Then
|
||||
Var $Sum1205020063TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020063TextValue = "" Then
|
||||
If $Sum1205020063TextID = "" Then
|
||||
Var $Sum1205020063TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020063TextID </ID>
|
||||
<Value> $Sum1205020063TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Strawberry_Soda_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2349,6 +2679,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $12-05-02-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020064TextValue !assigned GETS($Sum1205020064Tag,"MSG")
|
||||
Var $Sum1205020064TextID !assigned GETS($Sum1205020064Tag,"TextID")
|
||||
If $Sum1205020064TextID != "" Then
|
||||
Var $Sum1205020064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020064TextValue = "" Then
|
||||
If $Sum1205020064TextID = "" Then
|
||||
Var $Sum1205020064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020064TextID </ID>
|
||||
<Value> $Sum1205020064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "BN_Yuzu_Mint_Soda_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2546,6 +2906,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0067.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $12-05-02-0067.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
|
||||
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
|
||||
If $Sum1205020067TextID != "" Then
|
||||
Var $Sum1205020067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020067TextValue = "" Then
|
||||
If $Sum1205020067TextID = "" Then
|
||||
Var $Sum1205020067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020067TextID </ID>
|
||||
<Value> $Sum1205020067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_pepsi_passion.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -186,6 +186,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010100591201020059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0059.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0059.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010100591201020059Tag = $12-01-01-0059.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010100591201020059Tag = $12-01-02-0059.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010100591201020059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12010100591201020059TextValue !assigned GETS($Sum12010100591201020059Tag,"MSG")
|
||||
Var $Sum12010100591201020059TextID !assigned GETS($Sum12010100591201020059Tag,"TextID")
|
||||
If $Sum12010100591201020059TextID != "" Then
|
||||
Var $Sum12010100591201020059TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010100591201020059TextValue = "" Then
|
||||
If $Sum12010100591201020059TextID = "" Then
|
||||
Var $Sum12010100591201020059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010100591201020059TextID </ID>
|
||||
<Value> $Sum12010100591201020059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_americano_peach.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -383,6 +413,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12210100591221020059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0059.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0059.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12210100591221020059Tag = $12-21-01-0059.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12210100591221020059Tag = $12-21-02-0059.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12210100591221020059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12210100591221020059TextValue !assigned GETS($Sum12210100591221020059Tag,"MSG")
|
||||
Var $Sum12210100591221020059TextID !assigned GETS($Sum12210100591221020059Tag,"TextID")
|
||||
If $Sum12210100591221020059TextID != "" Then
|
||||
Var $Sum12210100591221020059TextValue = ""
|
||||
EndIf
|
||||
If $Sum12210100591221020059TextValue = "" Then
|
||||
If $Sum12210100591221020059TextID = "" Then
|
||||
Var $Sum12210100591221020059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12210100591221020059TextID </ID>
|
||||
<Value> $Sum12210100591221020059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_americano_peach.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -580,6 +640,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120101006012010200601201030060 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0060.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0060.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0060.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120101006012010200601201030060Tag = $12-01-01-0060.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120101006012010200601201030060Tag = $12-01-02-0060.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120101006012010200601201030060Tag = $12-01-03-0060.TAG
|
||||
EndIf
|
||||
Var $Sum120101006012010200601201030060TextValue !assigned GETS($Sum120101006012010200601201030060Tag,"MSG")
|
||||
Var $Sum120101006012010200601201030060TextID !assigned GETS($Sum120101006012010200601201030060Tag,"TextID")
|
||||
If $Sum120101006012010200601201030060TextID != "" Then
|
||||
Var $Sum120101006012010200601201030060TextValue = ""
|
||||
EndIf
|
||||
If $Sum120101006012010200601201030060TextValue = "" Then
|
||||
If $Sum120101006012010200601201030060TextID = "" Then
|
||||
Var $Sum120101006012010200601201030060TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120101006012010200601201030060TextID </ID>
|
||||
<Value> $Sum120101006012010200601201030060TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_peach_latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -777,6 +867,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum122101006012210200601221030060 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0060.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0060.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0060.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum122101006012210200601221030060Tag = $12-21-01-0060.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum122101006012210200601221030060Tag = $12-21-02-0060.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum122101006012210200601221030060Tag = $12-21-03-0060.TAG
|
||||
EndIf
|
||||
Var $Sum122101006012210200601221030060TextValue !assigned GETS($Sum122101006012210200601221030060Tag,"MSG")
|
||||
Var $Sum122101006012210200601221030060TextID !assigned GETS($Sum122101006012210200601221030060Tag,"TextID")
|
||||
If $Sum122101006012210200601221030060TextID != "" Then
|
||||
Var $Sum122101006012210200601221030060TextValue = ""
|
||||
EndIf
|
||||
If $Sum122101006012210200601221030060TextValue = "" Then
|
||||
If $Sum122101006012210200601221030060TextID = "" Then
|
||||
Var $Sum122101006012210200601221030060TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum122101006012210200601221030060TextID </ID>
|
||||
<Value> $Sum122101006012210200601221030060TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_peach_latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -974,6 +1094,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201005112020200511202030051 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0051.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0051.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0051.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201005112020200511202030051Tag = $12-02-01-0051.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201005112020200511202030051Tag = $12-02-02-0051.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201005112020200511202030051Tag = $12-02-03-0051.TAG
|
||||
EndIf
|
||||
Var $Sum120201005112020200511202030051TextValue !assigned GETS($Sum120201005112020200511202030051Tag,"MSG")
|
||||
Var $Sum120201005112020200511202030051TextID !assigned GETS($Sum120201005112020200511202030051Tag,"TextID")
|
||||
If $Sum120201005112020200511202030051TextID != "" Then
|
||||
Var $Sum120201005112020200511202030051TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201005112020200511202030051TextValue = "" Then
|
||||
If $Sum120201005112020200511202030051TextID = "" Then
|
||||
Var $Sum120201005112020200511202030051TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201005112020200511202030051TextID </ID>
|
||||
<Value> $Sum120201005112020200511202030051TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_peach_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1171,6 +1321,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020052 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0052.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020052Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020052Tag = $12-02-02-0052.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020052Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020052TextValue !assigned GETS($Sum1202020052Tag,"MSG")
|
||||
Var $Sum1202020052TextID !assigned GETS($Sum1202020052Tag,"TextID")
|
||||
If $Sum1202020052TextID != "" Then
|
||||
Var $Sum1202020052TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020052TextValue = "" Then
|
||||
If $Sum1202020052TextID = "" Then
|
||||
Var $Sum1202020052TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020052TextID </ID>
|
||||
<Value> $Sum1202020052TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_peach_jasmine_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1368,6 +1548,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301003812030200381203030038 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0038.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0038.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0038.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301003812030200381203030038Tag = $12-03-01-0038.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301003812030200381203030038Tag = $12-03-02-0038.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301003812030200381203030038Tag = $12-03-03-0038.TAG
|
||||
EndIf
|
||||
Var $Sum120301003812030200381203030038TextValue !assigned GETS($Sum120301003812030200381203030038Tag,"MSG")
|
||||
Var $Sum120301003812030200381203030038TextID !assigned GETS($Sum120301003812030200381203030038Tag,"TextID")
|
||||
If $Sum120301003812030200381203030038TextID != "" Then
|
||||
Var $Sum120301003812030200381203030038TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301003812030200381203030038TextValue = "" Then
|
||||
If $Sum120301003812030200381203030038TextID = "" Then
|
||||
Var $Sum120301003812030200381203030038TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301003812030200381203030038TextID </ID>
|
||||
<Value> $Sum120301003812030200381203030038TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1565,6 +1775,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12030200391203030039 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0039.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0039.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12030200391203030039Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12030200391203030039Tag = $12-03-02-0039.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12030200391203030039Tag = $12-03-03-0039.TAG
|
||||
EndIf
|
||||
Var $Sum12030200391203030039TextValue !assigned GETS($Sum12030200391203030039Tag,"MSG")
|
||||
Var $Sum12030200391203030039TextID !assigned GETS($Sum12030200391203030039Tag,"TextID")
|
||||
If $Sum12030200391203030039TextID != "" Then
|
||||
Var $Sum12030200391203030039TextValue = ""
|
||||
EndIf
|
||||
If $Sum12030200391203030039TextValue = "" Then
|
||||
If $Sum12030200391203030039TextID = "" Then
|
||||
Var $Sum12030200391203030039TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12030200391203030039TextID </ID>
|
||||
<Value> $Sum12030200391203030039TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1762,6 +2002,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030040 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0040.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030040Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030040Tag = $12-03-03-0040.TAG
|
||||
EndIf
|
||||
Var $Sum1203030040TextValue !assigned GETS($Sum1203030040Tag,"MSG")
|
||||
Var $Sum1203030040TextID !assigned GETS($Sum1203030040Tag,"TextID")
|
||||
If $Sum1203030040TextID != "" Then
|
||||
Var $Sum1203030040TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030040TextValue = "" Then
|
||||
If $Sum1203030040TextID = "" Then
|
||||
Var $Sum1203030040TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030040TextID </ID>
|
||||
<Value> $Sum1203030040TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1959,6 +2229,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020068 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0068.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020068Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020068Tag = $12-05-02-0068.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020068Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020068TextValue !assigned GETS($Sum1205020068Tag,"MSG")
|
||||
Var $Sum1205020068TextID !assigned GETS($Sum1205020068Tag,"TextID")
|
||||
If $Sum1205020068TextID != "" Then
|
||||
Var $Sum1205020068TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020068TextValue = "" Then
|
||||
If $Sum1205020068TextID = "" Then
|
||||
Var $Sum1205020068TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020068TextID </ID>
|
||||
<Value> $Sum1205020068TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_peach.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2156,6 +2456,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020069 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0069.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020069Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020069Tag = $12-05-02-0069.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020069Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020069TextValue !assigned GETS($Sum1205020069Tag,"MSG")
|
||||
Var $Sum1205020069TextID !assigned GETS($Sum1205020069Tag,"TextID")
|
||||
If $Sum1205020069TextID != "" Then
|
||||
Var $Sum1205020069TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020069TextValue = "" Then
|
||||
If $Sum1205020069TextID = "" Then
|
||||
Var $Sum1205020069TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020069TextID </ID>
|
||||
<Value> $Sum1205020069TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_peach_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2353,6 +2683,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020070 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0070.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020070Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020070Tag = $12-05-02-0070.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020070Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020070TextValue !assigned GETS($Sum1205020070Tag,"MSG")
|
||||
Var $Sum1205020070TextID !assigned GETS($Sum1205020070Tag,"TextID")
|
||||
If $Sum1205020070TextID != "" Then
|
||||
Var $Sum1205020070TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020070TextValue = "" Then
|
||||
If $Sum1205020070TextID = "" Then
|
||||
Var $Sum1205020070TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020070TextID </ID>
|
||||
<Value> $Sum1205020070TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_peach_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2550,6 +2910,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020072 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0072.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020072Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020072Tag = $12-05-02-0072.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020072Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020072TextValue !assigned GETS($Sum1205020072Tag,"MSG")
|
||||
Var $Sum1205020072TextID !assigned GETS($Sum1205020072Tag,"TextID")
|
||||
If $Sum1205020072TextID != "" Then
|
||||
Var $Sum1205020072TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020072TextValue = "" Then
|
||||
If $Sum1205020072TextID = "" Then
|
||||
Var $Sum1205020072TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020072TextID </ID>
|
||||
<Value> $Sum1205020072TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_pepsi.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2747,6 +3137,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020073 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0073.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020073Tag = $12-05-02-0073.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020073TextValue !assigned GETS($Sum1205020073Tag,"MSG")
|
||||
Var $Sum1205020073TextID !assigned GETS($Sum1205020073Tag,"TextID")
|
||||
If $Sum1205020073TextID != "" Then
|
||||
Var $Sum1205020073TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020073TextValue = "" Then
|
||||
If $Sum1205020073TextID = "" Then
|
||||
Var $Sum1205020073TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020073TextID </ID>
|
||||
<Value> $Sum1205020073TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_peach_Strawberry_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020008 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0008.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020008Tag = $12-99-02-0008.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020008TextValue !assigned GETS($Sum1299020008Tag,"MSG")
|
||||
Var $Sum1299020008TextID !assigned GETS($Sum1299020008Tag,"TextID")
|
||||
If $Sum1299020008TextID != "" Then
|
||||
Var $Sum1299020008TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020008TextValue = "" Then
|
||||
If $Sum1299020008TextID = "" Then
|
||||
Var $Sum1299020008TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020008TextID </ID>
|
||||
<Value> $Sum1299020008TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_lychee_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $12-99-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020003TextValue !assigned GETS($Sum1299020003Tag,"MSG")
|
||||
Var $Sum1299020003TextID !assigned GETS($Sum1299020003Tag,"TextID")
|
||||
If $Sum1299020003TextID != "" Then
|
||||
Var $Sum1299020003TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020003TextValue = "" Then
|
||||
If $Sum1299020003TextID = "" Then
|
||||
Var $Sum1299020003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020003TextID </ID>
|
||||
<Value> $Sum1299020003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_milk_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020046 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0046.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020046Tag = $12-05-02-0046.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020046TextValue !assigned GETS($Sum1205020046Tag,"MSG")
|
||||
Var $Sum1205020046TextID !assigned GETS($Sum1205020046Tag,"TextID")
|
||||
If $Sum1205020046TextID != "" Then
|
||||
Var $Sum1205020046TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020046TextValue = "" Then
|
||||
If $Sum1205020046TextID = "" Then
|
||||
Var $Sum1205020046TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020046TextID </ID>
|
||||
<Value> $Sum1205020046TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_plum_lime_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0058.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050058Tag = $12-99-05-0058.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050058TextValue !assigned GETS($Sum1299050058Tag,"MSG")
|
||||
Var $Sum1299050058TextID !assigned GETS($Sum1299050058Tag,"TextID")
|
||||
If $Sum1299050058TextID != "" Then
|
||||
Var $Sum1299050058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050058TextValue = "" Then
|
||||
If $Sum1299050058TextID = "" Then
|
||||
Var $Sum1299050058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050058TextID </ID>
|
||||
<Value> $Sum1299050058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_salak_lime_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050060 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0060.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050060Tag = $12-99-05-0060.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050060Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050060TextValue !assigned GETS($Sum1299050060Tag,"MSG")
|
||||
Var $Sum1299050060TextID !assigned GETS($Sum1299050060Tag,"TextID")
|
||||
If $Sum1299050060TextID != "" Then
|
||||
Var $Sum1299050060TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050060TextValue = "" Then
|
||||
If $Sum1299050060TextID = "" Then
|
||||
Var $Sum1299050060TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050060TextID </ID>
|
||||
<Value> $Sum1299050060TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_matcha_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020007 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0007.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020007Tag = $12-05-02-0007.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020007TextValue !assigned GETS($Sum1205020007Tag,"MSG")
|
||||
Var $Sum1205020007TextID !assigned GETS($Sum1205020007Tag,"TextID")
|
||||
If $Sum1205020007TextID != "" Then
|
||||
Var $Sum1205020007TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020007TextValue = "" Then
|
||||
If $Sum1205020007TextID = "" Then
|
||||
Var $Sum1205020007TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020007TextID </ID>
|
||||
<Value> $Sum1205020007TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050053 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0053.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050053Tag = $12-99-05-0053.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050053TextValue !assigned GETS($Sum1299050053Tag,"MSG")
|
||||
Var $Sum1299050053TextID !assigned GETS($Sum1299050053Tag,"TextID")
|
||||
If $Sum1299050053TextID != "" Then
|
||||
Var $Sum1299050053TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050053TextValue = "" Then
|
||||
If $Sum1299050053TextID = "" Then
|
||||
Var $Sum1299050053TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050053TextID </ID>
|
||||
<Value> $Sum1299050053TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_strawberry_limenade_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0064.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050064Tag = $12-99-05-0064.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050064TextValue !assigned GETS($Sum1299050064Tag,"MSG")
|
||||
Var $Sum1299050064TextID !assigned GETS($Sum1299050064Tag,"TextID")
|
||||
If $Sum1299050064TextID != "" Then
|
||||
Var $Sum1299050064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050064TextValue = "" Then
|
||||
If $Sum1299050064TextID = "" Then
|
||||
Var $Sum1299050064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050064TextID </ID>
|
||||
<Value> $Sum1299050064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_plum_lime_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020007 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0007.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020007Tag = $12-99-02-0007.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020007TextValue !assigned GETS($Sum1299020007Tag,"MSG")
|
||||
Var $Sum1299020007TextID !assigned GETS($Sum1299020007Tag,"TextID")
|
||||
If $Sum1299020007TextID != "" Then
|
||||
Var $Sum1299020007TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020007TextValue = "" Then
|
||||
If $Sum1299020007TextID = "" Then
|
||||
Var $Sum1299020007TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020007TextID </ID>
|
||||
<Value> $Sum1299020007TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_banana_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020084 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0084.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020084Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020084Tag = $12-05-02-0084.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020084Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020084TextValue !assigned GETS($Sum1205020084Tag,"MSG")
|
||||
Var $Sum1205020084TextID !assigned GETS($Sum1205020084Tag,"TextID")
|
||||
If $Sum1205020084TextID != "" Then
|
||||
Var $Sum1205020084TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020084TextValue = "" Then
|
||||
If $Sum1205020084TextID = "" Then
|
||||
Var $Sum1205020084TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020084TextID </ID>
|
||||
<Value> $Sum1205020084TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_salak_lychee_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050052 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0052.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050052Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050052Tag = $12-99-05-0052.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050052Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050052TextValue !assigned GETS($Sum1299050052Tag,"MSG")
|
||||
Var $Sum1299050052TextID !assigned GETS($Sum1299050052Tag,"TextID")
|
||||
If $Sum1299050052TextID != "" Then
|
||||
Var $Sum1299050052TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050052TextValue = "" Then
|
||||
If $Sum1299050052TextID = "" Then
|
||||
Var $Sum1299050052TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050052TextID </ID>
|
||||
<Value> $Sum1299050052TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_jasmine_tea_limenade_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0067.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $12-05-02-0067.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020067TextValue !assigned GETS($Sum1205020067Tag,"MSG")
|
||||
Var $Sum1205020067TextID !assigned GETS($Sum1205020067Tag,"TextID")
|
||||
If $Sum1205020067TextID != "" Then
|
||||
Var $Sum1205020067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020067TextValue = "" Then
|
||||
If $Sum1205020067TextID = "" Then
|
||||
Var $Sum1205020067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020067TextID </ID>
|
||||
<Value> $Sum1205020067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_mint_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2551,6 +2911,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030007 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0007.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030007Tag = $12-05-03-0007.TAG
|
||||
EndIf
|
||||
Var $Sum1205030007TextValue !assigned GETS($Sum1205030007Tag,"MSG")
|
||||
Var $Sum1205030007TextID !assigned GETS($Sum1205030007Tag,"TextID")
|
||||
If $Sum1205030007TextID != "" Then
|
||||
Var $Sum1205030007TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030007TextValue = "" Then
|
||||
If $Sum1205030007TextID = "" Then
|
||||
Var $Sum1205030007TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030007TextID </ID>
|
||||
<Value> $Sum1205030007TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2748,6 +3138,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050057Tag = $12-99-05-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050057TextValue !assigned GETS($Sum1299050057Tag,"MSG")
|
||||
Var $Sum1299050057TextID !assigned GETS($Sum1299050057Tag,"TextID")
|
||||
If $Sum1299050057TextID != "" Then
|
||||
Var $Sum1299050057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050057TextValue = "" Then
|
||||
If $Sum1299050057TextID = "" Then
|
||||
Var $Sum1299050057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050057TextID </ID>
|
||||
<Value> $Sum1299050057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_energy_lime_second_cup_30.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
2854
inter/tha/xml/multi/v3/page_catalog_group_pro_pepsi_x_taobin.lxml
Normal file
2854
inter/tha/xml/multi/v3/page_catalog_group_pro_pepsi_x_taobin.lxml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,88 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
||||
|
||||
SetInstanceIgnoreTouch
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;DEBUGVAR ICE_PROCESS_STATUS
|
||||
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
Var ice_tab_process_show = "Enable"
|
||||
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show
|
||||
;DEBUGVAR inst_show
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new.lxml"
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v3.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030100 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0100.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030100Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030100Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030100Tag = $12-03-03-0100.TAG
|
||||
EndIf
|
||||
Var $Sum1203030100TextValue !assigned GETS($Sum1203030100Tag,"MSG")
|
||||
Var $Sum1203030100TextID !assigned GETS($Sum1203030100Tag,"TextID")
|
||||
If $Sum1203030100TextID != "" Then
|
||||
Var $Sum1203030100TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030100TextValue = "" Then
|
||||
If $Sum1203030100TextID = "" Then
|
||||
Var $Sum1203030100TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030100TextID </ID>
|
||||
<Value> $Sum1203030100TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_lime_milk_Strawberry_Cocoa_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030101 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0101.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030101Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030101Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030101Tag = $12-03-03-0101.TAG
|
||||
EndIf
|
||||
Var $Sum1203030101TextValue !assigned GETS($Sum1203030101Tag,"MSG")
|
||||
Var $Sum1203030101TextID !assigned GETS($Sum1203030101Tag,"TextID")
|
||||
If $Sum1203030101TextID != "" Then
|
||||
Var $Sum1203030101TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030101TextValue = "" Then
|
||||
If $Sum1203030101TextID = "" Then
|
||||
Var $Sum1203030101TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030101TextID </ID>
|
||||
<Value> $Sum1203030101TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_lime_milk_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030102 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0102.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030102Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030102Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030102Tag = $12-03-03-0102.TAG
|
||||
EndIf
|
||||
Var $Sum1203030102TextValue !assigned GETS($Sum1203030102Tag,"MSG")
|
||||
Var $Sum1203030102TextID !assigned GETS($Sum1203030102Tag,"TextID")
|
||||
If $Sum1203030102TextID != "" Then
|
||||
Var $Sum1203030102TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030102TextValue = "" Then
|
||||
If $Sum1203030102TextID = "" Then
|
||||
Var $Sum1203030102TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030102TextID </ID>
|
||||
<Value> $Sum1203030102TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_lime_ginger_Strawberry_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -188,6 +188,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0044.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020044Tag = $12-02-02-0044.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020044TextValue !assigned GETS($Sum1202020044Tag,"MSG")
|
||||
Var $Sum1202020044TextID !assigned GETS($Sum1202020044Tag,"TextID")
|
||||
If $Sum1202020044TextID != "" Then
|
||||
Var $Sum1202020044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020044TextValue = "" Then
|
||||
If $Sum1202020044TextID = "" Then
|
||||
Var $Sum1202020044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020044TextID </ID>
|
||||
<Value> $Sum1202020044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Matcha_Haunted_House_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -385,6 +415,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020043 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0043.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020043Tag = $12-02-02-0043.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020043TextValue !assigned GETS($Sum1202020043Tag,"MSG")
|
||||
Var $Sum1202020043TextID !assigned GETS($Sum1202020043Tag,"TextID")
|
||||
If $Sum1202020043TextID != "" Then
|
||||
Var $Sum1202020043TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020043TextValue = "" Then
|
||||
If $Sum1202020043TextID = "" Then
|
||||
Var $Sum1202020043TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020043TextID </ID>
|
||||
<Value> $Sum1202020043TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Papong_Tea_Soda_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -582,6 +642,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $12-99-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020003TextValue !assigned GETS($Sum1299020003Tag,"MSG")
|
||||
Var $Sum1299020003TextID !assigned GETS($Sum1299020003Tag,"TextID")
|
||||
If $Sum1299020003TextID != "" Then
|
||||
Var $Sum1299020003TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020003TextValue = "" Then
|
||||
If $Sum1299020003TextID = "" Then
|
||||
Var $Sum1299020003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020003TextID </ID>
|
||||
<Value> $Sum1299020003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_MILK_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -779,6 +869,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020001Tag = $12-99-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020001TextValue !assigned GETS($Sum1299020001Tag,"MSG")
|
||||
Var $Sum1299020001TextID !assigned GETS($Sum1299020001Tag,"TextID")
|
||||
If $Sum1299020001TextID != "" Then
|
||||
Var $Sum1299020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020001TextValue = "" Then
|
||||
If $Sum1299020001TextID = "" Then
|
||||
Var $Sum1299020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020001TextID </ID>
|
||||
<Value> $Sum1299020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_COFFEE_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -976,6 +1096,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030046 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0046.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030046Tag = $12-99-03-0046.TAG
|
||||
EndIf
|
||||
Var $Sum1299030046TextValue !assigned GETS($Sum1299030046Tag,"MSG")
|
||||
Var $Sum1299030046TextID !assigned GETS($Sum1299030046Tag,"TextID")
|
||||
If $Sum1299030046TextID != "" Then
|
||||
Var $Sum1299030046TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030046TextValue = "" Then
|
||||
If $Sum1299030046TextID = "" Then
|
||||
Var $Sum1299030046TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030046TextID </ID>
|
||||
<Value> $Sum1299030046TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_motherday_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1173,6 +1323,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0011.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $12-99-02-0011.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020011TextValue !assigned GETS($Sum1299020011Tag,"MSG")
|
||||
Var $Sum1299020011TextID !assigned GETS($Sum1299020011Tag,"TextID")
|
||||
If $Sum1299020011TextID != "" Then
|
||||
Var $Sum1299020011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020011TextValue = "" Then
|
||||
If $Sum1299020011TextID = "" Then
|
||||
Var $Sum1299020011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020011TextID </ID>
|
||||
<Value> $Sum1299020011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Lime_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1370,6 +1550,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020015 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0015.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $12-99-02-0015.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
|
||||
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
|
||||
If $Sum1299020015TextID != "" Then
|
||||
Var $Sum1299020015TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020015TextValue = "" Then
|
||||
If $Sum1299020015TextID = "" Then
|
||||
Var $Sum1299020015TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020015TextID </ID>
|
||||
<Value> $Sum1299020015TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_PLUM_Soda_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1567,6 +1777,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0059.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050059Tag = $12-99-05-0059.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050059TextValue !assigned GETS($Sum1299050059Tag,"MSG")
|
||||
Var $Sum1299050059TextID !assigned GETS($Sum1299050059Tag,"TextID")
|
||||
If $Sum1299050059TextID != "" Then
|
||||
Var $Sum1299050059TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050059TextValue = "" Then
|
||||
If $Sum1299050059TextID = "" Then
|
||||
Var $Sum1299050059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050059TextID </ID>
|
||||
<Value> $Sum1299050059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_room_no_13_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1764,6 +2004,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0057.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050057Tag = $12-99-05-0057.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050057TextValue !assigned GETS($Sum1299050057Tag,"MSG")
|
||||
Var $Sum1299050057TextID !assigned GETS($Sum1299050057Tag,"TextID")
|
||||
If $Sum1299050057TextID != "" Then
|
||||
Var $Sum1299050057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050057TextValue = "" Then
|
||||
If $Sum1299050057TextID = "" Then
|
||||
Var $Sum1299050057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050057TextID </ID>
|
||||
<Value> $Sum1299050057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_haunting_of_the_past_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1961,6 +2231,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030035 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0035.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030035Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030035Tag = $12-03-03-0035.TAG
|
||||
EndIf
|
||||
Var $Sum1203030035TextValue !assigned GETS($Sum1203030035Tag,"MSG")
|
||||
Var $Sum1203030035TextID !assigned GETS($Sum1203030035Tag,"TextID")
|
||||
If $Sum1203030035TextID != "" Then
|
||||
Var $Sum1203030035TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030035TextValue = "" Then
|
||||
If $Sum1203030035TextID = "" Then
|
||||
Var $Sum1203030035TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030035TextID </ID>
|
||||
<Value> $Sum1203030035TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Cocoa_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2158,6 +2458,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020036 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0036.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020036Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020036Tag = $12-03-02-0036.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020036Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020036TextValue !assigned GETS($Sum1203020036Tag,"MSG")
|
||||
Var $Sum1203020036TextID !assigned GETS($Sum1203020036Tag,"TextID")
|
||||
If $Sum1203020036TextID != "" Then
|
||||
Var $Sum1203020036TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020036TextValue = "" Then
|
||||
If $Sum1203020036TextID = "" Then
|
||||
Var $Sum1203020036TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020036TextID </ID>
|
||||
<Value> $Sum1203020036TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Mint_Wealthy_Milk_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2355,6 +2685,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030066 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0066.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030066Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030066Tag = $12-99-03-0066.TAG
|
||||
EndIf
|
||||
Var $Sum1299030066TextValue !assigned GETS($Sum1299030066Tag,"MSG")
|
||||
Var $Sum1299030066TextID !assigned GETS($Sum1299030066Tag,"TextID")
|
||||
If $Sum1299030066TextID != "" Then
|
||||
Var $Sum1299030066TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030066TextValue = "" Then
|
||||
If $Sum1299030066TextID = "" Then
|
||||
Var $Sum1299030066TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030066TextID </ID>
|
||||
<Value> $Sum1299030066TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_haunted_woods_rerun.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030064 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0064.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030064Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030064Tag = $12-05-03-0064.TAG
|
||||
EndIf
|
||||
Var $Sum1205030064TextValue !assigned GETS($Sum1205030064Tag,"MSG")
|
||||
Var $Sum1205030064TextID !assigned GETS($Sum1205030064Tag,"TextID")
|
||||
If $Sum1205030064TextID != "" Then
|
||||
Var $Sum1205030064TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030064TextValue = "" Then
|
||||
If $Sum1205030064TextID = "" Then
|
||||
Var $Sum1205030064TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030064TextID </ID>
|
||||
<Value> $Sum1205030064TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Lychee_straw_soda_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050073 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0073.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050073Tag = $12-99-05-0073.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050073TextValue !assigned GETS($Sum1299050073Tag,"MSG")
|
||||
Var $Sum1299050073TextID !assigned GETS($Sum1299050073Tag,"TextID")
|
||||
If $Sum1299050073TextID != "" Then
|
||||
Var $Sum1299050073TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050073TextValue = "" Then
|
||||
If $Sum1299050073TextID = "" Then
|
||||
Var $Sum1299050073TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050073TextID </ID>
|
||||
<Value> $Sum1299050073TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_Lychee_Lime_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020056 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0056.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020056Tag = $12-02-02-0056.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020056TextValue !assigned GETS($Sum1202020056Tag,"MSG")
|
||||
Var $Sum1202020056TextID !assigned GETS($Sum1202020056Tag,"TextID")
|
||||
If $Sum1202020056TextID != "" Then
|
||||
Var $Sum1202020056TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020056TextValue = "" Then
|
||||
If $Sum1202020056TextID = "" Then
|
||||
Var $Sum1202020056TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020056TextID </ID>
|
||||
<Value> $Sum1202020056TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Lychee_Thaitea_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020073 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0073.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020073Tag = $12-01-02-0073.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020073TextValue !assigned GETS($Sum1201020073Tag,"MSG")
|
||||
Var $Sum1201020073TextID !assigned GETS($Sum1201020073Tag,"TextID")
|
||||
If $Sum1201020073TextID != "" Then
|
||||
Var $Sum1201020073TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020073TextValue = "" Then
|
||||
If $Sum1201020073TextID = "" Then
|
||||
Var $Sum1201020073TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020073TextID </ID>
|
||||
<Value> $Sum1201020073TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Lychee_Americano_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020073 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0073.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020073Tag = $12-21-02-0073.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020073TextValue !assigned GETS($Sum1221020073Tag,"MSG")
|
||||
Var $Sum1221020073TextID !assigned GETS($Sum1221020073Tag,"TextID")
|
||||
If $Sum1221020073TextID != "" Then
|
||||
Var $Sum1221020073TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020073TextValue = "" Then
|
||||
If $Sum1221020073TextID = "" Then
|
||||
Var $Sum1221020073TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020073TextID </ID>
|
||||
<Value> $Sum1221020073TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Lychee_Americano_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030046 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0046.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030046Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030046Tag = $12-03-03-0046.TAG
|
||||
EndIf
|
||||
Var $Sum1203030046TextValue !assigned GETS($Sum1203030046Tag,"MSG")
|
||||
Var $Sum1203030046TextID !assigned GETS($Sum1203030046Tag,"TextID")
|
||||
If $Sum1203030046TextID != "" Then
|
||||
Var $Sum1203030046TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030046TextValue = "" Then
|
||||
If $Sum1203030046TextID = "" Then
|
||||
Var $Sum1203030046TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030046TextID </ID>
|
||||
<Value> $Sum1203030046TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Plum_Milk_caramel_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203020073 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0073.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203020073Tag = $12-03-02-0073.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203020073Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1203020073TextValue !assigned GETS($Sum1203020073Tag,"MSG")
|
||||
Var $Sum1203020073TextID !assigned GETS($Sum1203020073Tag,"TextID")
|
||||
If $Sum1203020073TextID != "" Then
|
||||
Var $Sum1203020073TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203020073TextValue = "" Then
|
||||
If $Sum1203020073TextID = "" Then
|
||||
Var $Sum1203020073TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203020073TextID </ID>
|
||||
<Value> $Sum1203020073TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Cocoa_Lychee_Milk_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0067.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020067Tag = $12-02-02-0067.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020067TextValue !assigned GETS($Sum1202020067Tag,"MSG")
|
||||
Var $Sum1202020067TextID !assigned GETS($Sum1202020067Tag,"TextID")
|
||||
If $Sum1202020067TextID != "" Then
|
||||
Var $Sum1202020067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020067TextValue = "" Then
|
||||
If $Sum1202020067TextID = "" Then
|
||||
Var $Sum1202020067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020067TextID </ID>
|
||||
<Value> $Sum1202020067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Matcha_milk_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020074 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0074.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020074Tag = $12-01-02-0074.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020074TextValue !assigned GETS($Sum1201020074Tag,"MSG")
|
||||
Var $Sum1201020074TextID !assigned GETS($Sum1201020074Tag,"TextID")
|
||||
If $Sum1201020074TextID != "" Then
|
||||
Var $Sum1201020074TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020074TextValue = "" Then
|
||||
If $Sum1201020074TextID = "" Then
|
||||
Var $Sum1201020074TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020074TextID </ID>
|
||||
<Value> $Sum1201020074TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_LATTE_Straw_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020074 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0074.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020074Tag = $12-21-02-0074.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020074TextValue !assigned GETS($Sum1221020074Tag,"MSG")
|
||||
Var $Sum1221020074TextID !assigned GETS($Sum1221020074Tag,"TextID")
|
||||
If $Sum1221020074TextID != "" Then
|
||||
Var $Sum1221020074TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020074TextValue = "" Then
|
||||
If $Sum1221020074TextID = "" Then
|
||||
Var $Sum1221020074TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020074TextID </ID>
|
||||
<Value> $Sum1221020074TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_LATTE_Straw_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030053 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0053.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030053Tag = $12-02-03-0053.TAG
|
||||
EndIf
|
||||
Var $Sum1202030053TextValue !assigned GETS($Sum1202030053Tag,"MSG")
|
||||
Var $Sum1202030053TextID !assigned GETS($Sum1202030053Tag,"TextID")
|
||||
If $Sum1202030053TextID != "" Then
|
||||
Var $Sum1202030053TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030053TextValue = "" Then
|
||||
If $Sum1202030053TextID = "" Then
|
||||
Var $Sum1202030053TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030053TextID </ID>
|
||||
<Value> $Sum1202030053TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_HOT_JASMINE_Lychee_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030115 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0115.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030115Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030115Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030115Tag = $12-05-03-0115.TAG
|
||||
EndIf
|
||||
Var $Sum1205030115TextValue !assigned GETS($Sum1205030115Tag,"MSG")
|
||||
Var $Sum1205030115TextID !assigned GETS($Sum1205030115Tag,"TextID")
|
||||
If $Sum1205030115TextID != "" Then
|
||||
Var $Sum1205030115TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030115TextValue = "" Then
|
||||
If $Sum1205030115TextID = "" Then
|
||||
Var $Sum1205030115TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030115TextID </ID>
|
||||
<Value> $Sum1205030115TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_7UP_Lychee_SODA_robinson_beauty.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050200231205030023 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0023.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0023.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050200231205030023Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050200231205030023Tag = $12-05-02-0023.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050200231205030023Tag = $12-05-03-0023.TAG
|
||||
EndIf
|
||||
Var $Sum12050200231205030023TextValue !assigned GETS($Sum12050200231205030023Tag,"MSG")
|
||||
Var $Sum12050200231205030023TextID !assigned GETS($Sum12050200231205030023Tag,"TextID")
|
||||
If $Sum12050200231205030023TextID != "" Then
|
||||
Var $Sum12050200231205030023TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050200231205030023TextValue = "" Then
|
||||
If $Sum12050200231205030023TextID = "" Then
|
||||
Var $Sum12050200231205030023TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050200231205030023TextID </ID>
|
||||
<Value> $Sum12050200231205030023TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_strawberry_lime_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201002212020200221202030022 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0022.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0022.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0022.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201002212020200221202030022Tag = $12-02-01-0022.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201002212020200221202030022Tag = $12-02-02-0022.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201002212020200221202030022Tag = $12-02-03-0022.TAG
|
||||
EndIf
|
||||
Var $Sum120201002212020200221202030022TextValue !assigned GETS($Sum120201002212020200221202030022Tag,"MSG")
|
||||
Var $Sum120201002212020200221202030022TextID !assigned GETS($Sum120201002212020200221202030022Tag,"TextID")
|
||||
If $Sum120201002212020200221202030022TextID != "" Then
|
||||
Var $Sum120201002212020200221202030022TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201002212020200221202030022TextValue = "" Then
|
||||
If $Sum120201002212020200221202030022TextID = "" Then
|
||||
Var $Sum120201002212020200221202030022TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201002212020200221202030022TextID </ID>
|
||||
<Value> $Sum120201002212020200221202030022TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_strawberry_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050200411205030041 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0041.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0041.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050200411205030041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050200411205030041Tag = $12-05-02-0041.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050200411205030041Tag = $12-05-03-0041.TAG
|
||||
EndIf
|
||||
Var $Sum12050200411205030041TextValue !assigned GETS($Sum12050200411205030041Tag,"MSG")
|
||||
Var $Sum12050200411205030041TextID !assigned GETS($Sum12050200411205030041Tag,"TextID")
|
||||
If $Sum12050200411205030041TextID != "" Then
|
||||
Var $Sum12050200411205030041TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050200411205030041TextValue = "" Then
|
||||
If $Sum12050200411205030041TextID = "" Then
|
||||
Var $Sum12050200411205030041TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050200411205030041TextID </ID>
|
||||
<Value> $Sum12050200411205030041TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120501004012050200401205030040 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-05-01-0040.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0040.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0040.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120501004012050200401205030040Tag = $12-05-01-0040.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120501004012050200401205030040Tag = $12-05-02-0040.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120501004012050200401205030040Tag = $12-05-03-0040.TAG
|
||||
EndIf
|
||||
Var $Sum120501004012050200401205030040TextValue !assigned GETS($Sum120501004012050200401205030040Tag,"MSG")
|
||||
Var $Sum120501004012050200401205030040TextID !assigned GETS($Sum120501004012050200401205030040Tag,"TextID")
|
||||
If $Sum120501004012050200401205030040TextID != "" Then
|
||||
Var $Sum120501004012050200401205030040TextValue = ""
|
||||
EndIf
|
||||
If $Sum120501004012050200401205030040TextValue = "" Then
|
||||
If $Sum120501004012050200401205030040TextID = "" Then
|
||||
Var $Sum120501004012050200401205030040TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120501004012050200401205030040TextID </ID>
|
||||
<Value> $Sum120501004012050200401205030040TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301001012030200101203030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0010.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0010.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301001012030200101203030010Tag = $12-03-01-0010.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301001012030200101203030010Tag = $12-03-02-0010.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301001012030200101203030010Tag = $12-03-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum120301001012030200101203030010TextValue !assigned GETS($Sum120301001012030200101203030010Tag,"MSG")
|
||||
Var $Sum120301001012030200101203030010TextID !assigned GETS($Sum120301001012030200101203030010Tag,"TextID")
|
||||
If $Sum120301001012030200101203030010TextID != "" Then
|
||||
Var $Sum120301001012030200101203030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301001012030200101203030010TextValue = "" Then
|
||||
If $Sum120301001012030200101203030010TextID = "" Then
|
||||
Var $Sum120301001012030200101203030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301001012030200101203030010TextID </ID>
|
||||
<Value> $Sum120301001012030200101203030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Strawberry_cocoa.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120101007412010200741201030074 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0074.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0074.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0074.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120101007412010200741201030074Tag = $12-01-01-0074.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120101007412010200741201030074Tag = $12-01-02-0074.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120101007412010200741201030074Tag = $12-01-03-0074.TAG
|
||||
EndIf
|
||||
Var $Sum120101007412010200741201030074TextValue !assigned GETS($Sum120101007412010200741201030074Tag,"MSG")
|
||||
Var $Sum120101007412010200741201030074TextID !assigned GETS($Sum120101007412010200741201030074Tag,"TextID")
|
||||
If $Sum120101007412010200741201030074TextID != "" Then
|
||||
Var $Sum120101007412010200741201030074TextValue = ""
|
||||
EndIf
|
||||
If $Sum120101007412010200741201030074TextValue = "" Then
|
||||
If $Sum120101007412010200741201030074TextID = "" Then
|
||||
Var $Sum120101007412010200741201030074TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120101007412010200741201030074TextID </ID>
|
||||
<Value> $Sum120101007412010200741201030074TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Strawberry_caramel_latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum122101007412210200741221030074 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0074.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0074.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0074.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum122101007412210200741221030074Tag = $12-21-01-0074.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum122101007412210200741221030074Tag = $12-21-02-0074.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum122101007412210200741221030074Tag = $12-21-03-0074.TAG
|
||||
EndIf
|
||||
Var $Sum122101007412210200741221030074TextValue !assigned GETS($Sum122101007412210200741221030074Tag,"MSG")
|
||||
Var $Sum122101007412210200741221030074TextID !assigned GETS($Sum122101007412210200741221030074Tag,"TextID")
|
||||
If $Sum122101007412210200741221030074TextID != "" Then
|
||||
Var $Sum122101007412210200741221030074TextValue = ""
|
||||
EndIf
|
||||
If $Sum122101007412210200741221030074TextValue = "" Then
|
||||
If $Sum122101007412210200741221030074TextID = "" Then
|
||||
Var $Sum122101007412210200741221030074TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum122101007412210200741221030074TextID </ID>
|
||||
<Value> $Sum122101007412210200741221030074TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Strawberry_caramel_latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030027 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0027.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030027Tag = $12-03-03-0027.TAG
|
||||
EndIf
|
||||
Var $Sum1203030027TextValue !assigned GETS($Sum1203030027Tag,"MSG")
|
||||
Var $Sum1203030027TextID !assigned GETS($Sum1203030027Tag,"TextID")
|
||||
If $Sum1203030027TextID != "" Then
|
||||
Var $Sum1203030027TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030027TextValue = "" Then
|
||||
If $Sum1203030027TextID = "" Then
|
||||
Var $Sum1203030027TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030027TextID </ID>
|
||||
<Value> $Sum1203030027TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Strawberr_milk_Oreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201008312020200831202030083 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0083.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0083.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0083.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201008312020200831202030083Tag = $12-02-01-0083.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201008312020200831202030083Tag = $12-02-02-0083.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201008312020200831202030083Tag = $12-02-03-0083.TAG
|
||||
EndIf
|
||||
Var $Sum120201008312020200831202030083TextValue !assigned GETS($Sum120201008312020200831202030083Tag,"MSG")
|
||||
Var $Sum120201008312020200831202030083TextID !assigned GETS($Sum120201008312020200831202030083Tag,"TextID")
|
||||
If $Sum120201008312020200831202030083TextID != "" Then
|
||||
Var $Sum120201008312020200831202030083TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201008312020200831202030083TextValue = "" Then
|
||||
If $Sum120201008312020200831202030083TextID = "" Then
|
||||
Var $Sum120201008312020200831202030083TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201008312020200831202030083TextID </ID>
|
||||
<Value> $Sum120201008312020200831202030083TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_southern_fusion_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201008412020200841202030084 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0084.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0084.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0084.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201008412020200841202030084Tag = $12-02-01-0084.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201008412020200841202030084Tag = $12-02-02-0084.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201008412020200841202030084Tag = $12-02-03-0084.TAG
|
||||
EndIf
|
||||
Var $Sum120201008412020200841202030084TextValue !assigned GETS($Sum120201008412020200841202030084Tag,"MSG")
|
||||
Var $Sum120201008412020200841202030084TextID !assigned GETS($Sum120201008412020200841202030084Tag,"TextID")
|
||||
If $Sum120201008412020200841202030084TextID != "" Then
|
||||
Var $Sum120201008412020200841202030084TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201008412020200841202030084TextValue = "" Then
|
||||
If $Sum120201008412020200841202030084TextID = "" Then
|
||||
Var $Sum120201008412020200841202030084TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201008412020200841202030084TextID </ID>
|
||||
<Value> $Sum120201008412020200841202030084TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_traditional_green_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120201008512020200851202030085 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-02-01-0085.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0085.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0085.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120201008512020200851202030085Tag = $12-02-01-0085.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120201008512020200851202030085Tag = $12-02-02-0085.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120201008512020200851202030085Tag = $12-02-03-0085.TAG
|
||||
EndIf
|
||||
Var $Sum120201008512020200851202030085TextValue !assigned GETS($Sum120201008512020200851202030085Tag,"MSG")
|
||||
Var $Sum120201008512020200851202030085TextID !assigned GETS($Sum120201008512020200851202030085Tag,"TextID")
|
||||
If $Sum120201008512020200851202030085TextID != "" Then
|
||||
Var $Sum120201008512020200851202030085TextValue = ""
|
||||
EndIf
|
||||
If $Sum120201008512020200851202030085TextValue = "" Then
|
||||
If $Sum120201008512020200851202030085TextID = "" Then
|
||||
Var $Sum120201008512020200851202030085TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120201008512020200851202030085TextID </ID>
|
||||
<Value> $Sum120201008512020200851202030085TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_royal_milk_tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -184,6 +184,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum120301002212030200221203030022 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-03-01-0022.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-02-0022.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0022.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum120301002212030200221203030022Tag = $12-03-01-0022.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum120301002212030200221203030022Tag = $12-03-02-0022.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum120301002212030200221203030022Tag = $12-03-03-0022.TAG
|
||||
EndIf
|
||||
Var $Sum120301002212030200221203030022TextValue !assigned GETS($Sum120301002212030200221203030022Tag,"MSG")
|
||||
Var $Sum120301002212030200221203030022TextID !assigned GETS($Sum120301002212030200221203030022Tag,"TextID")
|
||||
If $Sum120301002212030200221203030022TextID != "" Then
|
||||
Var $Sum120301002212030200221203030022TextValue = ""
|
||||
EndIf
|
||||
If $Sum120301002212030200221203030022TextValue = "" Then
|
||||
If $Sum120301002212030200221203030022TextID = "" Then
|
||||
Var $Sum120301002212030200221203030022TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum120301002212030200221203030022TextID </ID>
|
||||
<Value> $Sum120301002212030200221203030022TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_melon_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -381,6 +411,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12010100391201020039 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-01-01-0039.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0039.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12010100391201020039Tag = $12-01-01-0039.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12010100391201020039Tag = $12-01-02-0039.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12010100391201020039Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12010100391201020039TextValue !assigned GETS($Sum12010100391201020039Tag,"MSG")
|
||||
Var $Sum12010100391201020039TextID !assigned GETS($Sum12010100391201020039Tag,"TextID")
|
||||
If $Sum12010100391201020039TextID != "" Then
|
||||
Var $Sum12010100391201020039TextValue = ""
|
||||
EndIf
|
||||
If $Sum12010100391201020039TextValue = "" Then
|
||||
If $Sum12010100391201020039TextID = "" Then
|
||||
Var $Sum12010100391201020039TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12010100391201020039TextID </ID>
|
||||
<Value> $Sum12010100391201020039TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_melon_latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -578,6 +638,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12210100391221020039 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-21-01-0039.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0039.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12210100391221020039Tag = $12-21-01-0039.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12210100391221020039Tag = $12-21-02-0039.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12210100391221020039Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12210100391221020039TextValue !assigned GETS($Sum12210100391221020039Tag,"MSG")
|
||||
Var $Sum12210100391221020039TextID !assigned GETS($Sum12210100391221020039Tag,"TextID")
|
||||
If $Sum12210100391221020039TextID != "" Then
|
||||
Var $Sum12210100391221020039TextValue = ""
|
||||
EndIf
|
||||
If $Sum12210100391221020039TextValue = "" Then
|
||||
If $Sum12210100391221020039TextID = "" Then
|
||||
Var $Sum12210100391221020039TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12210100391221020039TextID </ID>
|
||||
<Value> $Sum12210100391221020039TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_melon_latte.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -775,6 +865,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030028 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0028.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030028Tag = $12-03-03-0028.TAG
|
||||
EndIf
|
||||
Var $Sum1203030028TextValue !assigned GETS($Sum1203030028Tag,"MSG")
|
||||
Var $Sum1203030028TextID !assigned GETS($Sum1203030028Tag,"TextID")
|
||||
If $Sum1203030028TextID != "" Then
|
||||
Var $Sum1203030028TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030028TextValue = "" Then
|
||||
If $Sum1203030028TextID = "" Then
|
||||
Var $Sum1203030028TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030028TextID </ID>
|
||||
<Value> $Sum1203030028TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_MelonOreo_smoothie.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -972,6 +1092,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0044.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020044Tag = $12-05-02-0044.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020044TextValue !assigned GETS($Sum1205020044Tag,"MSG")
|
||||
Var $Sum1205020044TextID !assigned GETS($Sum1205020044Tag,"TextID")
|
||||
If $Sum1205020044TextID != "" Then
|
||||
Var $Sum1205020044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020044TextValue = "" Then
|
||||
If $Sum1205020044TextID = "" Then
|
||||
Var $Sum1205020044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020044TextID </ID>
|
||||
<Value> $Sum1205020044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_melon_soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1169,6 +1319,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050200471205030047 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0047.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0047.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050200471205030047Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050200471205030047Tag = $12-05-02-0047.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050200471205030047Tag = $12-05-03-0047.TAG
|
||||
EndIf
|
||||
Var $Sum12050200471205030047TextValue !assigned GETS($Sum12050200471205030047Tag,"MSG")
|
||||
Var $Sum12050200471205030047TextID !assigned GETS($Sum12050200471205030047Tag,"TextID")
|
||||
If $Sum12050200471205030047TextID != "" Then
|
||||
Var $Sum12050200471205030047TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050200471205030047TextValue = "" Then
|
||||
If $Sum12050200471205030047TextID = "" Then
|
||||
Var $Sum12050200471205030047TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050200471205030047TextID </ID>
|
||||
<Value> $Sum12050200471205030047TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_Melon.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1366,6 +1546,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12050201051205030105 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0105.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0105.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12050201051205030105Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12050201051205030105Tag = $12-05-02-0105.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12050201051205030105Tag = $12-05-03-0105.TAG
|
||||
EndIf
|
||||
Var $Sum12050201051205030105TextValue !assigned GETS($Sum12050201051205030105Tag,"MSG")
|
||||
Var $Sum12050201051205030105TextID !assigned GETS($Sum12050201051205030105Tag,"TextID")
|
||||
If $Sum12050201051205030105TextID != "" Then
|
||||
Var $Sum12050201051205030105TextValue = ""
|
||||
EndIf
|
||||
If $Sum12050201051205030105TextValue = "" Then
|
||||
If $Sum12050201051205030105TextID = "" Then
|
||||
Var $Sum12050201051205030105TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12050201051205030105TextID </ID>
|
||||
<Value> $Sum12050201051205030105TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_pepsi_Melon.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1563,6 +1773,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0011.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $12-99-02-0011.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020011TextValue !assigned GETS($Sum1299020011Tag,"MSG")
|
||||
Var $Sum1299020011TextID !assigned GETS($Sum1299020011Tag,"TextID")
|
||||
If $Sum1299020011TextID != "" Then
|
||||
Var $Sum1299020011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020011TextValue = "" Then
|
||||
If $Sum1299020011TextID = "" Then
|
||||
Var $Sum1299020011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020011TextID </ID>
|
||||
<Value> $Sum1299020011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_melon_lime_Thai Tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1760,6 +2000,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020013 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0013.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020013Tag = $12-99-02-0013.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020013TextValue !assigned GETS($Sum1299020013Tag,"MSG")
|
||||
Var $Sum1299020013TextID !assigned GETS($Sum1299020013Tag,"TextID")
|
||||
If $Sum1299020013TextID != "" Then
|
||||
Var $Sum1299020013TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020013TextValue = "" Then
|
||||
If $Sum1299020013TextID = "" Then
|
||||
Var $Sum1299020013TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020013TextID </ID>
|
||||
<Value> $Sum1299020013TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Matcha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1957,6 +2227,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020014 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0014.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020014Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020014Tag = $12-99-02-0014.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020014Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020014TextValue !assigned GETS($Sum1299020014Tag,"MSG")
|
||||
Var $Sum1299020014TextID !assigned GETS($Sum1299020014Tag,"TextID")
|
||||
If $Sum1299020014TextID != "" Then
|
||||
Var $Sum1299020014TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020014TextValue = "" Then
|
||||
If $Sum1299020014TextID = "" Then
|
||||
Var $Sum1299020014TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020014TextID </ID>
|
||||
<Value> $Sum1299020014TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Strawberry_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2154,6 +2454,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020015 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0015.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $12-99-02-0015.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020015TextValue !assigned GETS($Sum1299020015Tag,"MSG")
|
||||
Var $Sum1299020015TextID !assigned GETS($Sum1299020015Tag,"TextID")
|
||||
If $Sum1299020015TextID != "" Then
|
||||
Var $Sum1299020015TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020015TextValue = "" Then
|
||||
If $Sum1299020015TextID = "" Then
|
||||
Var $Sum1299020015TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020015TextID </ID>
|
||||
<Value> $Sum1299020015TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_PLUM_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2351,6 +2681,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020016 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0016.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020016Tag = $12-99-02-0016.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020016TextValue !assigned GETS($Sum1299020016Tag,"MSG")
|
||||
Var $Sum1299020016TextID !assigned GETS($Sum1299020016Tag,"TextID")
|
||||
If $Sum1299020016TextID != "" Then
|
||||
Var $Sum1299020016TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020016TextValue = "" Then
|
||||
If $Sum1299020016TextID = "" Then
|
||||
Var $Sum1299020016TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020016TextID </ID>
|
||||
<Value> $Sum1299020016TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_LIME_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2548,6 +2908,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299020018 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0018.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299020018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299020018Tag = $12-99-02-0018.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299020018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299020018TextValue !assigned GETS($Sum1299020018Tag,"MSG")
|
||||
Var $Sum1299020018TextID !assigned GETS($Sum1299020018Tag,"TextID")
|
||||
If $Sum1299020018TextID != "" Then
|
||||
Var $Sum1299020018TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299020018TextValue = "" Then
|
||||
If $Sum1299020018TextID = "" Then
|
||||
Var $Sum1299020018TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299020018TextID </ID>
|
||||
<Value> $Sum1299020018TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Jasmine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2745,6 +3135,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030016 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0016.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030016Tag = $12-99-03-0016.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299030016TextValue !assigned GETS($Sum1299030016Tag,"MSG")
|
||||
Var $Sum1299030016TextID !assigned GETS($Sum1299030016Tag,"TextID")
|
||||
If $Sum1299030016TextID != "" Then
|
||||
Var $Sum1299030016TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030016TextValue = "" Then
|
||||
If $Sum1299030016TextID = "" Then
|
||||
Var $Sum1299030016TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030016TextID </ID>
|
||||
<Value> $Sum1299030016TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + ""
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-03-0078.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201030078Tag = $12-01-03-0078.TAG
|
||||
EndIf
|
||||
Var $Sum1201030078TextValue !assigned GETS($Sum1201030078Tag,"MSG")
|
||||
Var $Sum1201030078TextID !assigned GETS($Sum1201030078Tag,"TextID")
|
||||
If $Sum1201030078TextID != "" Then
|
||||
Var $Sum1201030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201030078TextValue = "" Then
|
||||
If $Sum1201030078TextID = "" Then
|
||||
Var $Sum1201030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201030078TextID </ID>
|
||||
<Value> $Sum1201030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Espresso_Oreo_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-03-0078.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221030078Tag = $12-21-03-0078.TAG
|
||||
EndIf
|
||||
Var $Sum1221030078TextValue !assigned GETS($Sum1221030078Tag,"MSG")
|
||||
Var $Sum1221030078TextID !assigned GETS($Sum1221030078Tag,"TextID")
|
||||
If $Sum1221030078TextID != "" Then
|
||||
Var $Sum1221030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221030078TextValue = "" Then
|
||||
If $Sum1221030078TextID = "" Then
|
||||
Var $Sum1221030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221030078TextID </ID>
|
||||
<Value> $Sum1221030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Espresso_Oreo_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030057 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0057.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030057Tag = $12-02-03-0057.TAG
|
||||
EndIf
|
||||
Var $Sum1202030057TextValue !assigned GETS($Sum1202030057Tag,"MSG")
|
||||
Var $Sum1202030057TextID !assigned GETS($Sum1202030057Tag,"TextID")
|
||||
If $Sum1202030057TextID != "" Then
|
||||
Var $Sum1202030057TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030057TextValue = "" Then
|
||||
If $Sum1202030057TextID = "" Then
|
||||
Var $Sum1202030057TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030057TextID </ID>
|
||||
<Value> $Sum1202030057TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_GreenTea_Oreo_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030058Tag = $12-02-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1202030058TextValue !assigned GETS($Sum1202030058Tag,"MSG")
|
||||
Var $Sum1202030058TextID !assigned GETS($Sum1202030058Tag,"TextID")
|
||||
If $Sum1202030058TextID != "" Then
|
||||
Var $Sum1202030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030058TextValue = "" Then
|
||||
If $Sum1202030058TextID = "" Then
|
||||
Var $Sum1202030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030058TextID </ID>
|
||||
<Value> $Sum1202030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_ThaiTea_Oreo_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030058Tag = $12-03-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1203030058TextValue !assigned GETS($Sum1203030058Tag,"MSG")
|
||||
Var $Sum1203030058TextID !assigned GETS($Sum1203030058Tag,"TextID")
|
||||
If $Sum1203030058TextID != "" Then
|
||||
Var $Sum1203030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030058TextValue = "" Then
|
||||
If $Sum1203030058TextID = "" Then
|
||||
Var $Sum1203030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030058TextID </ID>
|
||||
<Value> $Sum1203030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0011.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030011Tag = $12-03-03-0011.TAG
|
||||
EndIf
|
||||
Var $Sum1203030011TextValue !assigned GETS($Sum1203030011Tag,"MSG")
|
||||
Var $Sum1203030011TextID !assigned GETS($Sum1203030011Tag,"TextID")
|
||||
If $Sum1203030011TextID != "" Then
|
||||
Var $Sum1203030011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030011TextValue = "" Then
|
||||
If $Sum1203030011TextID = "" Then
|
||||
Var $Sum1203030011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030011TextID </ID>
|
||||
<Value> $Sum1203030011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrymilk_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0059.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030059Tag = $12-03-03-0059.TAG
|
||||
EndIf
|
||||
Var $Sum1203030059TextValue !assigned GETS($Sum1203030059Tag,"MSG")
|
||||
Var $Sum1203030059TextID !assigned GETS($Sum1203030059Tag,"TextID")
|
||||
If $Sum1203030059TextID != "" Then
|
||||
Var $Sum1203030059TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030059TextValue = "" Then
|
||||
If $Sum1203030059TextID = "" Then
|
||||
Var $Sum1203030059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030059TextID </ID>
|
||||
<Value> $Sum1203030059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_cocoa_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202030062 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-03-0062.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202030062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202030062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202030062Tag = $12-02-03-0062.TAG
|
||||
EndIf
|
||||
Var $Sum1202030062TextValue !assigned GETS($Sum1202030062Tag,"MSG")
|
||||
Var $Sum1202030062TextID !assigned GETS($Sum1202030062Tag,"TextID")
|
||||
If $Sum1202030062TextID != "" Then
|
||||
Var $Sum1202030062TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202030062TextValue = "" Then
|
||||
If $Sum1202030062TextID = "" Then
|
||||
Var $Sum1202030062TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202030062TextID </ID>
|
||||
<Value> $Sum1202030062TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_thai_tea_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0004.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030004Tag = $12-03-03-0004.TAG
|
||||
EndIf
|
||||
Var $Sum1203030004TextValue !assigned GETS($Sum1203030004Tag,"MSG")
|
||||
Var $Sum1203030004TextID !assigned GETS($Sum1203030004Tag,"TextID")
|
||||
If $Sum1203030004TextID != "" Then
|
||||
Var $Sum1203030004TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030004TextValue = "" Then
|
||||
If $Sum1203030004TextID = "" Then
|
||||
Var $Sum1203030004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030004TextID </ID>
|
||||
<Value> $Sum1203030004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_cocoa_caramel_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030010Tag = $12-03-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1203030010TextValue !assigned GETS($Sum1203030010Tag,"MSG")
|
||||
Var $Sum1203030010TextID !assigned GETS($Sum1203030010Tag,"TextID")
|
||||
If $Sum1203030010TextID != "" Then
|
||||
Var $Sum1203030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030010TextValue = "" Then
|
||||
If $Sum1203030010TextID = "" Then
|
||||
Var $Sum1203030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030010TextID </ID>
|
||||
<Value> $Sum1203030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrycocoa_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030032 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0032.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030032Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030032Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030032Tag = $12-03-03-0032.TAG
|
||||
EndIf
|
||||
Var $Sum1203030032TextValue !assigned GETS($Sum1203030032Tag,"MSG")
|
||||
Var $Sum1203030032TextID !assigned GETS($Sum1203030032Tag,"TextID")
|
||||
If $Sum1203030032TextID != "" Then
|
||||
Var $Sum1203030032TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030032TextValue = "" Then
|
||||
If $Sum1203030032TextID = "" Then
|
||||
Var $Sum1203030032TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030032TextID </ID>
|
||||
<Value> $Sum1203030032TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0067.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030067Tag = $12-03-03-0067.TAG
|
||||
EndIf
|
||||
Var $Sum1203030067TextValue !assigned GETS($Sum1203030067Tag,"MSG")
|
||||
Var $Sum1203030067TextID !assigned GETS($Sum1203030067Tag,"TextID")
|
||||
If $Sum1203030067TextID != "" Then
|
||||
Var $Sum1203030067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030067TextValue = "" Then
|
||||
If $Sum1203030067TextID = "" Then
|
||||
Var $Sum1203030067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030067TextID </ID>
|
||||
<Value> $Sum1203030067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_super_cocoa_x3_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2551,6 +2911,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1203030065 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-03-03-0065.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1203030065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1203030065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1203030065Tag = $12-03-03-0065.TAG
|
||||
EndIf
|
||||
Var $Sum1203030065TextValue !assigned GETS($Sum1203030065Tag,"MSG")
|
||||
Var $Sum1203030065TextID !assigned GETS($Sum1203030065Tag,"TextID")
|
||||
If $Sum1203030065TextID != "" Then
|
||||
Var $Sum1203030065TextValue = ""
|
||||
EndIf
|
||||
If $Sum1203030065TextValue = "" Then
|
||||
If $Sum1203030065TextID = "" Then
|
||||
Var $Sum1203030065TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1203030065TextID </ID>
|
||||
<Value> $Sum1203030065TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_super_cocoa_x2_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2748,6 +3138,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020041 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0041.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020041Tag = $12-01-02-0041.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020041TextValue !assigned GETS($Sum1201020041Tag,"MSG")
|
||||
Var $Sum1201020041TextID !assigned GETS($Sum1201020041Tag,"TextID")
|
||||
If $Sum1201020041TextID != "" Then
|
||||
Var $Sum1201020041TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020041TextValue = "" Then
|
||||
If $Sum1201020041TextID = "" Then
|
||||
Var $Sum1201020041TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020041TextID </ID>
|
||||
<Value> $Sum1201020041TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_americano_soda_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2945,6 +3365,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1221020041 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-21-02-0041.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1221020041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1221020041Tag = $12-21-02-0041.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1221020041Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1221020041TextValue !assigned GETS($Sum1221020041Tag,"MSG")
|
||||
Var $Sum1221020041TextID !assigned GETS($Sum1221020041Tag,"TextID")
|
||||
If $Sum1221020041TextID != "" Then
|
||||
Var $Sum1221020041TextValue = ""
|
||||
EndIf
|
||||
If $Sum1221020041TextValue = "" Then
|
||||
If $Sum1221020041TextID = "" Then
|
||||
Var $Sum1221020041TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1221020041TextID </ID>
|
||||
<Value> $Sum1221020041TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_americano_soda_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3142,6 +3592,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205030127 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-03-0127.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205030127Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205030127Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205030127Tag = $12-05-03-0127.TAG
|
||||
EndIf
|
||||
Var $Sum1205030127TextValue !assigned GETS($Sum1205030127Tag,"MSG")
|
||||
Var $Sum1205030127TextID !assigned GETS($Sum1205030127Tag,"TextID")
|
||||
If $Sum1205030127TextID != "" Then
|
||||
Var $Sum1205030127TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205030127TextValue = "" Then
|
||||
If $Sum1205030127TextID = "" Then
|
||||
Var $Sum1205030127TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205030127TextID </ID>
|
||||
<Value> $Sum1205030127TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Jemila_smoothie_weekday_discount.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030074 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0074.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030074Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030074Tag = $12-99-03-0074.TAG
|
||||
EndIf
|
||||
Var $Sum1299030074TextValue !assigned GETS($Sum1299030074Tag,"MSG")
|
||||
Var $Sum1299030074TextID !assigned GETS($Sum1299030074Tag,"TextID")
|
||||
If $Sum1299030074TextID != "" Then
|
||||
Var $Sum1299030074TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030074TextValue = "" Then
|
||||
If $Sum1299030074TextID = "" Then
|
||||
Var $Sum1299030074TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030074TextID </ID>
|
||||
<Value> $Sum1299030074TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Espresso_Oreo_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030075 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0075.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030075Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030075Tag = $12-99-03-0075.TAG
|
||||
EndIf
|
||||
Var $Sum1299030075TextValue !assigned GETS($Sum1299030075Tag,"MSG")
|
||||
Var $Sum1299030075TextID !assigned GETS($Sum1299030075Tag,"TextID")
|
||||
If $Sum1299030075TextID != "" Then
|
||||
Var $Sum1299030075TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030075TextValue = "" Then
|
||||
If $Sum1299030075TextID = "" Then
|
||||
Var $Sum1299030075TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030075TextID </ID>
|
||||
<Value> $Sum1299030075TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Espresso_Oreo_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030076 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0076.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030076Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030076Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030076Tag = $12-99-03-0076.TAG
|
||||
EndIf
|
||||
Var $Sum1299030076TextValue !assigned GETS($Sum1299030076Tag,"MSG")
|
||||
Var $Sum1299030076TextID !assigned GETS($Sum1299030076Tag,"TextID")
|
||||
If $Sum1299030076TextID != "" Then
|
||||
Var $Sum1299030076TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030076TextValue = "" Then
|
||||
If $Sum1299030076TextID = "" Then
|
||||
Var $Sum1299030076TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030076TextID </ID>
|
||||
<Value> $Sum1299030076TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_GreenTea_Oreo_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030077 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0077.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030077Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030077Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030077Tag = $12-99-03-0077.TAG
|
||||
EndIf
|
||||
Var $Sum1299030077TextValue !assigned GETS($Sum1299030077Tag,"MSG")
|
||||
Var $Sum1299030077TextID !assigned GETS($Sum1299030077Tag,"TextID")
|
||||
If $Sum1299030077TextID != "" Then
|
||||
Var $Sum1299030077TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030077TextValue = "" Then
|
||||
If $Sum1299030077TextID = "" Then
|
||||
Var $Sum1299030077TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030077TextID </ID>
|
||||
<Value> $Sum1299030077TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_ThaiTea_Oreo_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030058 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0058.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030058Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030058Tag = $12-99-03-0058.TAG
|
||||
EndIf
|
||||
Var $Sum1299030058TextValue !assigned GETS($Sum1299030058Tag,"MSG")
|
||||
Var $Sum1299030058TextID !assigned GETS($Sum1299030058Tag,"TextID")
|
||||
If $Sum1299030058TextID != "" Then
|
||||
Var $Sum1299030058TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030058TextValue = "" Then
|
||||
If $Sum1299030058TextID = "" Then
|
||||
Var $Sum1299030058TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030058TextID </ID>
|
||||
<Value> $Sum1299030058TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0011.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030011Tag = $12-99-03-0011.TAG
|
||||
EndIf
|
||||
Var $Sum1299030011TextValue !assigned GETS($Sum1299030011Tag,"MSG")
|
||||
Var $Sum1299030011TextID !assigned GETS($Sum1299030011Tag,"TextID")
|
||||
If $Sum1299030011TextID != "" Then
|
||||
Var $Sum1299030011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030011TextValue = "" Then
|
||||
If $Sum1299030011TextID = "" Then
|
||||
Var $Sum1299030011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030011TextID </ID>
|
||||
<Value> $Sum1299030011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrymilk_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1369,6 +1549,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030059 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0059.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030059Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030059Tag = $12-99-03-0059.TAG
|
||||
EndIf
|
||||
Var $Sum1299030059TextValue !assigned GETS($Sum1299030059Tag,"MSG")
|
||||
Var $Sum1299030059TextID !assigned GETS($Sum1299030059Tag,"TextID")
|
||||
If $Sum1299030059TextID != "" Then
|
||||
Var $Sum1299030059TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030059TextValue = "" Then
|
||||
If $Sum1299030059TextID = "" Then
|
||||
Var $Sum1299030059TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030059TextID </ID>
|
||||
<Value> $Sum1299030059TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_cocoa_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1566,6 +1776,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030062 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0062.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030062Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030062Tag = $12-99-03-0062.TAG
|
||||
EndIf
|
||||
Var $Sum1299030062TextValue !assigned GETS($Sum1299030062Tag,"MSG")
|
||||
Var $Sum1299030062TextID !assigned GETS($Sum1299030062Tag,"TextID")
|
||||
If $Sum1299030062TextID != "" Then
|
||||
Var $Sum1299030062TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030062TextValue = "" Then
|
||||
If $Sum1299030062TextID = "" Then
|
||||
Var $Sum1299030062TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030062TextID </ID>
|
||||
<Value> $Sum1299030062TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_coconut_thai_tea_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1763,6 +2003,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0004.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030004Tag = $12-99-03-0004.TAG
|
||||
EndIf
|
||||
Var $Sum1299030004TextValue !assigned GETS($Sum1299030004Tag,"MSG")
|
||||
Var $Sum1299030004TextID !assigned GETS($Sum1299030004Tag,"TextID")
|
||||
If $Sum1299030004TextID != "" Then
|
||||
Var $Sum1299030004TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030004TextValue = "" Then
|
||||
If $Sum1299030004TextID = "" Then
|
||||
Var $Sum1299030004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030004TextID </ID>
|
||||
<Value> $Sum1299030004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_cocoa_caramel_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1960,6 +2230,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030010Tag = $12-99-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1299030010TextValue !assigned GETS($Sum1299030010Tag,"MSG")
|
||||
Var $Sum1299030010TextID !assigned GETS($Sum1299030010Tag,"TextID")
|
||||
If $Sum1299030010TextID != "" Then
|
||||
Var $Sum1299030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030010TextValue = "" Then
|
||||
If $Sum1299030010TextID = "" Then
|
||||
Var $Sum1299030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030010TextID </ID>
|
||||
<Value> $Sum1299030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberrycocoa_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2157,6 +2457,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030032 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0032.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030032Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030032Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030032Tag = $12-99-03-0032.TAG
|
||||
EndIf
|
||||
Var $Sum1299030032TextValue !assigned GETS($Sum1299030032Tag,"MSG")
|
||||
Var $Sum1299030032TextID !assigned GETS($Sum1299030032Tag,"TextID")
|
||||
If $Sum1299030032TextID != "" Then
|
||||
Var $Sum1299030032TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030032TextValue = "" Then
|
||||
If $Sum1299030032TextID = "" Then
|
||||
Var $Sum1299030032TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030032TextID </ID>
|
||||
<Value> $Sum1299030032TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_super_oreo_volcano_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2354,6 +2684,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030067 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0067.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030067Tag = $12-99-03-0067.TAG
|
||||
EndIf
|
||||
Var $Sum1299030067TextValue !assigned GETS($Sum1299030067Tag,"MSG")
|
||||
Var $Sum1299030067TextID !assigned GETS($Sum1299030067Tag,"TextID")
|
||||
If $Sum1299030067TextID != "" Then
|
||||
Var $Sum1299030067TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030067TextValue = "" Then
|
||||
If $Sum1299030067TextID = "" Then
|
||||
Var $Sum1299030067TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030067TextID </ID>
|
||||
<Value> $Sum1299030067TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_super_cocoa_x3_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2551,6 +2911,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030065 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0065.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030065Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030065Tag = $12-99-03-0065.TAG
|
||||
EndIf
|
||||
Var $Sum1299030065TextValue !assigned GETS($Sum1299030065Tag,"MSG")
|
||||
Var $Sum1299030065TextID !assigned GETS($Sum1299030065Tag,"TextID")
|
||||
If $Sum1299030065TextID != "" Then
|
||||
Var $Sum1299030065TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030065TextValue = "" Then
|
||||
If $Sum1299030065TextID = "" Then
|
||||
Var $Sum1299030065TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030065TextID </ID>
|
||||
<Value> $Sum1299030065TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_super_cocoa_x2_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2748,6 +3138,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030078 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0078.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030078Tag = $12-99-03-0078.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030078Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299030078TextValue !assigned GETS($Sum1299030078Tag,"MSG")
|
||||
Var $Sum1299030078TextID !assigned GETS($Sum1299030078Tag,"TextID")
|
||||
If $Sum1299030078TextID != "" Then
|
||||
Var $Sum1299030078TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030078TextValue = "" Then
|
||||
If $Sum1299030078TextID = "" Then
|
||||
Var $Sum1299030078TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030078TextID </ID>
|
||||
<Value> $Sum1299030078TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_americano_soda_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2945,6 +3365,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030079 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0079.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030079Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030079Tag = $12-99-03-0079.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030079Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299030079TextValue !assigned GETS($Sum1299030079Tag,"MSG")
|
||||
Var $Sum1299030079TextID !assigned GETS($Sum1299030079Tag,"TextID")
|
||||
If $Sum1299030079TextID != "" Then
|
||||
Var $Sum1299030079TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030079TextValue = "" Then
|
||||
If $Sum1299030079TextID = "" Then
|
||||
Var $Sum1299030079TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030079TextID </ID>
|
||||
<Value> $Sum1299030079TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_americano_soda_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3142,6 +3592,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030127 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0127.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030127Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030127Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030127Tag = $12-99-03-0127.TAG
|
||||
EndIf
|
||||
Var $Sum1299030127TextValue !assigned GETS($Sum1299030127Tag,"MSG")
|
||||
Var $Sum1299030127TextID !assigned GETS($Sum1299030127Tag,"TextID")
|
||||
If $Sum1299030127TextID != "" Then
|
||||
Var $Sum1299030127TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030127TextValue = "" Then
|
||||
If $Sum1299030127TextID = "" Then
|
||||
Var $Sum1299030127TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030127TextID </ID>
|
||||
<Value> $Sum1299030127TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Jemila_smoothie_weekday_discount_event_on.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -186,6 +186,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0001.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030001Tag = $12-41-03-0001.TAG
|
||||
EndIf
|
||||
Var $Sum1241030001TextValue !assigned GETS($Sum1241030001Tag,"MSG")
|
||||
Var $Sum1241030001TextID !assigned GETS($Sum1241030001Tag,"TextID")
|
||||
If $Sum1241030001TextID != "" Then
|
||||
Var $Sum1241030001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030001TextValue = "" Then
|
||||
If $Sum1241030001TextID = "" Then
|
||||
Var $Sum1241030001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030001TextID </ID>
|
||||
<Value> $Sum1241030001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Original.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -383,6 +413,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0002.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030002Tag = $12-41-03-0002.TAG
|
||||
EndIf
|
||||
Var $Sum1241030002TextValue !assigned GETS($Sum1241030002Tag,"MSG")
|
||||
Var $Sum1241030002TextID !assigned GETS($Sum1241030002Tag,"TextID")
|
||||
If $Sum1241030002TextID != "" Then
|
||||
Var $Sum1241030002TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030002TextValue = "" Then
|
||||
If $Sum1241030002TextID = "" Then
|
||||
Var $Sum1241030002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030002TextID </ID>
|
||||
<Value> $Sum1241030002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Oreo.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -580,6 +640,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0003.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030003Tag = $12-41-03-0003.TAG
|
||||
EndIf
|
||||
Var $Sum1241030003TextValue !assigned GETS($Sum1241030003Tag,"MSG")
|
||||
Var $Sum1241030003TextID !assigned GETS($Sum1241030003Tag,"TextID")
|
||||
If $Sum1241030003TextID != "" Then
|
||||
Var $Sum1241030003TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030003TextValue = "" Then
|
||||
If $Sum1241030003TextID = "" Then
|
||||
Var $Sum1241030003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030003TextID </ID>
|
||||
<Value> $Sum1241030003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Biskit.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -777,6 +867,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0004.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030004Tag = $12-41-03-0004.TAG
|
||||
EndIf
|
||||
Var $Sum1241030004TextValue !assigned GETS($Sum1241030004Tag,"MSG")
|
||||
Var $Sum1241030004TextID !assigned GETS($Sum1241030004Tag,"TextID")
|
||||
If $Sum1241030004TextID != "" Then
|
||||
Var $Sum1241030004TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030004TextValue = "" Then
|
||||
If $Sum1241030004TextID = "" Then
|
||||
Var $Sum1241030004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030004TextID </ID>
|
||||
<Value> $Sum1241030004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_strawberry.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -974,6 +1094,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030005 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0005.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030005Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030005Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030005Tag = $12-41-03-0005.TAG
|
||||
EndIf
|
||||
Var $Sum1241030005TextValue !assigned GETS($Sum1241030005Tag,"MSG")
|
||||
Var $Sum1241030005TextID !assigned GETS($Sum1241030005Tag,"TextID")
|
||||
If $Sum1241030005TextID != "" Then
|
||||
Var $Sum1241030005TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030005TextValue = "" Then
|
||||
If $Sum1241030005TextID = "" Then
|
||||
Var $Sum1241030005TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030005TextID </ID>
|
||||
<Value> $Sum1241030005TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Original-1.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1171,6 +1321,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030006 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0006.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030006Tag = $12-41-03-0006.TAG
|
||||
EndIf
|
||||
Var $Sum1241030006TextValue !assigned GETS($Sum1241030006Tag,"MSG")
|
||||
Var $Sum1241030006TextID !assigned GETS($Sum1241030006Tag,"TextID")
|
||||
If $Sum1241030006TextID != "" Then
|
||||
Var $Sum1241030006TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030006TextValue = "" Then
|
||||
If $Sum1241030006TextID = "" Then
|
||||
Var $Sum1241030006TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030006TextID </ID>
|
||||
<Value> $Sum1241030006TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Matcha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1368,6 +1548,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030007 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0007.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030007Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030007Tag = $12-41-03-0007.TAG
|
||||
EndIf
|
||||
Var $Sum1241030007TextValue !assigned GETS($Sum1241030007Tag,"MSG")
|
||||
Var $Sum1241030007TextID !assigned GETS($Sum1241030007Tag,"TextID")
|
||||
If $Sum1241030007TextID != "" Then
|
||||
Var $Sum1241030007TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030007TextValue = "" Then
|
||||
If $Sum1241030007TextID = "" Then
|
||||
Var $Sum1241030007TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030007TextID </ID>
|
||||
<Value> $Sum1241030007TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Melon.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1565,6 +1775,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030008 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0008.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030008Tag = $12-41-03-0008.TAG
|
||||
EndIf
|
||||
Var $Sum1241030008TextValue !assigned GETS($Sum1241030008Tag,"MSG")
|
||||
Var $Sum1241030008TextID !assigned GETS($Sum1241030008Tag,"TextID")
|
||||
If $Sum1241030008TextID != "" Then
|
||||
Var $Sum1241030008TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030008TextValue = "" Then
|
||||
If $Sum1241030008TextID = "" Then
|
||||
Var $Sum1241030008TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030008TextID </ID>
|
||||
<Value> $Sum1241030008TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Caramel.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1762,6 +2002,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030009 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0009.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030009Tag = $12-41-03-0009.TAG
|
||||
EndIf
|
||||
Var $Sum1241030009TextValue !assigned GETS($Sum1241030009Tag,"MSG")
|
||||
Var $Sum1241030009TextID !assigned GETS($Sum1241030009Tag,"TextID")
|
||||
If $Sum1241030009TextID != "" Then
|
||||
Var $Sum1241030009TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030009TextValue = "" Then
|
||||
If $Sum1241030009TextID = "" Then
|
||||
Var $Sum1241030009TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030009TextID </ID>
|
||||
<Value> $Sum1241030009TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Orange.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1959,6 +2229,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0010.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030010Tag = $12-41-03-0010.TAG
|
||||
EndIf
|
||||
Var $Sum1241030010TextValue !assigned GETS($Sum1241030010Tag,"MSG")
|
||||
Var $Sum1241030010TextID !assigned GETS($Sum1241030010Tag,"TextID")
|
||||
If $Sum1241030010TextID != "" Then
|
||||
Var $Sum1241030010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030010TextValue = "" Then
|
||||
If $Sum1241030010TextID = "" Then
|
||||
Var $Sum1241030010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030010TextID </ID>
|
||||
<Value> $Sum1241030010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Mint.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2156,6 +2456,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0011.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030011Tag = $12-41-03-0011.TAG
|
||||
EndIf
|
||||
Var $Sum1241030011TextValue !assigned GETS($Sum1241030011Tag,"MSG")
|
||||
Var $Sum1241030011TextID !assigned GETS($Sum1241030011Tag,"TextID")
|
||||
If $Sum1241030011TextID != "" Then
|
||||
Var $Sum1241030011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030011TextValue = "" Then
|
||||
If $Sum1241030011TextID = "" Then
|
||||
Var $Sum1241030011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030011TextID </ID>
|
||||
<Value> $Sum1241030011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Peach.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2353,6 +2683,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030012 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0012.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030012Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030012Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030012Tag = $12-41-03-0012.TAG
|
||||
EndIf
|
||||
Var $Sum1241030012TextValue !assigned GETS($Sum1241030012Tag,"MSG")
|
||||
Var $Sum1241030012TextID !assigned GETS($Sum1241030012Tag,"TextID")
|
||||
If $Sum1241030012TextID != "" Then
|
||||
Var $Sum1241030012TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030012TextValue = "" Then
|
||||
If $Sum1241030012TextID = "" Then
|
||||
Var $Sum1241030012TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030012TextID </ID>
|
||||
<Value> $Sum1241030012TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Coffee.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2550,6 +2910,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030013 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0013.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030013Tag = $12-41-03-0013.TAG
|
||||
EndIf
|
||||
Var $Sum1241030013TextValue !assigned GETS($Sum1241030013Tag,"MSG")
|
||||
Var $Sum1241030013TextID !assigned GETS($Sum1241030013Tag,"TextID")
|
||||
If $Sum1241030013TextID != "" Then
|
||||
Var $Sum1241030013TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030013TextValue = "" Then
|
||||
If $Sum1241030013TextID = "" Then
|
||||
Var $Sum1241030013TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030013TextID </ID>
|
||||
<Value> $Sum1241030013TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Thai_Tea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2747,6 +3137,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030016 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0016.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030016Tag = $12-41-03-0016.TAG
|
||||
EndIf
|
||||
Var $Sum1241030016TextValue !assigned GETS($Sum1241030016Tag,"MSG")
|
||||
Var $Sum1241030016TextID !assigned GETS($Sum1241030016Tag,"TextID")
|
||||
If $Sum1241030016TextID != "" Then
|
||||
Var $Sum1241030016TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030016TextValue = "" Then
|
||||
If $Sum1241030016TextID = "" Then
|
||||
Var $Sum1241030016TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030016TextID </ID>
|
||||
<Value> $Sum1241030016TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Lime.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2944,6 +3364,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030018 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0018.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030018Tag = $12-41-03-0018.TAG
|
||||
EndIf
|
||||
Var $Sum1241030018TextValue !assigned GETS($Sum1241030018Tag,"MSG")
|
||||
Var $Sum1241030018TextID !assigned GETS($Sum1241030018Tag,"TextID")
|
||||
If $Sum1241030018TextID != "" Then
|
||||
Var $Sum1241030018TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030018TextValue = "" Then
|
||||
If $Sum1241030018TextID = "" Then
|
||||
Var $Sum1241030018TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030018TextID </ID>
|
||||
<Value> $Sum1241030018TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Slushy.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3141,6 +3591,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030021 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0021.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030021Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030021Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030021Tag = $12-41-03-0021.TAG
|
||||
EndIf
|
||||
Var $Sum1241030021TextValue !assigned GETS($Sum1241030021Tag,"MSG")
|
||||
Var $Sum1241030021TextID !assigned GETS($Sum1241030021Tag,"TextID")
|
||||
If $Sum1241030021TextID != "" Then
|
||||
Var $Sum1241030021TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030021TextValue = "" Then
|
||||
If $Sum1241030021TextID = "" Then
|
||||
Var $Sum1241030021TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030021TextID </ID>
|
||||
<Value> $Sum1241030021TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Lychee.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3338,6 +3818,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030022 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0022.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030022Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030022Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030022Tag = $12-41-03-0022.TAG
|
||||
EndIf
|
||||
Var $Sum1241030022TextValue !assigned GETS($Sum1241030022Tag,"MSG")
|
||||
Var $Sum1241030022TextID !assigned GETS($Sum1241030022Tag,"TextID")
|
||||
If $Sum1241030022TextID != "" Then
|
||||
Var $Sum1241030022TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030022TextValue = "" Then
|
||||
If $Sum1241030022TextID = "" Then
|
||||
Var $Sum1241030022TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030022TextID </ID>
|
||||
<Value> $Sum1241030022TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Banana.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3535,6 +4045,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030023 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0023.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030023Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030023Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030023Tag = $12-41-03-0023.TAG
|
||||
EndIf
|
||||
Var $Sum1241030023TextValue !assigned GETS($Sum1241030023Tag,"MSG")
|
||||
Var $Sum1241030023TextID !assigned GETS($Sum1241030023Tag,"TextID")
|
||||
If $Sum1241030023TextID != "" Then
|
||||
Var $Sum1241030023TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030023TextValue = "" Then
|
||||
If $Sum1241030023TextID = "" Then
|
||||
Var $Sum1241030023TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030023TextID </ID>
|
||||
<Value> $Sum1241030023TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_Jasmine.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3732,6 +4272,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1241030029 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-41-03-0029.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1241030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1241030029Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1241030029Tag = $12-41-03-0029.TAG
|
||||
EndIf
|
||||
Var $Sum1241030029TextValue !assigned GETS($Sum1241030029Tag,"MSG")
|
||||
Var $Sum1241030029TextID !assigned GETS($Sum1241030029Tag,"TextID")
|
||||
If $Sum1241030029TextID != "" Then
|
||||
Var $Sum1241030029TextValue = ""
|
||||
EndIf
|
||||
If $Sum1241030029TextValue = "" Then
|
||||
If $Sum1241030029TextID = "" Then
|
||||
Var $Sum1241030029TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1241030029TextID </ID>
|
||||
<Value> $Sum1241030029TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_TAOTIM_7up.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -187,6 +187,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020053 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0053.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020053Tag = $12-01-02-0053.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020053Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020053TextValue !assigned GETS($Sum1201020053Tag,"MSG")
|
||||
Var $Sum1201020053TextID !assigned GETS($Sum1201020053Tag,"TextID")
|
||||
If $Sum1201020053TextID != "" Then
|
||||
Var $Sum1201020053TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020053TextValue = "" Then
|
||||
If $Sum1201020053TextID = "" Then
|
||||
Var $Sum1201020053TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020053TextID </ID>
|
||||
<Value> $Sum1201020053TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_sexy_dance_americano.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -384,6 +414,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1201020054 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-01-02-0054.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1201020054Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1201020054Tag = $12-01-02-0054.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1201020054Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1201020054TextValue !assigned GETS($Sum1201020054Tag,"MSG")
|
||||
Var $Sum1201020054TextID !assigned GETS($Sum1201020054Tag,"TextID")
|
||||
If $Sum1201020054TextID != "" Then
|
||||
Var $Sum1201020054TextValue = ""
|
||||
EndIf
|
||||
If $Sum1201020054TextValue = "" Then
|
||||
If $Sum1201020054TextID = "" Then
|
||||
Var $Sum1201020054TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1201020054TextID </ID>
|
||||
<Value> $Sum1201020054TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_snake_wife_americano.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -581,6 +641,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020043 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0043.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020043Tag = $12-02-02-0043.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020043Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020043TextValue !assigned GETS($Sum1202020043Tag,"MSG")
|
||||
Var $Sum1202020043TextID !assigned GETS($Sum1202020043Tag,"TextID")
|
||||
If $Sum1202020043TextID != "" Then
|
||||
Var $Sum1202020043TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020043TextValue = "" Then
|
||||
If $Sum1202020043TextID = "" Then
|
||||
Var $Sum1202020043TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020043TextID </ID>
|
||||
<Value> $Sum1202020043TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Papong_Tea_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -778,6 +868,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1202020044 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-02-02-0044.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1202020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1202020044Tag = $12-02-02-0044.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1202020044Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1202020044TextValue !assigned GETS($Sum1202020044Tag,"MSG")
|
||||
Var $Sum1202020044TextID !assigned GETS($Sum1202020044Tag,"TextID")
|
||||
If $Sum1202020044TextID != "" Then
|
||||
Var $Sum1202020044TextValue = ""
|
||||
EndIf
|
||||
If $Sum1202020044TextValue = "" Then
|
||||
If $Sum1202020044TextID = "" Then
|
||||
Var $Sum1202020044TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1202020044TextID </ID>
|
||||
<Value> $Sum1202020044TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Matcha_Haunted_House.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -975,6 +1095,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020055 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0055.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020055Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020055Tag = $12-05-02-0055.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020055Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020055TextValue !assigned GETS($Sum1205020055Tag,"MSG")
|
||||
Var $Sum1205020055TextID !assigned GETS($Sum1205020055Tag,"TextID")
|
||||
If $Sum1205020055TextID != "" Then
|
||||
Var $Sum1205020055TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020055TextValue = "" Then
|
||||
If $Sum1205020055TextID = "" Then
|
||||
Var $Sum1205020055TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020055TextID </ID>
|
||||
<Value> $Sum1205020055TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Wishing_Tree_Soda.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1172,6 +1322,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1205020056 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-05-02-0056.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1205020056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1205020056Tag = $12-05-02-0056.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1205020056Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1205020056TextValue !assigned GETS($Sum1205020056Tag,"MSG")
|
||||
Var $Sum1205020056TextID !assigned GETS($Sum1205020056Tag,"TextID")
|
||||
If $Sum1205020056TextID != "" Then
|
||||
Var $Sum1205020056TextValue = ""
|
||||
EndIf
|
||||
If $Sum1205020056TextValue = "" Then
|
||||
If $Sum1205020056TextID = "" Then
|
||||
Var $Sum1205020056TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1205020056TextID </ID>
|
||||
<Value> $Sum1205020056TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_bucket_popsicle_pepsi.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -241,6 +241,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020001 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0001.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020001Tag = $12-04-02-0001.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020001Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020001TextValue !assigned GETS($Sum1204020001Tag,"MSG")
|
||||
Var $Sum1204020001TextID !assigned GETS($Sum1204020001Tag,"TextID")
|
||||
If $Sum1204020001TextID != "" Then
|
||||
Var $Sum1204020001TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020001TextValue = "" Then
|
||||
If $Sum1204020001TextID = "" Then
|
||||
Var $Sum1204020001TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020001TextID </ID>
|
||||
<Value> $Sum1204020001TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Matcha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -438,6 +468,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020016 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0016.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020016Tag = $12-04-02-0016.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020016Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020016TextValue !assigned GETS($Sum1204020016Tag,"MSG")
|
||||
Var $Sum1204020016TextID !assigned GETS($Sum1204020016Tag,"TextID")
|
||||
If $Sum1204020016TextID != "" Then
|
||||
Var $Sum1204020016TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020016TextValue = "" Then
|
||||
If $Sum1204020016TextID = "" Then
|
||||
Var $Sum1204020016TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020016TextID </ID>
|
||||
<Value> $Sum1204020016TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Matcha.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -635,6 +695,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020002 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0002.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020002Tag = $12-04-02-0002.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020002Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020002TextValue !assigned GETS($Sum1204020002Tag,"MSG")
|
||||
Var $Sum1204020002TextID !assigned GETS($Sum1204020002Tag,"TextID")
|
||||
If $Sum1204020002TextID != "" Then
|
||||
Var $Sum1204020002TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020002TextValue = "" Then
|
||||
If $Sum1204020002TextID = "" Then
|
||||
Var $Sum1204020002TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020002TextID </ID>
|
||||
<Value> $Sum1204020002TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Chocolate.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -832,6 +922,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020003 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0003.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020003Tag = $12-04-02-0003.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020003Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020003TextValue !assigned GETS($Sum1204020003Tag,"MSG")
|
||||
Var $Sum1204020003TextID !assigned GETS($Sum1204020003Tag,"TextID")
|
||||
If $Sum1204020003TextID != "" Then
|
||||
Var $Sum1204020003TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020003TextValue = "" Then
|
||||
If $Sum1204020003TextID = "" Then
|
||||
Var $Sum1204020003TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020003TextID </ID>
|
||||
<Value> $Sum1204020003TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Strawberry.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1029,6 +1149,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020013 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0013.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020013Tag = $12-04-02-0013.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020013Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020013TextValue !assigned GETS($Sum1204020013Tag,"MSG")
|
||||
Var $Sum1204020013TextID !assigned GETS($Sum1204020013Tag,"TextID")
|
||||
If $Sum1204020013TextID != "" Then
|
||||
Var $Sum1204020013TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020013TextValue = "" Then
|
||||
If $Sum1204020013TextID = "" Then
|
||||
Var $Sum1204020013TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020013TextID </ID>
|
||||
<Value> $Sum1204020013TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Strawberry.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1226,6 +1376,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020018 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0018.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020018Tag = $12-04-02-0018.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020018Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020018TextValue !assigned GETS($Sum1204020018Tag,"MSG")
|
||||
Var $Sum1204020018TextID !assigned GETS($Sum1204020018Tag,"TextID")
|
||||
If $Sum1204020018TextID != "" Then
|
||||
Var $Sum1204020018TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020018TextValue = "" Then
|
||||
If $Sum1204020018TextID = "" Then
|
||||
Var $Sum1204020018TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020018TextID </ID>
|
||||
<Value> $Sum1204020018TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_melon.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1423,6 +1603,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020004 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0004.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020004Tag = $12-04-02-0004.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020004Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020004TextValue !assigned GETS($Sum1204020004Tag,"MSG")
|
||||
Var $Sum1204020004TextID !assigned GETS($Sum1204020004Tag,"TextID")
|
||||
If $Sum1204020004TextID != "" Then
|
||||
Var $Sum1204020004TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020004TextValue = "" Then
|
||||
If $Sum1204020004TextID = "" Then
|
||||
Var $Sum1204020004TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020004TextID </ID>
|
||||
<Value> $Sum1204020004TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_espresso.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1620,6 +1830,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020005 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0005.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020005Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020005Tag = $12-04-02-0005.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020005Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020005TextValue !assigned GETS($Sum1204020005Tag,"MSG")
|
||||
Var $Sum1204020005TextID !assigned GETS($Sum1204020005Tag,"TextID")
|
||||
If $Sum1204020005TextID != "" Then
|
||||
Var $Sum1204020005TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020005TextValue = "" Then
|
||||
If $Sum1204020005TextID = "" Then
|
||||
Var $Sum1204020005TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020005TextID </ID>
|
||||
<Value> $Sum1204020005TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Thaitea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1817,6 +2057,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020015 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0015.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020015Tag = $12-04-02-0015.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020015Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020015TextValue !assigned GETS($Sum1204020015Tag,"MSG")
|
||||
Var $Sum1204020015TextID !assigned GETS($Sum1204020015Tag,"TextID")
|
||||
If $Sum1204020015TextID != "" Then
|
||||
Var $Sum1204020015TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020015TextValue = "" Then
|
||||
If $Sum1204020015TextID = "" Then
|
||||
Var $Sum1204020015TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020015TextID </ID>
|
||||
<Value> $Sum1204020015TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Thaitea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2014,6 +2284,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020055 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0055.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020055Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020055Tag = $12-04-02-0055.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020055Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020055TextValue !assigned GETS($Sum1204020055Tag,"MSG")
|
||||
Var $Sum1204020055TextID !assigned GETS($Sum1204020055Tag,"TextID")
|
||||
If $Sum1204020055TextID != "" Then
|
||||
Var $Sum1204020055TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020055TextValue = "" Then
|
||||
If $Sum1204020055TextID = "" Then
|
||||
Var $Sum1204020055TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020055TextID </ID>
|
||||
<Value> $Sum1204020055TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Thaitea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2211,6 +2511,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020006 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0006.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020006Tag = $12-04-02-0006.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020006Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020006TextValue !assigned GETS($Sum1204020006Tag,"MSG")
|
||||
Var $Sum1204020006TextID !assigned GETS($Sum1204020006Tag,"TextID")
|
||||
If $Sum1204020006TextID != "" Then
|
||||
Var $Sum1204020006TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020006TextValue = "" Then
|
||||
If $Sum1204020006TextID = "" Then
|
||||
Var $Sum1204020006TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020006TextID </ID>
|
||||
<Value> $Sum1204020006TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_kokuto.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2408,6 +2738,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020008 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0008.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020008Tag = $12-04-02-0008.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020008Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020008TextValue !assigned GETS($Sum1204020008Tag,"MSG")
|
||||
Var $Sum1204020008TextID !assigned GETS($Sum1204020008Tag,"TextID")
|
||||
If $Sum1204020008TextID != "" Then
|
||||
Var $Sum1204020008TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020008TextValue = "" Then
|
||||
If $Sum1204020008TextID = "" Then
|
||||
Var $Sum1204020008TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020008TextID </ID>
|
||||
<Value> $Sum1204020008TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Taiwantea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2605,6 +2965,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020017 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0017.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020017Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020017Tag = $12-04-02-0017.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020017Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020017TextValue !assigned GETS($Sum1204020017Tag,"MSG")
|
||||
Var $Sum1204020017TextID !assigned GETS($Sum1204020017Tag,"TextID")
|
||||
If $Sum1204020017TextID != "" Then
|
||||
Var $Sum1204020017TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020017TextValue = "" Then
|
||||
If $Sum1204020017TextID = "" Then
|
||||
Var $Sum1204020017TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020017TextID </ID>
|
||||
<Value> $Sum1204020017TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Taiwantea.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2802,6 +3192,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020009 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0009.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020009Tag = $12-04-02-0009.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020009Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020009TextValue !assigned GETS($Sum1204020009Tag,"MSG")
|
||||
Var $Sum1204020009TextID !assigned GETS($Sum1204020009Tag,"TextID")
|
||||
If $Sum1204020009TextID != "" Then
|
||||
Var $Sum1204020009TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020009TextValue = "" Then
|
||||
If $Sum1204020009TextID = "" Then
|
||||
Var $Sum1204020009TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020009TextID </ID>
|
||||
<Value> $Sum1204020009TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_caramel.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -2999,6 +3419,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020010 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0010.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020010Tag = $12-04-02-0010.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020010Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020010TextValue !assigned GETS($Sum1204020010Tag,"MSG")
|
||||
Var $Sum1204020010TextID !assigned GETS($Sum1204020010Tag,"TextID")
|
||||
If $Sum1204020010TextID != "" Then
|
||||
Var $Sum1204020010TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020010TextValue = "" Then
|
||||
If $Sum1204020010TextID = "" Then
|
||||
Var $Sum1204020010TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020010TextID </ID>
|
||||
<Value> $Sum1204020010TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_milk.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -3196,6 +3646,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1204020011 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-04-02-0011.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1204020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1204020011Tag = $12-04-02-0011.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1204020011Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1204020011TextValue !assigned GETS($Sum1204020011Tag,"MSG")
|
||||
Var $Sum1204020011TextID !assigned GETS($Sum1204020011Tag,"TextID")
|
||||
If $Sum1204020011TextID != "" Then
|
||||
Var $Sum1204020011TextValue = ""
|
||||
EndIf
|
||||
If $Sum1204020011TextValue = "" Then
|
||||
If $Sum1204020011TextID = "" Then
|
||||
Var $Sum1204020011TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1204020011TextID </ID>
|
||||
<Value> $Sum1204020011TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_isolated.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
|
|
@ -133,6 +133,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum129901004212990200441299030046 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-99-01-0042.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0044.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0046.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum129901004212990200441299030046Tag = $12-99-01-0042.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum129901004212990200441299030046Tag = $12-99-02-0044.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum129901004212990200441299030046Tag = $12-99-03-0046.TAG
|
||||
EndIf
|
||||
Var $Sum129901004212990200441299030046TextValue !assigned GETS($Sum129901004212990200441299030046Tag,"MSG")
|
||||
Var $Sum129901004212990200441299030046TextID !assigned GETS($Sum129901004212990200441299030046Tag,"TextID")
|
||||
If $Sum129901004212990200441299030046TextID != "" Then
|
||||
Var $Sum129901004212990200441299030046TextValue = ""
|
||||
EndIf
|
||||
If $Sum129901004212990200441299030046TextValue = "" Then
|
||||
If $Sum129901004212990200441299030046TextID = "" Then
|
||||
Var $Sum129901004212990200441299030046TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum129901004212990200441299030046TextID </ID>
|
||||
<Value> $Sum129901004212990200441299030046TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_motherday.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -330,6 +360,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum129901004312990200451299030047 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-99-01-0043.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0045.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0047.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum129901004312990200451299030047Tag = $12-99-01-0043.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum129901004312990200451299030047Tag = $12-99-02-0045.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum129901004312990200451299030047Tag = $12-99-03-0047.TAG
|
||||
EndIf
|
||||
Var $Sum129901004312990200451299030047TextValue !assigned GETS($Sum129901004312990200451299030047Tag,"MSG")
|
||||
Var $Sum129901004312990200451299030047TextID !assigned GETS($Sum129901004312990200451299030047Tag,"TextID")
|
||||
If $Sum129901004312990200451299030047TextID != "" Then
|
||||
Var $Sum129901004312990200451299030047TextValue = ""
|
||||
EndIf
|
||||
If $Sum129901004312990200451299030047TextValue = "" Then
|
||||
If $Sum129901004312990200451299030047TextID = "" Then
|
||||
Var $Sum129901004312990200451299030047TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum129901004312990200451299030047TextID </ID>
|
||||
<Value> $Sum129901004312990200451299030047TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_milk_tea_motherday.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -527,6 +587,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299030048 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-03-0048.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299030048Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299030048Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299030048Tag = $12-99-03-0048.TAG
|
||||
EndIf
|
||||
Var $Sum1299030048TextValue !assigned GETS($Sum1299030048Tag,"MSG")
|
||||
Var $Sum1299030048TextID !assigned GETS($Sum1299030048Tag,"TextID")
|
||||
If $Sum1299030048TextID != "" Then
|
||||
Var $Sum1299030048TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299030048TextValue = "" Then
|
||||
If $Sum1299030048TextID = "" Then
|
||||
Var $Sum1299030048TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299030048TextID </ID>
|
||||
<Value> $Sum1299030048TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_oreo_motherday.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -724,6 +814,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum12990100491299020050 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $12-99-01-0049.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-02-0050.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum12990100491299020050Tag = $12-99-01-0049.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum12990100491299020050Tag = $12-99-02-0050.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum12990100491299020050Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum12990100491299020050TextValue !assigned GETS($Sum12990100491299020050Tag,"MSG")
|
||||
Var $Sum12990100491299020050TextID !assigned GETS($Sum12990100491299020050Tag,"TextID")
|
||||
If $Sum12990100491299020050TextID != "" Then
|
||||
Var $Sum12990100491299020050TextValue = ""
|
||||
EndIf
|
||||
If $Sum12990100491299020050TextValue = "" Then
|
||||
If $Sum12990100491299020050TextID = "" Then
|
||||
Var $Sum12990100491299020050TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum12990100491299020050TextID </ID>
|
||||
<Value> $Sum12990100491299020050TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_lime_motherday.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -921,6 +1041,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050051 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0051.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050051Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050051Tag = $12-99-05-0051.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050051Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050051TextValue !assigned GETS($Sum1299050051Tag,"MSG")
|
||||
Var $Sum1299050051TextID !assigned GETS($Sum1299050051Tag,"TextID")
|
||||
If $Sum1299050051TextID != "" Then
|
||||
Var $Sum1299050051TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050051TextValue = "" Then
|
||||
If $Sum1299050051TextID = "" Then
|
||||
Var $Sum1299050051TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050051TextID </ID>
|
||||
<Value> $Sum1299050051TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_soda_motherday.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
@ -1118,6 +1268,36 @@
|
|||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<ConditionalDisable>
|
||||
<Script>
|
||||
If $Sum1299050052 = "Disable" Then
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag1_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $12-99-05-0052.TAG tag2_is_disable
|
||||
STRCONTAIN "STG=CLOSE" $##-##-##-####.TAG tag3_is_disable
|
||||
If tag1_is_disable = "true" Then
|
||||
Var $Sum1299050052Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
If tag2_is_disable = "true" Then
|
||||
Var $Sum1299050052Tag = $12-99-05-0052.TAG
|
||||
EndIf
|
||||
If tag3_is_disable = "true" Then
|
||||
Var $Sum1299050052Tag = $##-##-##-####.TAG
|
||||
EndIf
|
||||
Var $Sum1299050052TextValue !assigned GETS($Sum1299050052Tag,"MSG")
|
||||
Var $Sum1299050052TextID !assigned GETS($Sum1299050052Tag,"TextID")
|
||||
If $Sum1299050052TextID != "" Then
|
||||
Var $Sum1299050052TextValue = ""
|
||||
EndIf
|
||||
If $Sum1299050052TextValue = "" Then
|
||||
If $Sum1299050052TextID = "" Then
|
||||
Var $Sum1299050052TextID = "000013"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
</Script>
|
||||
<ID> $Sum1299050052TextID </ID>
|
||||
<Value> $Sum1299050052TextValue </Value>
|
||||
</ConditionalDisable>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_pepsi_jasmine_tea_motherday.png"
|
||||
GetInstanceIDMenuTab OpenFromInstMenuTab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue