#: locale=en ## Tour ### Description ### Title tour.name = 25hours Hotel Bikini Berlin ## Skin ### Button Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5.label = Microhouse Jungle Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5.pressedLabel = Microhouse Jungle Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5_mobile.label = Microhouse Jungle Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5_mobile.pressedLabel = Microhouse Jungle Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822.label = Bikini Island Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822.pressedLabel = Bikini Island Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822_mobile.label = Bikini Island Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822_mobile.pressedLabel = Bikini Island Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335.label = Freiraum Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335.pressedLabel = Freiraum Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335_mobile.label = Freiraum Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335_mobile.pressedLabel = Freiraum Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE.label = Monkey Bar Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE.pressedLabel = Monkey Bar Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE_mobile.label = Monkey Bar Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE_mobile.pressedLabel = Monkey Bar Button_E38E9F07_C63D_0B8E_41D6_13E74C23D147.label = Microhouse City Button_E38E9F07_C63D_0B8E_41D6_13E74C23D147.pressedLabel = Microhouse City Button_E38E9F07_C63D_0B8E_41D6_13E74C23D147_mobile.label = Microhouse City Button_E38E9F07_C63D_0B8E_41D6_13E74C23D147_mobile.pressedLabel = Microhouse City Button_F642D45A_E42A_1C8D_41EC_8613449D3183.label = Neni Restaurant Button_F642D45A_E42A_1C8D_41EC_8613449D3183.pressedLabel = Neni Restaurant Button_F642D45A_E42A_1C8D_41EC_8613449D3183_mobile.label = Neni Restaurant Button_F642D45A_E42A_1C8D_41EC_8613449D3183_mobile.pressedLabel = Neni Restaurant ### 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_D6A4FB47_EB56_4588_41C9_946738FD1CB9.text = 80 Label_D6A4FB47_EB56_4588_41C9_946738FD1CB9_mobile.text = 80 Label_D82A027D_EB5F_C478_41E6_8F2FB1F92F8B.text = 3,5m Label_D82A027D_EB5F_C478_41E6_8F2FB1F92F8B_mobile.text = 3,5m Label_D8CF1887_EB52_4488_41CE_91C230A1A885.text = 48 Label_D8CF1887_EB52_4488_41CE_91C230A1A885_mobile.text = 40 Label_D91EBB40_EB52_C588_41CB_AC5EBB03406A.text = 40 Label_D91EBB40_EB52_C588_41CB_AC5EBB03406A_mobile.text = 40 Label_DB3B62D6_EB51_C488_41C4_BB1F061A78BA.text = 90 Label_DB3B62D6_EB51_C488_41C4_BB1F061A78BA_mobile.text = 150 Label_DC1D783B_EB52_43F8_41EA_AB1D7D941515.text = 100m² Label_DC1D783B_EB52_43F8_41EA_AB1D7D941515_mobile.text = 100m² Label_DE53911E_EADE_45B8_41C5_18303F946E70.text = 25hours Hotel Bikini Berlin Label_DE53911E_EADE_45B8_41C5_18303F946E70_mobile.text = 25hours Hotel Bikini Berlin Label_F2276FF7_E4EA_6B83_41EB_8E26C3E09F86_mobile.text = Link kopiert Label_F7269164_E4E6_1485_41C2_46FA1BED04A8.text = 16m² Label_F7269164_E4E6_1485_41C2_46FA1BED04A8_mobile.text = 16m² Label_F72A5167_E4E6_1483_41C3_A977A523E468.text = --- Label_F72A5167_E4E6_1483_41C3_A977A523E468_mobile.text = 8 Label_F72A8166_E4E6_1485_41EB_2ADC55E3C904.text = --- Label_F72A8166_E4E6_1485_41EB_2ADC55E3C904_mobile.text = 8 Label_F72B8165_E4E6_1487_41E4_1D5AC60F2C18.text = --- Label_F72B8165_E4E6_1487_41E4_1D5AC60F2C18_mobile.text = 15 Label_F72B8165_E4E6_1487_41E5_8B9FCD3FEBB9.text = 3,5m Label_F72B8165_E4E6_1487_41E5_8B9FCD3FEBB9_mobile.text = 3,5m Label_F72D2167_E4E6_1483_41C4_D05DD774E585.text = 8 Label_F72D2167_E4E6_1483_41C4_D05DD774E585_mobile.text = 8 ### 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_D2516A7C_D818_BAED_41D0_080BF23540A8.label = IMG_5847-A-Monkey Bar_002 panorama_D25C1108_D818_A615_41BD_F1007323C7E7.label = IMG_5943-A-Monkey Bar_007 panorama_D25C258B_D818_EE2B_41C2_8671C2371B38.label = IMG_5967-A-Monkey Bar_008 panorama_D25C3CC4_D818_5E1D_41A9_3D458CFDD1B1.label = IMG_5927-A-Monkey Bar_006 panorama_D25C4D98_D81B_BE35_41E3_CD870019BE9F.label = IMG_5891-A-Monkey Bar_004 panorama_D25C6C0D_D818_7E2F_41E4_58FCAE8543E2.label = IMG_6007-A-Monkey Bar_010 panorama_D25C77BC_D818_AA6D_41D1_569007E0B110.label = IMG_5987-A-Monkey Bar_009 panorama_D25CB03C_D81B_E66D_41E5_21BB422804A1.label = IMG_5907-A-Monkey Bar_005 panorama_D25F9C02_D818_7E15_41DC_D962D41C543E.label = IMG_5871-A-Monkey Bar_003 panorama_D26D4F74_D81B_DAFD_41D1_608F72C8D3A4.label = IMG_6271-B-Bikini Island_009 panorama_D26E7BE2_D818_5A15_41D7_88C079B973BE.label = IMG_6155-B-Bikini Island_003 panorama_D26E7C70_D818_5EF5_41AB_74A3BFFC6278.label = IMG_6187-B-Bikini Island_004 panorama_D26E9B9C_D818_5A2D_41E4_CAC9EA2F22F0.label = IMG_6235-B-Bikini Island_007 panorama_D26EAA56_D818_DA3D_41D3_BF1F81CEB62C.label = IMG_6219-B-Bikini Island_006 panorama_D26EBA82_D818_DA15_41E0_1DE1CB21993E.label = IMG_6203-B-Bikini Island_005 panorama_D26ECE41_D818_5A17_41E2_89E7FC062C66.label = IMG_6251-B-Bikini Island_008 panorama_D26EEBC9_D819_DA17_41E4_B4817ACC2E25.label = IMG_6135-B-Bikini Island_002 panorama_D2716603_D818_6A1B_41E3_E410A564DE54.label = IMG_6303-A-Monkey Bar Terasse_02 panorama_D27238D8_D818_A635_41D4_7E2EBF8415F3.label = IMG_6319-A-Monkey Bar Terasse_03 panorama_D29A5F32_D818_7A75_41E4_85A9A2EBA4AB.label = IMG_6119-B-Freiraum_02 panorama_D2B2C1F2_D829_A9F5_41DC_4E5BD27C079F.label = IMG_6351-C-Neni Restaurant_02 panorama_D2B394D3_D828_6E3B_41DF_3D645A8CC216.label = IMG_6387-C-Neni Restaurant_03 panorama_D2B84F4B_D828_5A2B_41D5_85BB33EF2AB2.label = IMG_6423-C-Neni Restaurant Terasse_02 panorama_D2B90FA7_D829_DA1B_41D5_85A9F08DAE6B.label = IMG_6443-C-Neni Restaurant Terasse_03 panorama_D304DA9B_D818_5A2B_41D0_3DF86CF5B802.label = IMG_6075-B-Micro House City_01 panorama_D35563CD_D828_6A2F_41E0_2C2C26F8EAAC.label = IMG_6043-B-Micro House Jungle_01 panorama_D359FE72_D829_FAF5_41E8_CEF6048EC5CF.label = IMG_6335-C-Neni Restaurant_01 panorama_D35E814D_D818_662F_41E0_518C269BD219.label = IMG_6287-A-Monkey Bar Terasse_01 panorama_D36ED64E_D819_EA2D_41C3_2BD27ACB01A2.label = IMG_6059-B-Bikini Island_001 panorama_D36F3ABF_D818_5A6B_41E2_27B1D15540A5.label = IMG_6103-B-Freiraum_01 panorama_D383BA97_D828_7A3B_41E0_A074D630FDE9.label = IMG_6407-C-Neni Restaurant Terasse_01 panorama_D3AAE067_D818_E61B_41DF_0EE8CE9F7F9B.label = IMG_5831-A-Monkey Bar_001 ## Action ### URL LinkBehaviour_B66E1BF1_A290_9332_4172_16BAF1414DEB.source = https://convention.visitberlin.de/meetingguideberlin/locations/25hours-hotel-bikini-berlin LinkBehaviour_F1040398_E4EE_1B8D_41E0_443201D50175.source = https://convention.visitberlin.de/meetingguideberlin/locations/25hours-hotel-bikini-berlin 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.5056543,13.3380981&z=15&q=25hours+Hotel+Bikini+Berlin WebFrame_FCBECF02_3AD6_5D88_41A8_396A9BAE7E20_mobile.url = https://maps.google.com/maps?output=embed¢er=52.5056543,13.3380981&z=15&q=25hours+Hotel+Bikini+Berlin