Der Text <a href="http://wiki.llz.uni-halle.de/Umfrage">Umfrage</a> wurde von den <a href="http://wiki.llz.uni-halle.de/index.php5?title=Umfrage&action=history">Autoren</a> unter der Creative Commons Lizenz <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">cc-by-nc-sa-3.0-de</a> verˆffentlicht.
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 75: | Zeile 75: | ||
left: 115px; | left: 115px; | ||
} | } | ||
</style></html> | </style> | ||
<script type="text/javascript"> | |||
function showLicenceSourcecode(outputOption) { | |||
var outputSource | |||
switch (outputOption) { | |||
case "wikitext": | |||
outputSource = "Der Text [http://wiki.llz.uni-halle.de/Umfrage Umfrage] wurde von den [http://wiki.llz.uni-halle.de/index.php5?title=Umfrage&action=history Autoren] unter der Creative Commons Lizenz [http://creativecommons.org/licenses/by-nc-sa/3.0/de/ cc-by-nc-sa-3.0-de] verˆffentlicht."; | |||
document.getElementById("wikitext").className = "tab first selected"; | |||
document.getElementById("markup").className = "tab"; | |||
break; | |||
case "markup": | |||
outputSource = "Der Text <a href=\"http://wiki.llz.uni-halle.de/Umfrage\">Umfrage</a> wurde von den <a href=\"http://wiki.llz.uni-halle.de/index.php5?title=Umfrage&action=history\">Autoren</a> unter der Creative Commons Lizenz <a href=\"http://creativecommons.org/licenses/by-nc-sa/3.0/de/\">cc-by-nc-sa-3.0-de</a> verˆffentlicht."; | |||
document.getElementById("wikitext").className = "tab first"; | |||
document.getElementById("markup").className = "tab selected"; | |||
break; | |||
} | |||
document.getElementById("sourcecode").firstChild.replaceData(0, document.getElementById("sourcecode").firstChild.nodeValue.length, outputSource); | |||
} | |||
</script> | |||
</html> | |||
<div class="popup"> | <div class="popup"> | ||
<div class="box"> | <div class="box"> |
Version vom 14. Oktober 2013, 20:14 Uhr
Sofern nicht anders angegeben, stehen die Inhalte unter der Creative Commons Lizenz cc-by-nc-sa-3.0-de.
Aktivieren Sie Javascript um diese Funktion zu nutzen.