Skip to content

Instantly share code, notes, and snippets.

@schuhwerk
Created October 11, 2017 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schuhwerk/891d2c98110fa7364892c2ea7370c145 to your computer and use it in GitHub Desktop.
Save schuhwerk/891d2c98110fa7364892c2ea7370c145 to your computer and use it in GitHub Desktop.
Platzhalter in {} sind zu ersetzen!
Externer Link über die Schaltfläche des ILIAS-Editors. Link öffnet sich in neuem Fenster/Tab, je
nach Browser-Einstellung des Users:
[xln url="{URL des Space}"]{anzuzeigender Text}[/xln]
Beispiel:
[xln url="https://llc.th-koeln.de/ipk/"]Space: Interne Projektkoordination[/xln]
Externer Link als HTML Link:
a) Link öffnet in neuem Tab/Fenster:
<a target="_blank" href="{URL des Space}">{anzuzeigender Text}</a>
b) Link öffnet im selben Tab/Fenster:
<a target="_self" href="{URL des Space}">{anzuzeigender Text}</a>
Beispiel:
<a target="_self" href="https://llc.th-koeln.de/ipk/">Space: Interne Projektkoordination</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment