|
|
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| Sofern nicht anders angegeben, stehen die Inhalte unter der Creative Commons Lizenz <html><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/" target="_blank">cc-by-nc-sa-3.0-de</a></html>.
| | {{#switch: {{NAMESPACE}} |
| | | | |
| <html><style type=text/css>
| | | Glossar |
| .popup {
| | | Portal = Der Text <a href="{{SERVER}}/{{FULLPAGENAME}}">{{SUBPAGENAME}}</a> wurde von den <a href="{{SERVER}}/index.php?title={{FULLPAGENAME}}&action=history">Autoren</a> des Zentrums für multimediales Lehren und Lernen der Martin-Luther-Universität Halle-Wittenberg unter der Creative Commons Lizenz <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">cc-by-sa-4.0</a> veröffentlicht. |
| /* display: none; */
| | | #default = Der Text dieser Seite wurde nicht unter der Creative Commons Lizenz veröffentlicht. |
| }
| | }} |
| .popup * {
| |
| margin: 0px;
| |
| padding: 0px;
| |
| }
| |
| .popup .box {
| |
| width: 250px;
| |
| border: 1px solid #aaaaaa;
| |
| border-top-left-radius: 8px;
| |
| border-top-right-radius: 8px;
| |
| background-color: #f3f3f3;
| |
| }
| |
| .popup .text {
| |
| font-size: 13px;
| |
| line-height: 1.3em;
| |
| font-family: sans-serif;
| |
| padding: 10px;
| |
| }
| |
| .popup .text a {
| |
| text-decoration: none;
| |
| color: rgb(0,138,163);
| |
| }
| |
| .popup .text a:hover {
| |
| text-decoration: underline;
| |
| }
| |
| .popup ul.menu {
| |
| border: none;
| |
| background-image: url(http://wiki.llz.uni-halle.de/skins/custom/images/aaaaaa.png);
| |
| background-repeat: repeat-x;
| |
| background-position: bottom;
| |
| }
| |
| .popup li.tab.selected {
| |
| display: inline-block;
| |
| border: 1px solid #aaaaaa;
| |
| border-bottom: 1px solid white;
| |
| padding: 6px 12px;
| |
| background-color: white;
| |
| }
| |
| .popup li.tab {
| |
| display: inline-block;
| |
| border: none;
| |
| padding: 6px 12px;
| |
| background-color: #f3f3f3;
| |
| border-bottom: 1px solid #aaaaaa;
| |
| }
| |
| .popup li.first {
| |
| margin-left: 20px;
| |
| }
| |
| .popup a.link {
| |
| text-decoration: none;
| |
| color: black;
| |
| font-size: 13px;
| |
| line-height: 1.3em;
| |
| font-family: sans-serif;
| |
| }
| |
| .popup .source {
| |
| max-height: 100px;
| |
| font-size: 13px;
| |
| line-height: 1.3em;
| |
| font-family: monospace;
| |
| padding: 10px;
| |
| overflow: auto;
| |
| background-color: white;
| |
| }
| |
| .popup .speech {
| |
| background-image: url(speech.png);
| |
| background-repeat: no-repeat;
| |
| width: 20px;
| |
| height:20px;
| |
| position: relative;
| |
| top: -1px;
| |
| left: 115px;
| |
| }
| |
| </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="box">
| |
| <div class="text">
| |
| Der Text <a href="{{SERVER}}/{{FULLPAGENAME}}">{{PAGENAME}}</a> wurde von den <a href="http://wiki.llz.uni-halle.de/index.php5?title={{FULLPAGENAME}}&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.
| |
| </div>
| |
| <ul class="menu">
| |
| <li id="wikitext" class="tab first selected"><a class="link" href="javascript:showLicenceSourcecode('wikitext')" >Wikitext</a></li>
| |
| <li id="markup" class="tab"><a class="link" href="javascript:showLicenceSourcecode('markup')">Quellcode</a></li>
| |
| </ul>
| |
| <div id="sourcecode" class="source">Aktivieren Sie Javascript um diese Funktion zu nutzen.</div>
| |
| </div>
| |
| <div class="speech"></div>
| |
| </div>
| |