English
Step 1: Download the banner or buttons you want
Step 2: place banner within your web page then view the html code --locate your banner or button where you will be adding the code below
Step 3: Add eLearning Registration Link javascript code around banner or button --making sure to change the following:
Change the irra=123456 to reflect your store number
/INPUT_YOUR_IMAGE_PATH_IN_HERE/eLearning2.gif to your own websites path and the banner name that you are using
Adjust the height and width properties of the image based on the banner you are using
Banner Link Code:
<script language="JavaScript"; type="text/JavaScript">
function PADIeLearning() {
accessWin =
window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
</script>
<a href="JavaScript: PADIeLearning();"><img src="/INPUT_YOUR_IMAGE_PATH_IN_HERE/eLearning2.gif" width="468" height="60" border="0"></a>
German
Schritt 1: lade einen Banner runter und speichere ihn in deinem Webprogramm
Schritt 2: Plaziere den Banner auf deiner Webseite
schritt 3: Plaziere den Java Script Code um den RUNTERGELADENEN BANNER und modifiziere ihn wie folgt
Banner Link Code:
<script language="JavaScript"; type="text/JavaScript">
function PADIeLearning() {
accessWin =
window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
</script>
<a href="JavaScript: PADIeLearning();"><img src="/ RUNTERGELADENEN BANNER" width="468" height="60" border="0"></a>
Spanish
Banner Link Code:
<script language="JavaScript"; type="text/JavaScript">
function PADIeLearning() {
accessWin =
window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
</script>
<a href="JavaScript: PADIeLearning();"><img src="/ BANNER DESCARGADO" width="468" height="60" border="0"></a>
French
Point 1: Télécharger une bannière ci-dessous et l'enregistrer dans le dossier image de son site web
Point 2: Placer la bannière sur la page de son site web en allant la rechercher sur le dossier image en question
Point 3: Placer le code JavaScript (ci-dessous en rouge) dans la partie du code relative à la bannière et personnaliser ce dernier comme suit :
„123456“ -> personnaliser avec votre numéro de centre
“BANNIERE TELECHARGEE” -> mentionner l'endroit où votre bannière est stockée (url relative ou absolue)
Code source de la bannière :
<script language="JavaScript"; type="text/JavaScript">
function PADIeLearning() {
accessWin =
window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
</script>
<a href="JavaScript: PADIeLearning();"><img src="/ BANNIERE TELECHARGEE CI-DESSOUS" width="468" height="60" border="0"></a>
Italian
Step 1: scarica il banner e salvalo nel tuo programma web
Step 2: Posiziona il banner sul tuo sito web
Step 3: Inserisci il codice Java Script intorno al BANNER SCARICATO e modificalo come segue
Sostituisci il numero =123456 nel testo sotto con il numero del tuo centro
Posiziona il link del banner come descritto sopra
Codice del Link Banner:
<script language="JavaScript"; type="text/JavaScript">
function PADIeLearning() {
accessWin =
window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
</script>
<a href="JavaScript: PADIeLearning();"><img src="/ BANNER SCARICATO" width="468" height="60" border="0"></a>
Dutch
Stap 1: Download de banner of knoppen die je wilt
Stap 2: Plaats de banner in je webpagina en kijk dan naar de html code -- zoek naar de onderstaande code om je banner of knop te vinden
Stap 3: Voeg de elearning registratie link javascript code toe aan de banner of knop -- let er op dat je het volgende verandert:
Verander =123456 in je eigen irra winkelnummer
Plaats de banner zoals hierboven aangegeven op de juiste plaats
Banner Link Code:
<script language="JavaScript"; type="text/JavaScript">
function PADIeLearning() {
accessWin =
window.open('https://www.padi.com/padi/elearning/default.aspx?irra=123456','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
</script>
<a href="JavaScript: PADIeLearning();"><img src="/INPUT_YOUR_IMAGE_PATH_IN_HERE/eLearning2.gif" width="468" height="60" border="0"></a>