/ M059 Course Checkout Data

Meine Daten Versicherung Zusammenfassung

Meine Daten

Ergänze hier deine Teilnehmerinformationen.

Anrede
Meine Daten Versicherung Zusammenfassung
Fehler Das ist ein Fehlertext

Meine Daten

Ergänze hier deine Teilnehmerinformationen.

Anrede
  • Ungültiger Vorname

Default implemention.

Data

{
	"labels": {
		"selectedCourses": "Deine Kurse",
		"total": "Total",
		"subsidized": "subv."
	},
	"stepperBar": {
		"list": [
			{
				"label": "Meine Daten",
				"url": null,
				"isActive": true,
				"isValid": false
			},
			{
				"label": "Versicherung",
				"url": null,
				"isActive": false,
				"isValid": false
			},
			{
				"label": "Zusammenfassung",
				"url": null,
				"isActive": false,
				"isValid": false
			}
		]
	},
	"headline": "Meine Daten",
	"headlineTag": "h2",
	"copy": "<p>Ergänze hier deine Teilnehmerinformationen.</p>",
	"form": {
		"action": "/pages/course_checkout_insurance/course_checkout_insurance.html",
		"method": "get"
	},
	"inputs": {
		"salutationRadioGroup": {
			"label": "Anrede",
			"name": "gender",
			"error": false,
			"errorList": null,
			"horizontal": true,
			"required": true,
			"radioList": [
				{
					"id": "female",
					"value": "female",
					"text": "Frau",
					"checked": true
				},
				{
					"id": "male",
					"value": "male",
					"text": "Herr",
					"checked": false
				}
			]
		},
		"firstName": {
			"id": "first-name",
			"name": "first_name",
			"label": "Vorname",
			"required": true
		},
		"lastName": {
			"id": "last-name",
			"name": "last_name",
			"label": "Name",
			"required": true
		},
		"dob": {
			"id": "dob",
			"name": "dob",
			"label": "Geburtsdatum",
			"required": true
		},
		"email": {
			"id": "email",
			"name": "email",
			"label": "E-Mail",
			"required": true
		},
		"addressAddon": {
			"id": "address-addon",
			"name": "address_addon",
			"label": "Adresszusatz"
		},
		"pob": {
			"id": "pob",
			"name": "pob",
			"label": "Postfach"
		},
		"street": {
			"id": "street",
			"name": "street",
			"label": "Strasse/Hausnummer",
			"required": true
		},
		"zip": {
			"id": "zip",
			"name": "zip",
			"label": "PLZ",
			"required": true
		},
		"city": {
			"id": "city",
			"name": "city",
			"label": "Ort",
			"required": true
		},
		"country": {
			"id": "country",
			"name": "country",
			"label": "Land",
			"required": true,
			"optionList": [
				{
					"value": "switzerland",
					"label": "Schweiz"
				},
				{
					"value": "germany",
					"label": "Deutschland"
				},
				{
					"value": "austria",
					"label": "Österreich"
				}
			]
		},
		"mobilePhone": {
			"id": "mobile-phone",
			"name": "mobile_phone",
			"label": "Mobil (Notfallnummer)",
			"required": true,
			"validate": true,
			"validatePattern": "^\\+[0-9- ]*$",
			"validatePatternMessage": "Telefonnummer im Format +41 1234"
		},
		"phone": {
			"id": "phone",
			"name": "phone",
			"label": "Telefon privat",
			"validate": true,
			"validatePattern": "^\\+[0-9- ]*$",
			"validatePatternMessage": "Telefonnummer im Format +41 1234"
		}
	},
	"nextButton": {
		"label": "Weiter"
	},
	"courseList": [
		{
			"label": "Fortbildungskurs Fels und Eis",
			"link": {
				"url": "#",
				"target": "_blank"
			},
			"date": "08.06.17 - 11.06.17",
			"location": "Splügen",
			"language": "Deutsch",
			"nr": "2017-1120",
			"price": "CHF 1'270",
			"dataPrice": 1270,
			"insurance": {
				"selected": false,
				"label": "Annulationskosten-VS",
				"price": "CHF 70",
				"dataPrice": 70,
				"checkbox": {
					"checked": true,
					"name": "insurance_2017-1120",
					"id": "insurance-2017-1120"
				}
			},
			"subsidy": null,
			"status": {
				"icons": {
					"vacant": "success",
					"waitlist": "exclamation-mark-in-circle",
					"full": "x-in-circle",
					"canceled": "x-in-circle",
					"ended": "forbidden",
					"external": "arrow-circle-right"
				},
				"status": "vacant",
				"label": "Freie Plätze. Reservation möglich.",
				"small": false,
				"showLabel": false
			}
		},
		{
			"label": "Fortbildungskurs Lorem",
			"link": {
				"url": "#",
				"target": "_blank"
			},
			"date": "20.07.17 - 24.07.17",
			"location": "Splügen",
			"language": "Deutsch",
			"nr": "2018-8080",
			"price": "CHF 870",
			"dataPrice": 870,
			"insurance": {
				"selected": false,
				"label": "Annulationskosten-VS",
				"price": "CHF 70",
				"dataPrice": 70,
				"checkbox": {
					"name": "insurance_2018-8080",
					"id": "insurance-2018-8080"
				}
			},
			"subsidy": {
				"selected": false,
				"required": false,
				"price": "CHF 670",
				"dataPrice": 670,
				"checkbox": {
					"name": "subsidy_2018-8080",
					"id": "subsidy-2018-8080"
				}
			},
			"status": {
				"icons": {
					"vacant": "success",
					"waitlist": "exclamation-mark-in-circle",
					"full": "x-in-circle",
					"canceled": "x-in-circle",
					"ended": "forbidden",
					"external": "arrow-circle-right"
				},
				"status": "waitlist",
				"label": "Ausgebucht. Warteliste möglich."
			}
		},
		{
			"label": "Rettung – erste Hilfe",
			"link": {
				"url": "#",
				"target": "_blank"
			},
			"date": "23.08.18 - 26.08.18",
			"location": "Splügen",
			"language": "Deutsch",
			"nr": "2018-8082",
			"price": "CHF 670",
			"dataPrice": 670,
			"insurance": {
				"selected": false,
				"label": "Annulationskosten-VS",
				"price": "CHF 70",
				"dataPrice": 70,
				"checkbox": {
					"name": "insurance_2018-8082",
					"id": "insurance-2018-8082"
				}
			},
			"subsidy": {
				"selected": true,
				"required": true,
				"price": "CHF 670",
				"dataPrice": 670,
				"checkbox": {
					"name": "subsidy_2018-8082",
					"id": "subsidy-2018-8082"
				}
			},
			"status": {
				"icons": {
					"vacant": "success",
					"waitlist": "exclamation-mark-in-circle",
					"full": "x-in-circle",
					"canceled": "x-in-circle",
					"ended": "forbidden",
					"external": "arrow-circle-right"
				},
				"status": "waitlist",
				"label": "Ausgebucht. Warteliste möglich."
			}
		}
	],
	"totalPrice": "CHF 2'810",
	"sidebar": {
		"headline": "Zusammenfassung",
		"headlineTag": "h3"
	},
	"contact": {
		"headline": "Fragen zur Kursanmeldung?",
		"headlineTag": "h3",
		"copy": "Du erreichst uns telefonisch zu unseren Geschäftszeiten Mo bis Fr 08:00 – 17:00 Uhr.",
		"list": [
			{
				"label": "+41 (0) 31 37018 43",
				"icon": "phone",
				"url": "tel://+410313701843"
			},
			{
				"label": "info@sac-cas.ch",
				"icon": "envelope",
				"url": "mailto://info@sac-cas.ch"
			}
		]
	},
	"errorAlert": null
}

Data

{
	"labels": {
		"selectedCourses": "Deine Kurse",
		"total": "Total",
		"subsidized": "subv."
	},
	"stepperBar": {
		"list": [
			{
				"label": "Meine Daten",
				"url": null,
				"isActive": true,
				"isValid": false
			},
			{
				"label": "Versicherung",
				"url": null,
				"isActive": false,
				"isValid": false
			},
			{
				"label": "Zusammenfassung",
				"url": null,
				"isActive": false,
				"isValid": false
			}
		]
	},
	"headline": "Meine Daten",
	"headlineTag": "h2",
	"copy": "<p>Ergänze hier deine Teilnehmerinformationen.</p>",
	"form": {
		"action": "/pages/course_checkout_insurance/course_checkout_insurance.html",
		"method": "get"
	},
	"inputs": {
		"salutationRadioGroup": {
			"label": "Anrede",
			"name": "gender",
			"error": false,
			"errorList": null,
			"horizontal": true,
			"required": true,
			"radioList": [
				{
					"id": "female",
					"value": "female",
					"text": "Frau",
					"checked": true
				},
				{
					"id": "male",
					"value": "male",
					"text": "Herr",
					"checked": false
				}
			]
		},
		"firstName": {
			"id": "first-name",
			"name": "first_name",
			"label": "Vorname",
			"required": true,
			"error": true,
			"errorList": [
				"Ungültiger Vorname"
			]
		},
		"lastName": {
			"id": "last-name",
			"name": "last_name",
			"label": "Name",
			"required": true
		},
		"dob": {
			"id": "dob",
			"name": "dob",
			"label": "Geburtsdatum",
			"required": true
		},
		"email": {
			"id": "email",
			"name": "email",
			"label": "E-Mail",
			"required": true
		},
		"addressAddon": {
			"id": "address-addon",
			"name": "address_addon",
			"label": "Adresszusatz"
		},
		"pob": {
			"id": "pob",
			"name": "pob",
			"label": "Postfach"
		},
		"street": {
			"id": "street",
			"name": "street",
			"label": "Strasse/Hausnummer",
			"required": true
		},
		"zip": {
			"id": "zip",
			"name": "zip",
			"label": "PLZ",
			"required": true
		},
		"city": {
			"id": "city",
			"name": "city",
			"label": "Ort",
			"required": true
		},
		"country": {
			"id": "country",
			"name": "country",
			"label": "Land",
			"required": true,
			"optionList": [
				{
					"value": "switzerland",
					"label": "Schweiz"
				},
				{
					"value": "germany",
					"label": "Deutschland"
				},
				{
					"value": "austria",
					"label": "Österreich"
				}
			]
		},
		"mobilePhone": {
			"id": "mobile-phone",
			"name": "mobile_phone",
			"label": "Mobil (Notfallnummer)",
			"required": true,
			"validate": true,
			"validatePattern": "^\\+[0-9- ]*$",
			"validatePatternMessage": "Telefonnummer im Format +41 1234"
		},
		"phone": {
			"id": "phone",
			"name": "phone",
			"label": "Telefon privat",
			"validate": true,
			"validatePattern": "^\\+[0-9- ]*$",
			"validatePatternMessage": "Telefonnummer im Format +41 1234"
		}
	},
	"nextButton": {
		"label": "Weiter"
	},
	"courseList": [
		{
			"label": "Fortbildungskurs Fels und Eis",
			"link": {
				"url": "#",
				"target": "_blank"
			},
			"date": "08.06.17 - 11.06.17",
			"location": "Splügen",
			"language": "Deutsch",
			"nr": "2017-1120",
			"price": "CHF 1'270",
			"dataPrice": 1270,
			"insurance": {
				"selected": false,
				"label": "Annulationskosten-VS",
				"price": "CHF 70",
				"dataPrice": 70,
				"checkbox": {
					"checked": true,
					"name": "insurance_2017-1120",
					"id": "insurance-2017-1120"
				}
			},
			"subsidy": null,
			"status": {
				"icons": {
					"vacant": "success",
					"waitlist": "exclamation-mark-in-circle",
					"full": "x-in-circle",
					"canceled": "x-in-circle",
					"ended": "forbidden",
					"external": "arrow-circle-right"
				},
				"status": "vacant",
				"label": "Freie Plätze. Reservation möglich.",
				"small": false,
				"showLabel": false
			}
		},
		{
			"label": "Fortbildungskurs Lorem",
			"link": {
				"url": "#",
				"target": "_blank"
			},
			"date": "20.07.17 - 24.07.17",
			"location": "Splügen",
			"language": "Deutsch",
			"nr": "2018-8080",
			"price": "CHF 870",
			"dataPrice": 870,
			"insurance": {
				"selected": false,
				"label": "Annulationskosten-VS",
				"price": "CHF 70",
				"dataPrice": 70,
				"checkbox": {
					"name": "insurance_2018-8080",
					"id": "insurance-2018-8080"
				}
			},
			"subsidy": {
				"selected": false,
				"required": false,
				"price": "CHF 670",
				"dataPrice": 670,
				"checkbox": {
					"name": "subsidy_2018-8080",
					"id": "subsidy-2018-8080"
				}
			},
			"status": {
				"icons": {
					"vacant": "success",
					"waitlist": "exclamation-mark-in-circle",
					"full": "x-in-circle",
					"canceled": "x-in-circle",
					"ended": "forbidden",
					"external": "arrow-circle-right"
				},
				"status": "waitlist",
				"label": "Ausgebucht. Warteliste möglich."
			}
		},
		{
			"label": "Rettung – erste Hilfe",
			"link": {
				"url": "#",
				"target": "_blank"
			},
			"date": "23.08.18 - 26.08.18",
			"location": "Splügen",
			"language": "Deutsch",
			"nr": "2018-8082",
			"price": "CHF 670",
			"dataPrice": 670,
			"insurance": {
				"selected": false,
				"label": "Annulationskosten-VS",
				"price": "CHF 70",
				"dataPrice": 70,
				"checkbox": {
					"name": "insurance_2018-8082",
					"id": "insurance-2018-8082"
				}
			},
			"subsidy": {
				"selected": true,
				"required": true,
				"price": "CHF 670",
				"dataPrice": 670,
				"checkbox": {
					"name": "subsidy_2018-8082",
					"id": "subsidy-2018-8082"
				}
			},
			"status": {
				"icons": {
					"vacant": "success",
					"waitlist": "exclamation-mark-in-circle",
					"full": "x-in-circle",
					"canceled": "x-in-circle",
					"ended": "forbidden",
					"external": "arrow-circle-right"
				},
				"status": "waitlist",
				"label": "Ausgebucht. Warteliste möglich."
			}
		}
	],
	"totalPrice": "CHF 2'810",
	"sidebar": {
		"headline": "Zusammenfassung",
		"headlineTag": "h3"
	},
	"contact": {
		"headline": "Fragen zur Kursanmeldung?",
		"headlineTag": "h3",
		"copy": "Du erreichst uns telefonisch zu unseren Geschäftszeiten Mo bis Fr 08:00 – 17:00 Uhr.",
		"list": [
			{
				"label": "+41 (0) 31 37018 43",
				"icon": "phone",
				"url": "tel://+410313701843"
			},
			{
				"label": "info@sac-cas.ch",
				"icon": "envelope",
				"url": "mailto://info@sac-cas.ch"
			}
		]
	},
	"errorAlert": {
		"headline": "Fehler",
		"copy": "Das ist ein Fehlertext"
	}
}

Template

<div class="m-course-checkout-data">
	{{> modules/m058_stepper_bar/m058_stepper_bar stepperBar}}

	<form class="m-stepper-content" action="{{form.action}}" method="{{form.method}}">
		<div class="row">
			<div class="small-12 medium-8 column">
				<div class="m-stepper-content__main">
					{{#if errorAlert}}
						<div class="m-course-checkout__alert-wrapper">
							{{> modules/m004_alert/m004_alert errorAlert type="danger" icon="exclamation-mark-in-circle"}}
						</div>
					{{/if}}

					<{{headlineTag}} class="fs-h3">{{headline}}</{{headlineTag}}>
					<div class="m-course-checkout__copy c-rich-text">{{{copy}}}</div>

					<div class="m-course-checkout-data__form-inputs c-form">
						<fieldset class="c-fieldset">
							<div class="row">
								<div class="columns small-12 medium-6">
									{{> modules/c035_input_radio_group/c035_input_radio_group inputs.salutationRadioGroup }}
								</div>
							</div>
							<div class="row">
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.firstName }}
								</div>
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.lastName }}
								</div>
							</div>
							<div class="row align-bottom">
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.dob }}
								</div>
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.email type="email" validate=true }}
								</div>
							</div>
						</fieldset>
						<fieldset class="c-fieldset">
							<div class="row">
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.addressAddon }}
								</div>
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.pob }}
								</div>
							</div>
							<div class="row align-bottom">
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.street }}
								</div>
								<div class="columns small-4 medium-2">
									{{>modules/c002_input_group/c002_input_group inputs.zip }}
								</div>
								<div class="columns small-8 medium-4">
									{{>modules/c002_input_group/c002_input_group inputs.city }}
								</div>
							</div>
							<div class="row">
								<div class="columns small-12 medium-6">
									{{> modules/c032_select/c032_select inputs.country variant="c-select--block" }}
								</div>
							</div>
						</fieldset>
						<fieldset class="c-fieldset">
							<div class="row">
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.mobilePhone type="tel" }}
								</div>
								<div class="columns small-12 medium-6">
									{{>modules/c002_input_group/c002_input_group inputs.phone type="tel" }}
								</div>
							</div>
						</fieldset>
					</div>
				</div>
			</div>

			<div class="small-12 medium-4 column">
				<div class="m-stepper-content__sidebar">
					{{> modules/m059_course_checkout_data/partials/_sidebar this headline=sidebar.headline headlineTag=sidebar.headlineTag}}
				</div>
			</div>
		</div>

		<div class="m-stepper-content__nav">
			<button class="m-stepper-content__button m-stepper-content__button--next c-button" type="submit">
				{{nextButton.label}}
			</button>
		</div>
	</form>
</div>

Template of modules/m059_course_checkout_data/partials/_sidebar

<{{headlineTag}} class="fs-h3">{{headline}}</{{headlineTag}}>

<h4 class="m-course-checkout__summary-headline fs-h4">{{labels.selectedCourses}}</h4>

<ul class="m-course-checkout__summary-list o-ui-list fs-copy">
	{{#each courseList}}
		<li class="m-course-checkout__summary-item{{#if insurance.selected}} has-selected-insurance{{/if}}{{#if subsidy.selected}} has-selected-subsidy{{/if}}" data-js-binding="CourseCheckout-summary-item" data-nr="{{nr}}" data-price="{{dataPrice}}" data-insurance-price="{{insurance.dataPrice}}" data-subsidy-price="{{subsidy.dataPrice}}">
			<div class="m-course-checkout__summary-course">
				<div class="m-course-checkout__summary-desc">
					<p>
						<a class="c-button-text c-button-text--red" href="{{link.url}}"{{#if link.target}} target="{{link.target}}"{{/if}}>
							{{label}}
							{{#if subsidy}}
								<span class="m-course-checkout__summary-subsidized">({{../labels.subsidized}})</span>
							{{/if}}
						</a>
					</p>
					<p>{{date}}, {{location}}</p>
					{{#if language}}<p>{{language}}</p>{{/if}}
				</div>

				<div class="m-course-checkout__summary-price m-course-checkout__summary-price--non-subsidized">
					{{price}}
				</div>

				{{#if subsidy}}
					<div class="m-course-checkout__summary-price m-course-checkout__summary-price--subsidized">
						{{subsidy.price}}
					</div>
				{{/if}}
			</div>
			{{#if insurance}}
				<div class="m-course-checkout__summary-course m-course-checkout__summary-insurance">
					<div class="m-course-checkout__summary-desc">
						<p>+ {{insurance.label}}</p>
					</div>

					<div class="m-course-checkout__summary-price">
						{{insurance.price}}
					</div>
				</div>
			{{/if}}
		</li>
	{{/each}}
</ul>

<div class="m-course-checkout__total">
	<span class="fs-copy-bold">{{labels.total}} <span data-js-binding="CourseCheckout-summary-total">{{totalPrice}}</span></p>
</div>

<{{contact.headlineTag}} class="m-course-checkout__contact-headline fs-h3">{{contact.headline}}</{{contact.headlineTag}}>

<p class="m-course-checkout__contact-copy fs-copy">{{contact.copy}}</p>

<ul class="m-course-checkout__contact-list o-ui-list">
	{{#each contact.list}}
		<li class="m-course-checkout__contact-item">
			{{> modules/c018_label_with_icon/c018_label_with_icon this}}
		</li>
	{{/each}}
</ul>

Global Data

{
	"global": {
		"lang": "de",
		"locale": "de-CH",
		"svgSprite": "/assets/media/svg/svg-sprite.svg",
		"transparentPixel": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
		"season": "summer",
		"api": {
			"suisseAlpine": "https://dev.suissealpine.sac-cas.ch/api",
			"sacRouteDetail": "https://dev.web.sac-cas.ch/de/?type=1567765346410&tx_usersaccas2020_sac2020[routeId]=",
			"sacRoutePassTrough": "https://dev.web.sac-cas.ch/de/?type=1567765346411&tx_usersaccas2020_sac2020[routeId]=",
			"uploadProfileImage": "https://dev.web.sac-cas.ch/?eID=routing&route=usersaccassite/users/current/uploadProfileImage",
			"deleteProfileImage": "https://dev.web.sac-cas.ch/?eID=routing&route=usersaccassite/users/current/deleteProfileImage",
			"aimeosShop": "https://dev.web.sac-cas.ch/de/shop/shopapi/",
			"mailchimpForm": "https://sac-cas.us2.list-manage.com/subscribe/post?u=466a37a029f12e4df9e7a2a1f&id=ee3f0f3cf3",
			"collections": "https://collectionsdev.web.sac-cas.ch/api",
			"hrs": "https://www.alpsonline.org/hut-web-service?wsdl"
		},
		"baseAimeosUploadPath": "https://dev.web.sac-cas.ch/uploads/tx_aimeos/",
		"mapIframeUrl": "/modules/m030_map/media/map_iframe.html",
		"baseDestinationLinkUrl": "/pages/destination_summit/destination_summit.html?",
		"destinationLinkRouteAnchor": "route",
		"baseJourneyLinkUrl": "https://dev.web.sac-cas.ch/de/redirect/google-maps-routing/lv03/",
		"routeCollectionLinkUrl": "https://dev.web.sac-cas.ch/de/mein-sac/uebersicht/",
		"hrsLinkUrl": "https://www.alpsonline.org/reservation/wizard?header=yes&hut_id={{hutId}}&selectedDate={{date}}",
		"schweizMobilImportUrl": "https://map.schweizmobil.ch/?showDialog=importcoordinates&showLogin&coordinates={{coordinates}}",
		"geologyImageUrl": "https://www.sac-cas.ch/fileadmin/Huetten_und_Touren/Tourenportal/Gesteinszonenkarten/Hovercard/{{image}}.jpg",
		"features": {
			"archive": true
		},
		"translations": {
			"disciplines": {
				"mountain_hiking": "Berg- und Alpinwandern",
				"alpine_tour": "Hochtour",
				"climbing": "Klettern",
				"alpine_climbing": "Alpinklettern",
				"via_ferrata": "Klettersteig",
				"ski_tour": "Skitour",
				"snowshoe_tour": "Schneeschuhtour",
				"archive": "Routenarchiv"
			},
			"types": {
				"summit": "Gipfel",
				"hut": "Hütte",
				"traverse": "Übergang",
				"marking_point": "Markanter Punkt",
				"departure_arrival": "Ausgangp./Talort",
				"climbing_area": "Klettergebiet"
			},
			"markingPoints": {
				"lake": "See",
				"catering": "Einkehr",
				"waterfall": "Wasserfall",
				"cave": "Höhle",
				"bridge": "Brücke",
				"alp": "Alpe",
				"other": "Sehenswürdigkeit"
			},
			"difficulties": {
				"alpine_tour": {
					"L": "L",
					"WS": "WS",
					"ZS": "ZS",
					"S": "S",
					"SS": "SS",
					"AS": "AS"
				},
				"ski_tour": {
					"L": "L",
					"WS": "WS",
					"ZS": "ZS",
					"S": "S",
					"SS": "SS",
					"AS": "AS"
				}
			},
			"altitudeSuffix": "m ü.M.",
			"altitudeDifferenceUnit": "hm",
			"hoursUnit": "h",
			"difficulty": "Schwierigkeit",
			"ascent": "Aufstieg",
			"descent": "Abstieg",
			"route": "Route",
			"routes": "Routen",
			"segment": "Routenabschnitt",
			"segments": "Routenabschnitte",
			"approach": "Zustieg",
			"approaches": "Zustiege",
			"sector": "Sektor",
			"sectors": "Sektoren",
			"hut": "Hütte",
			"hutPrivate": "Hütte Privat",
			"hutFilter": "Hüttenfinder",
			"situationWarning": "Zustandswarnung",
			"protectionRule": "Schutzbestimmung",
			"archiveRoute": "Archivroute",
			"archiveRoutes": "Archivrouten",
			"map": {
				"map": "Karte",
				"legend": "Legende",
				"zoomIn": "Reinzoomen",
				"zoomOut": "Rauszoomen",
				"enterFullscreenMode": "Vollbildmodus starten",
				"leaveFullscreenMode": "Vollbildmodus verlassen",
				"searchLabel": "Region, Gipfel, Hütte, Talort, POI, …",
				"disciplineSettings": "Disziplinen Einstellungen",
				"layerSettings": "Ergänzende Kartenebenen",
				"geolocate": "Lokalisieren",
				"searchInView": "In diesem Gebiet suchen",
				"waypointDrawing": "Auf Karte zeichnen",
				"drawWaypoints": "Route zeichnen",
				"removeWaypoints": "Route löschen",
				"exportWaypoints": "GPX downloaden",
				"saveInSchweizMobil": "Speichern|SchweizMobil Plus",
				"moreInFullscreen": "Entdecke weitere Funktionen auf der Vollbildkarte:<br>- Zeichne deine eigenen Tracks",
				"baseLayers": {
					"pois": "Tourenziele, Hütten",
					"routes": "Routen"
				},
				"additionalLayers": {
					"summer": "Sommer",
					"winter": "Winter",
					"hikingTrails": "Wanderwege",
					"closedHikingTrails": "Gesperrte Wanderwege",
					"wildlifeReserves": "Wildschutzgebiete",
					"skiTours": "swisstopo Skitouren",
					"designatedWildlifeAreas": "Wildruhezonen",
					"publicTransportStops": "ÖV-Stationen",
					"slopesOver30": "Hangneigung ab 30°",
					"protectionRules": "Schutzbestimmungen",
					"situationWarnings": "Zustandswarnungen",
					"geology": "Gesteinszonenkarte",
					"alpGuardDogs": "Herdenschutzhunde",
					"armyShooting": "Schiessanzeigen",
					"snowCover": "Schneeabdeckung",
					"snowDepth": "Schneehöhe"
				},
				"layerOpacity": "Deckkraft aktiver Karten",
				"foregroundOpacity": "Deckkraft aktiver Disziplinen und Hütten",
				"backgroundOpacity": "Deckkraft inaktiver Disziplinen und Hütten",
				"reset": "Zurücksetzen"
			},
			"mapHoverCard": {
				"publicTransport": "Öffentlicher Verkehr",
				"parkingInformations": "Parkinformationen",
				"planJourneyPublicTransport": "Anreise",
				"searchPublicTransport": "Verbindung suchen (SBB)",
				"planJourneyCar": "Anreise Google Maps",
				"downloadWaypoint": "Wegpunkt downloaden",
				"routeLinkLabel": "Route ansehen",
				"wildlifeReserve": "Wildschutzgebiet",
				"wildlifeArea": "Wildruhezone",
				"closedHikingTrail": "Sperrung / Umleitung Wanderweg",
				"alpGuardDogs": "Alpweide geschützt durch Herdenschutzhunde",
				"armyShooting": "Schiessanzeige und Gefahrenstelle",
				"legalBasis": "Grundlage",
				"additionalInformation": "Zusatzinformationen",
				"showDetails": "Details anzeigen",
				"moreOnMapAdminCh": "Mehr Informationen auf map.admin.ch",
				"currentSnowDepth": "Aktuelle Schneehöhe"
			},
			"protectionArea": {
				"lastUpdated": "zuletzt aktualisiert am {{lastUpdate}}",
				"validity": "gültig von {{validFrom}} bis {{validUntil}}",
				"validityEstimated": "gültig von {{validFrom}} bis voraussichtlich {{validUntil}}",
				"validFrom": "gültig ab {{validFrom}}",
				"validUntil": "gültig bis {{validUntil}}",
				"validUntilEstimated": "gültig bis voraussichtlich {{validUntil}}",
				"generallyValid": "generell gültig"
			},
			"collections": {
				"addRouteToCollection": "Route merken",
				"selectCollection": "Merkliste auswählen",
				"selectRoute": "Welche Route(n) dieses Tourenziels möchtest du dir merken?",
				"selectRouteError": "Bitte wähle eine Route aus.",
				"addToCollection": "Merken",
				"cancel": "Abbrechen",
				"routeAddedToCollection": "Die ausgewählte Route(n) wurden zu deiner Merkliste hinzugefügt.",
				"createNew": "Neue Liste",
				"close": "Schliessen",
				"goToCollection": "Zur Merkliste",
				"alreadyCollectedIn": "Bereits gemerkt auf"
			}
		},
		"basePublicTransportLinkUrl": "https://www.sbb.ch/en/buying/pages/fahrplan/fahrplan.xhtml?language=en&nach=",
		"snowDepthInfoUrl": "https://www.sac-cas.ch",
		"snowCoverInfoUrl": "https://www.sac-cas.ch",
		"destinationFallbackImages": {
			"summit": {
				"srcset": {
					"sizeList": [
						[
							600
						],
						[
							1200
						],
						[
							2048
						]
					],
					"urlList": [
						"/modules/c015_teaser_destination/media/summit_600.jpg",
						"/modules/c015_teaser_destination/media/summit_1200.jpg",
						"/modules/c015_teaser_destination/media/summit_2048.jpg"
					]
				}
			},
			"hut": {
				"srcset": {
					"sizeList": [
						[
							600
						],
						[
							1200
						]
					],
					"urlList": [
						"/modules/c015_teaser_destination/media/hut_600.jpg",
						"/modules/c015_teaser_destination/media/hut_1200.jpg",
						"/modules/c015_teaser_destination/media/hut_2048.jpg"
					]
				}
			}
		},
		"map": {
			"news": [
				{
					"label": "Neu",
					"copy": "Jetzt auch <b>GPX downloaden</b>",
					"type": "waypointDrawing"
				},
				{
					"label": "Neu",
					"copy": "Jetzt Deckkraft für jede Ebene einstellbar",
					"type": "layerSettings"
				}
			],
			"metaLinkList": [
				{
					"url": "https://www.swisstopo.admin.ch/",
					"label": "© swisstopo (5701325910)"
				},
				{
					"url": "/pages/map_legend/map_legend.html",
					"label": "Hilfe & Legende"
				},
				{
					"url": "#",
					"label": "Haftungsausschluss"
				}
			]
		}
	}
}

Documentation

Description

Integration

Copy HTML.