#: locale=en ## Tour ### Description ### Title tour.name = The Mandala Hotel ## Skin ### Button Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5.label = Restaurant FACIL Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5.pressedLabel = Restaurant FACIL Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5_mobile.label = Restaurant FACIL Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5_mobile.pressedLabel = Restaurant FACIL Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822.label = Boardroom Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822.pressedLabel = Boardroom Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822_mobile.label = Boardroom Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822_mobile.pressedLabel = Boardroom Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335.label = QIU Bar Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335.pressedLabel = QIU Bar Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335_mobile.label = QIU Bar Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335_mobile.pressedLabel = QIU Bar Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE.label = Mandala Room Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE.pressedLabel = Mandala Room Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE_mobile.label = Mandala Room Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE_mobile.pressedLabel = Mandala Room ### Multiline Text HTMLText_3AEADFE2_6B56_7C88_41C1_38E94E079E6D.html =
Notes (Delete when publishing)
------------------------------------------------------------------------------------------------


- Update location name
- Update the location in map pop-up (iFrame)
- Add the Meeting Guide link in the VB Logo (bottom left)
- Update the navi points (adjust text in 'Normal' and 'Pressed')
- We're using text highlighting on these tours: https://trello.com/c/3EQKTfSz


---------------SUB NAVI---------------


If there is a sub-navi element in this skin, the arrows in the umbrella point need to be pointing left () when the sub is closed and down () when the sub is open.


Remove the arrows if there are no subs (check the pressed state of the button).


The navi buttons are set to 'toggle', the main buttons are in a group called 'main'. If the tour requires a sub navi, give the sub a group. If you don't understand, ask Aidan or Chiara.


Make sure the sub-navi points are adjusted in opacity from 50% to 40% (normal) and 70% to 60% (pressed).


Add show/hide actions on the umbrella point and on the other main points (so that the sub-navi will close when you go to an area outside of it).


When building the JavaScript text highlighting, set the umbrella point to also be 'true' for all areas within the sub-navi.


window.blazeIT.getComponentByName("BUTTON_NAME").set('pressed', true);


True = highlighting on, false = highlighting off.


---------------STATS---------------


The stats are the information VB has for each area.


In this skin they are made up of icons and text. To add stats for an area copy the existing example and edit the info. Name the container well as you will need to hide/show using the following JavaScript (e.g., 'stats-saal'):


window.blazeIT.hideComponent("NAME1");
window.blazeIT.showComponent("NAME2");


If there are no numbers given on the stats (k.A.), write: ---


---------------MOBILE---------------


The mobile skin needs to be created from the desktop skin. Set the orientation to portrait.


In the mobile skin open bottom-bar-con and then bar-con. Hide mid-con and right-con and set logo-con to 100% width. There are no stats visible in the mobile navi.


- Check that the share button notification is aligned correctly (one way to do this is by creating an additional container set at 100% width, 0% opacity and setting the share-btn-notification-con to be centered inside it)
- Hide copyright-con
- Resize the map-con to fit better (90% of screen) - adjust left and right position to be each at 5%
- Resize map-con closing button from 10x10 to 15x15 (via Edit Styles)
- Hide button-fullscreen and resize remaining buttons to be 10x larger (23x25)
HTMLText_3AEADFE2_6B56_7C88_41C1_38E94E079E6D_mobile.html =
Notes (Delete when publishing)
------------------------------------------------------------------------------------------------


- Update location name
- Update the location in map pop-up (iFrame)
- Add the Meeting Guide link in the VB Logo (bottom left)
- Update the navi points (adjust text in 'Normal' and 'Pressed')
- We're using text highlighting on these tours: https://trello.com/c/3EQKTfSz


---------------SUB NAVI---------------


If there is a sub-navi element in this skin, the arrows in the umbrella point need to be pointing left () when the sub is closed and down () when the sub is open.


Remove the arrows if there are no subs (check the pressed state of the button).


The navi buttons are set to 'toggle', the main buttons are in a group called 'main'. If the tour requires a sub navi, give the sub a group. If you don't understand, ask Aidan or Chiara.


Make sure the sub-navi points are adjusted in opacity from 50% to 40% (normal) and 70% to 60% (pressed).


Add show/hide actions on the umbrella point and on the other main points (so that the sub-navi will close when you go to an area outside of it).


When building the JavaScript text highlighting, set the umbrella point to also be 'true' for all areas within the sub-navi.


window.blazeIT.getComponentByName("BUTTON_NAME").set('pressed', true);


True = highlighting on, false = highlighting off.


---------------STATS---------------


The stats are the information VB has for each area.


In this skin they are made up of icons and text. To add stats for an area copy the existing example and edit the info. Name the container well as you will need to hide/show using the following JavaScript (e.g., 'stats-saal'):


window.blazeIT.hideComponent("NAME1");
window.blazeIT.showComponent("NAME2");


If there are no numbers given on the stats (k.A.), write: ---


---------------MOBILE---------------


The mobile skin needs to be created from the desktop skin. Set the orientation to portrait.


In the mobile skin open bottom-bar-con and then bar-con. Hide mid-con and right-con and set logo-con to 100% width. There are no stats visible in the mobile navi.


- Check that the share button notification is aligned correctly (one way to do this is by creating an additional container set at 100% width, 0% opacity and setting the share-btn-notification-con to be centered inside it)
- Hide copyright-con
- Resize the map-con to fit better (90% of screen) - adjust left and right position to be each at 5%
- Resize map-con closing button from 10x10 to 15x15 (via Edit Styles)
- Hide button-fullscreen and resize remaining buttons to be 10x larger (23x25)
### Label Label_3AF5D57D_6B32_4C78_41C4_4133378EFD8E.text = Link kopiert Label_C400D817_D43D_00AF_41D1_1704B98F9E80.text = 2,5m Label_C400D817_D43D_00AF_41D1_1704B98F9E80_mobile.text = 3.00m Label_C401D816_D43D_00A1_41E2_FC78DC6C549B.text = 45m² Label_C401D816_D43D_00A1_41E2_FC78DC6C549B_mobile.text = 288m² Label_C41C881A_D43D_00A1_41C8_7B94D8FB100E.text = --- Label_C41C881A_D43D_00A1_41C8_7B94D8FB100E_mobile.text = 271 Label_C41CE818_D43D_00A1_41E1_14166F8A2C80.text = --- Label_C41CE818_D43D_00A1_41E1_14166F8A2C80_mobile.text = 140 Label_C41D9819_D43D_00A3_41D6_2A397F1D2854.text = --- Label_C41D9819_D43D_00A3_41D6_2A397F1D2854_mobile.text = 126 Label_C41FB818_D43D_00A1_41D6_9070EAEE2BA2.text = --- Label_C41FB818_D43D_00A1_41D6_9070EAEE2BA2_mobile.text = 300 Label_C5BE70DC_D423_01A1_41D6_9489E5B7B058_mobile.text = Link kopiert Label_D6A4FB47_EB56_4588_41C9_946738FD1CB9.text = --- Label_D6A4FB47_EB56_4588_41C9_946738FD1CB9_mobile.text = 271 Label_D82A027D_EB5F_C478_41E6_8F2FB1F92F8B.text = 2,5m Label_D82A027D_EB5F_C478_41E6_8F2FB1F92F8B_mobile.text = 3.00m Label_D8CF1887_EB52_4488_41CE_91C230A1A885.text = --- Label_D8CF1887_EB52_4488_41CE_91C230A1A885_mobile.text = 126 Label_D91EBB40_EB52_C588_41CB_AC5EBB03406A.text = --- Label_D91EBB40_EB52_C588_41CB_AC5EBB03406A_mobile.text = 140 Label_DB3B62D6_EB51_C488_41C4_BB1F061A78BA.text = --- Label_DB3B62D6_EB51_C488_41C4_BB1F061A78BA_mobile.text = 300 Label_DC1D783B_EB52_43F8_41EA_AB1D7D941515.text = 50m² Label_DC1D783B_EB52_43F8_41EA_AB1D7D941515_mobile.text = 288m² Label_DE53911E_EADE_45B8_41C5_18303F946E70.text = The Mandala Hotel Label_DE53911E_EADE_45B8_41C5_18303F946E70_mobile.text = The Mandala Hotel ### Tooltip Image_A0669C5F_FAD2_C3B8_41E8_F0D2B3DF3BFC.toolTip = Floorplan Image_A0669C5F_FAD2_C3B8_41E8_F0D2B3DF3BFC_mobile.toolTip = Floorplan Image_A16FD0F0_FAD6_C488_41D8_F00B8065BF3B.toolTip = Share Image_A16FD0F0_FAD6_C488_41D8_F00B8065BF3B_mobile.toolTip = Share Image_A26F0BA5_FAD1_C488_41B8_897AD3197FA6.toolTip = VR Image_A26F0BA5_FAD1_C488_41B8_897AD3197FA6_mobile.toolTip = VR Image_A2EDC34F_FAD1_C598_41D1_63B4CD7ADA0B.toolTip = Map Image_A2EDC34F_FAD1_C598_41D1_63B4CD7ADA0B_mobile.toolTip = Map Image_AB774ABC_F95E_44F8_41E8_08BD5EEF87C9.toolTip = fullscreen Image_AB774ABC_F95E_44F8_41E8_08BD5EEF87C9_mobile.toolTip = fullscreen ## Media ### Title panorama_76C751B3_7C44_AB01_41DD_7BD96BDEC4BA.label = IMG_6843-E-QIU Bar_02 panorama_76C7DDDF_7C44_BB01_4178_245EB1D0B86C.label = IMG_6879-E-QIU Bar_04 panorama_76C7FBE2_7C44_FF03_41DC_CF398417919D.label = IMG_6859-E-QIU Bar_03 panorama_76D0E772_7C44_F703_41D2_F50EB0EAE745.label = IMG_6979-G-FACIL restaurant_02 panorama_76D21357_7C44_6F01_41DE_4FBF6071FB3D.label = IMG_6999-G-FACIL restaurant_03 panorama_76D5FAD5_7C43_D901_41DD_EF39A9331920.label = IMG_7015-G-FACIL restaurant_04 panorama_77134737_7C44_D701_41D7_BB4F943DD0B7.label = IMG_6795-C-The Mandala room_01 panorama_774C3E5C_7C44_7907_41D7_8C291B4146A5.label = IMG_6811-D-The Boardroom_01 panorama_77637FCF_7C45_B701_41D8_C06FBE37F4D8.label = IMG_6963-G-FACIL restaurant_01 panorama_77669B1B_7C44_7F01_41DE_A53BF50ADAC0.label = IMG_6827-E-QIU Bar_01 ## Action ### URL LinkBehaviour_B66E1BF1_A290_9332_4172_16BAF1414DEB.source = https://convention.visitberlin.de/meetingguideberlin/locations/INSERT-LOCATION-HERE LinkBehaviour_C4EEFAA5_D423_01E3_41D8_794A9E5C3A26.source = https://convention.visitberlin.de/meetingguideberlin/locations/INSERT-LOCATION-HERE WebFrame_AA32D3AE_F9F2_4498_41DB_F97C9EED83C8.url = https://tours.nexpics.com/elements/copyright-element.html WebFrame_AA32D3AE_F9F2_4498_41DB_F97C9EED83C8_mobile.url = https://tours.nexpics.com/elements/copyright-element.html WebFrame_FCBECF02_3AD6_5D88_41A8_396A9BAE7E20.url = https://maps.google.com/maps?output=embed¢er=52.5089801,13.3736812&z=15&q=The+Mandala+Hotel WebFrame_FCBECF02_3AD6_5D88_41A8_396A9BAE7E20_mobile.url = https://maps.google.com/maps?output=embed¢er=52.5089801,13.3736812&z=15&q=The+Mandala+Hotel