APG|SGA
infosnowAPI Type 1API Type 2Divers

Divers - Generic report

There are two ways to use our generic report:

1) iFrame / Standalone

Just use the following URL-Scheme:

https://infosnow.ch/web/?lang=de&saison=1&xid=60
The meaning of parameters:
lang    : language (de/fr/en/it) - assumed "de" if missing
saison : 2 means summer, 1 or missing means winter
xid : resort id (ask APG|SGA Mountain for Resort ID)

2) JavaScript-Snippet

Add the follwing code to your website:

<div id="infosnowContainer"></div>
<link rel="stylesheet" type="text/css"
href="https://infosnow.ch/web-css/1.css"
/>
<script type="text/javascript"
src="https://infosnow.ch/web-js/?type=ajax&lang=de&saison=1&xid=60"
></script>

The meaning of the parameters is the same as mentionned above, but you also have to specify which stylesheet to load:

1.css : blue (winter)
2.css : green (summer)

Do not remove or change any other parameters.

Differences between the two Versions

The Snippet-Version does not contain a page title. It's fully integrated, so it's up to you to give it a title if necessary. It also does not have a maximum width limit of 800px. It uses all the space you provide