#: locale=en
## Tour
### Description
### Title
tour.name = Hotel Dietrich-Bonhoeffer-Haus
## Skin
### Button
Button_6E8E18AB_5D90_7E2E_41A0_BD86C804C8D7.label = Gruppenraum 6
Button_6E8E18AB_5D90_7E2E_41A0_BD86C804C8D7.pressedLabel = Gruppenraum 6
Button_6E8E18AB_5D90_7E2E_41A0_BD86C804C8D7_mobile.label = Gruppenraum 6
Button_6E8E18AB_5D90_7E2E_41A0_BD86C804C8D7_mobile.pressedLabel = Gruppenraum 6
Button_6EA435FE_5D90_7626_41D2_6FE6C3651709.label = New York
Button_6EA435FE_5D90_7626_41D2_6FE6C3651709.pressedLabel = New York
Button_6EA435FE_5D90_7626_41D2_6FE6C3651709_mobile.label = New York
Button_6EA435FE_5D90_7626_41D2_6FE6C3651709_mobile.pressedLabel = New York
Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5.label = London
Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5.pressedLabel = London
Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5_mobile.label = London
Button_A42013DB_EBD6_C4B8_41E8_C7D60EFEE4F5_mobile.pressedLabel = London
Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822.label = Finkenwalde
Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822.pressedLabel = Finkenwalde
Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822_mobile.label = Finkenwalde
Button_A436D52C_EBD6_CD98_41EA_47FA1EF1A822_mobile.pressedLabel = Finkenwalde
Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335.label = Flossenbürg
Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335.pressedLabel = Flossenbürg
Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335_mobile.label = Flossenbürg
Button_A439949A_EBD6_CCB8_41E3_53DF7AD55335_mobile.pressedLabel = Flossenbürg
Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE.label = Kirchensaal
Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE.pressedLabel = Kirchensaal
Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE_mobile.label = Kirchensaal
Button_A44355E9_EBD6_CC98_41E2_EEEE2475B3FE_mobile.pressedLabel = Kirchensaal
### Multiline Text
HTMLText_15964BEF_5CB1_9226_419B_3E5688F82B8B.html =
window.blazeIT.hideComponent("stats-kirchensaal");
window.blazeIT.hideComponent("stats-finkenwalde");
window.blazeIT.hideComponent("stats-floss");
window.blazeIT.hideComponent("stats-london");
window.blazeIT.hideComponent("stats-newyork");
window.blazeIT.hideComponent("stats-gruppe6");
window.blazeIT.getComponentByName("main-btn-kirchensaal").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-finkenwalde").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-floss").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-london").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-newyork").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-gruppe6").set('pressed', false);
HTMLText_15964BEF_5CB1_9226_419B_3E5688F82B8B_mobile.html = window.blazeIT.hideComponent("stats-kirchensaal");
window.blazeIT.hideComponent("stats-finkenwalde");
window.blazeIT.hideComponent("stats-floss");
window.blazeIT.hideComponent("stats-london");
window.blazeIT.hideComponent("stats-newyork");
window.blazeIT.hideComponent("stats-gruppe6");
window.blazeIT.getComponentByName("main-btn-kirchensaal").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-finkenwalde").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-floss").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-london").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-newyork").set('pressed', false);
window.blazeIT.getComponentByName("main-btn-gruppe6").set('pressed', false);
HTMLText_3AEADFE2_6B56_7C88_41C1_38E94E079E6D.html = Notes (Delete when pubishing)
-------------------------------------------------------------------------------------------------
- Update location name
- Update the location in map pop-up
- We're using text highlighting on these tours
There is one sub navi element in this skin. The arrows used need to be pointing left(▸) when the sub is closed and pointing 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.
-----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 with JavaScript
------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.
- Align share button notification correctly
- Hide Copyright-con
- resize the map-con to fit better (90% of screen)
Due to conflicts in the JS: any element that is controlled by JS needs to have a unique name eg:
Desktop skin: 'navi-con'
Mobile Skin: 'navi-con-m'
As there are no stats on the mobile skin this should only be a issue with text highlighting
HTMLText_3AEADFE2_6B56_7C88_41C1_38E94E079E6D_mobile.html = Notes (Delete when pubishing)
-------------------------------------------------------------------------------------------------
- Update location name
- Update the location in map pop-up
- We're using text highlighting on these tours
There is one sub navi element in this skin. The arrows used need to be pointing left(▸) when the sub is closed and pointing 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.
-----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 with JavaScript
------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.
- Align share button notification correctly
- Hide Copyright-con
- resize the map-con to fit better (90% of screen)
Due to conflicts in the JS: any element that is controlled by JS needs to have a unique name eg:
Desktop skin: 'navi-con'
Mobile Skin: 'navi-con-m'
As there are no stats on the mobile skin this should only be a issue with text highlighting
### Label
Label_6EDBF1BA_5C9F_AE2E_41CC_534D59699375.text = Link kopiert
Label_6EDBF1BA_5C9F_AE2E_41CC_534D59699375_mobile.text = Link kopiert
Label_D6A4FB47_EB56_4588_41C9_946738FD1CB9.text = 120
Label_D6A4FB47_EB56_4588_41C9_946738FD1CB9_mobile.text = 120
Label_D791D454_29D1_C388_4194_4093B45E58A9.text = 97m²
Label_D791D454_29D1_C388_4194_4093B45E58A9_mobile.text = 97m²
Label_D7932455_29D1_C388_41A4_14890C8FF8B2.text = 2.70m
Label_D7932455_29D1_C388_41A4_14890C8FF8B2_mobile.text = 2.70m
Label_D793B455_29D1_C388_417B_613CAB8E38A9.text = ---
Label_D793B455_29D1_C388_417B_613CAB8E38A9_mobile.text = ---
Label_D793E456_29D1_C388_418C_47D9F7970B08.text = ---
Label_D793E456_29D1_C388_418C_47D9F7970B08_mobile.text = ---
Label_D794B456_29D1_C389_41A4_76867813E9B9.text = 50
Label_D794B456_29D1_C389_41A4_76867813E9B9_mobile.text = 50
Label_D794E457_29D1_C388_41A7_57A6EF5F573A.text = 80
Label_D794E457_29D1_C388_41A7_57A6EF5F573A_mobile.text = 80
Label_D82A027D_EB5F_C478_41E6_8F2FB1F92F8B.text = 5.00m
Label_D82A027D_EB5F_C478_41E6_8F2FB1F92F8B_mobile.text = 5.00m
Label_D8CF1887_EB52_4488_41CE_91C230A1A885.text = 70
Label_D8CF1887_EB52_4488_41CE_91C230A1A885_mobile.text = 70
Label_D91EBB40_EB52_C588_41CB_AC5EBB03406A.text = 44
Label_D91EBB40_EB52_C588_41CB_AC5EBB03406A_mobile.text = 44
Label_DB3B62D6_EB51_C488_41C4_BB1F061A78BA.text = 150
Label_DB3B62D6_EB51_C488_41C4_BB1F061A78BA_mobile.text = 150
Label_DC1D783B_EB52_43F8_41EA_AB1D7D941515.text = 123m²
Label_DC1D783B_EB52_43F8_41EA_AB1D7D941515_mobile.text = 123m²
Label_DC9166E6_29D1_CC88_41A7_4FE027E5834E.text = 2.70m
Label_DC9166E6_29D1_CC88_41A7_4FE027E5834E_mobile.text = 2.70m
Label_DC91B6E6_29D1_CC88_41A4_2655CFB6BB55.text = ---
Label_DC91B6E6_29D1_CC88_41A4_2655CFB6BB55_mobile.text = ---
Label_DC91C6E7_29D1_CC88_4181_CD4C4A2EB203.text = ---
Label_DC91C6E7_29D1_CC88_4181_CD4C4A2EB203_mobile.text = ---
Label_DC9236E8_29D1_CC98_41A8_14D68FFF635E.text = 24
Label_DC9236E8_29D1_CC98_41A8_14D68FFF635E_mobile.text = 24
Label_DC9246E8_29D1_CC98_4183_D7008BBE688C.text = ---
Label_DC9246E8_29D1_CC98_4183_D7008BBE688C_mobile.text = ---
Label_DC933D05_29D1_DD88_41A7_21F636F7A57F.text = 15m²
Label_DC933D05_29D1_DD88_41A7_21F636F7A57F_mobile.text = 15m²
Label_DC94AD05_29D1_DD88_418A_D59D1C377F29.text = 2.70m
Label_DC94AD05_29D1_DD88_418A_D59D1C377F29_mobile.text = 2.70m
Label_DC94CD06_29D1_DD88_41A2_9A466234D09C.text = ---
Label_DC94CD06_29D1_DD88_41A2_9A466234D09C_mobile.text = ---
Label_DC951D07_29D1_DD88_4189_11E015B7F3F7.text = ---
Label_DC951D07_29D1_DD88_4189_11E015B7F3F7_mobile.text = ---
Label_DC957D07_29D1_DD88_4145_291861304824.text = 8
Label_DC957D07_29D1_DD88_4145_291861304824_mobile.text = 8
Label_DC958D08_29D1_DD98_41A0_0C851776708B.text = ---
Label_DC958D08_29D1_DD98_41A0_0C851776708B_mobile.text = ---
Label_DC9BFAD7_29D1_C488_419B_33535A66E1E8.text = 40m²
Label_DC9BFAD7_29D1_C488_419B_33535A66E1E8_mobile.text = 40m²
Label_DC9CD0CF_29D1_C498_419A_AA69B84004EA.text = 45m²
Label_DC9CD0CF_29D1_C498_419A_AA69B84004EA_mobile.text = 45m²
Label_DC9D1AD7_29D1_C488_4154_1917FD4F5915.text = 2.70m
Label_DC9D1AD7_29D1_C488_4154_1917FD4F5915_mobile.text = 2.70m
Label_DC9D6AD8_29D1_C4B8_4181_493D8949E27F.text = ---
Label_DC9D6AD8_29D1_C4B8_4181_493D8949E27F_mobile.text = ---
Label_DC9DDAD9_29D1_C4B8_4194_55EE4E9C31CF.text = ---
Label_DC9DDAD9_29D1_C4B8_4194_55EE4E9C31CF_mobile.text = ---
Label_DC9DFADA_29D1_C4B8_41A9_B166720740DE.text = 24
Label_DC9DFADA_29D1_C4B8_41A9_B166720740DE_mobile.text = 24
Label_DC9E2ADA_29D1_C4B8_4185_2665D7465308.text = 30
Label_DC9E2ADA_29D1_C4B8_4185_2665D7465308_mobile.text = 30
Label_DC9E70D0_29D1_C488_41A4_B6B06D34623D.text = 2.70m
Label_DC9E70D0_29D1_C488_41A4_B6B06D34623D_mobile.text = 2.70m
Label_DC9E90D1_29D1_C488_41A4_86AF312A3C43.text = ---
Label_DC9E90D1_29D1_C488_41A4_86AF312A3C43_mobile.text = ---
Label_DC9F00D2_29D1_C488_4195_EB33E5A462E8.text = 24
Label_DC9F00D2_29D1_C488_4195_EB33E5A462E8_mobile.text = 24
Label_DC9F20D1_29D1_C488_41A9_817DC1814F1B.text = ---
Label_DC9F20D1_29D1_C488_41A9_817DC1814F1B_mobile.text = ---
Label_DC9F50D2_29D1_C488_41A1_9C5B705E6338.text = ---
Label_DC9F50D2_29D1_C488_41A1_9C5B705E6338_mobile.text = ---
Label_DC9FC6E5_29D1_CC88_41A1_41645CC24FAC.text = 45m²
Label_DC9FC6E5_29D1_CC88_41A1_41645CC24FAC_mobile.text = 45m²
Label_DE53911E_EADE_45B8_41C5_18303F946E70.text = Hotel Dietrich-Bonhoeffer-Haus
Label_DE53911E_EADE_45B8_41C5_18303F946E70_mobile.text = Hotel Dietrich-Bonhoeffer-Haus
### 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_687F3997_5C90_BEE6_41C6_8FB39FEED68D.label = Finkenwalde
panorama_6DC42FEF_5C90_9226_41A1_1AD4675B3E9B.label = Kirchensaal 2
panorama_6DC47A02_5C90_BDDE_41AB_28AB79AB8106.label = Kirchensaal 4
panorama_6DC4B529_5C90_962A_41C3_E880EB5725E1.label = IMG_0729 Panorama
panorama_6DDBA4FA_5C90_962E_41D1_E75EAFC360C0.label = Kirchensaal 3
panorama_6DDBEAEB_5C90_B22E_41A1_DBA37E8A9EAD.label = Kirchensaal 1
panorama_6F0DFAA9_5C97_922A_41C9_DAFDA52D87EF.label = IMG_0749 Panorama
## Action
### URL
LinkBehaviour_6295E3D4_5C73_927A_41C3_9AF47E834FFA.source = https://convention.visitberlin.de/meetingguideberlin/locations/hotel-dietrich-bonhoeffer-haus
LinkBehaviour_6DD0A8E1_78FE_81EB_41DD_CBBEDDA74000.source = https://convention.visitberlin.de/meetingguideberlin/locations/hotel-dietrich-bonhoeffer-haus