Introduction. | |
---|---|
In this article we will show you how to place a link for a URL web address or email address in your design. |
That's how you do it: |
---|
Een aantal voorbeelden van linkjes die je via HTML zelf kunt toevoegen. |
---|
Link to Google maps, for example, for directions. These can be used in an e-mail to the participant and/or teacher. With thanks to Hervé Buisset, the Nestor. <a href="https://www.google.com/maps/search/?api=1&query=[Opleidingslocatiebedrijf:Naam]+[Opleidingslocatiebedrijf:BezoekAdres]+[Opleidingslocatiebedrijf:BezoekPlaats]" target="_blank">map</a> Example document template training participant (invitation participant): You use one location in the training: <a href="https://www.google.com/maps/search/?api=1&query=[Beginlocatiebedrijf:Naam]+[Beginlocatiebedrijf:BezoekAdres]+[Beginlocatiebedrijf:BezoekPlaats]" target="_blank">map</a>You use multiple locations, placed in a planning table: <a href="https://www.google.com/maps/search/?api=1&query=[OpleidingsLocatie][LocatieBedrijf:Naam]+[LocatieBedrijf:BezoekAdres]+[LocatieBedrijf:BezoekPlaats][/OpleidingsLocatie]" target="_blank">kaart</a> |
Open document on the local network. If you want a participant to be able to download homework assignments, presentations or other forms on your own local network, you can add the following link. Example: <a href="file://F:/Mediatheek/Opleidingscarrousel/Gedragsclassificatie.pdf">Klik hier om het draaiboek te openen</a> Note: to open the document you must be logged in on the local network, and have permissions on the directory where the document is stored. |
Opt-in Opt-out linkmailing Via the Mailing module a mailing can be sent with a link to unsubscribe; opt-out. The merge code can be found in the document template under 'MailingItem': [MailingItem:OptOutLink]. The personal file will be updated after clicking on the link in the sent document: |