Welcome: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "languageTest" to "LanguageSet") |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__{{LanguageSet|master page=Willkommen|language=en}} | __NOTOC__{{LanguageSet|master page=Willkommen|language=en}} | ||
<div | <div id='tags'> | ||
{{#ask: [[tag::+]][[Language_code::en]] | |||
[[ | |mainlabel=- | ||
|?tag | |||
|format=ul | |||
|headers=hide | |||
}} | |||
</div> | </div> | ||
<html> | |||
<div id="myCanvasContainer" > | |||
<canvas width="300" height="400" id="myCanvas" style='float:left'> | |||
<p>In Internet Explorer versions up to 8, things inside the canvas are inaccessible!</p> | |||
</canvas> | |||
</div> | |||
<script type="text/javascript"> | |||
window.onload = function() { | |||
try { | |||
TagCanvas.textColour = '#0000ff'; | |||
TagCanvas.outlineColour = '#ff8000' | |||
TagCanvas.Start('myCanvas','tags'); | |||
} catch(e) { | |||
// something went wrong, hide the canvas container | |||
document.getElementById('myCanvasContainer').style.display = 'none'; | |||
} | |||
}; | |||
</script> | |||
</html> | |||
[[File:Willkommen.png|600px|right]] | |||
[[Category:frontend]] | [[Category:frontend]] | ||