blob: a48af995a934fc595915e1d2394b4fe4849dc1a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Forum – Neo-Layout
</title>
<link rel="search" href="/search" />
<link rel="help" href="/wiki/TracGuide" />
<link rel="alternate" href="/wiki/Mailingliste?format=txt" type="text/x-trac-wiki" title="Plain Text" />
<link rel="start" href="/wiki" />
<link rel="shortcut icon" href="http://neo-layout.org/favicon.ico" type="image/x-icon" />
<link rel="icon" href="http://neo-layout.org/favicon.ico" type="image/x-icon" />
<link type="application/opensearchdescription+xml" rel="search" href="/search/opensearch" title="Search Neo-Layout" />
<style type="text/css" media="screen">
html {height:100%;margin:0;padding:0;}
body {height:100%;margin:0;padding:0;}
#forum {border:none; outline:1px solid grey; padding:0;margin:0.5% 0.5% 0 0.5%;}
iframe {margin:0;padding:0;border:none;}
</style>
<script type="text/javascript">
var lookAlive = 0
window.onload=setTimeout(setMeUp, 250);
function setMeUp(){
document.getElementById('forum').setAttribute('onload', 'iframeLoaded()');
document.getElementById('forum').setAttribute('src','http://gmane.org/language.php?set_language=ger&from=');
}
function iframeLoaded(){
if (lookAlive == 0)
document.getElementById('forum').setAttribute('src','http://blog.gmane.org/gmane.comp.hardware.keyboards.layout.neo/?set_lines=100000');
else if (lookAlive == 1)
document.getElementById('forum').setAttribute('src','http://blog.gmane.org/gmane.comp.hardware.keyboards.layout.neo?set_blog_all=no');
else if (lookAlive == 2)
doWhatIWant();
lookAlive++;
}
function doWhatIWant(){
if (document.styleSheets[0].cssRules)
document.styleSheets[0].insertRule('.settings{display:none;}',0);
else if (document.styleSheets[0].rules)
document.styleSheets[0].addRule('.settings','display:none');
document.getElementById('forum').setAttribute('src','http://blog.gmane.org/gmane.comp.hardware.keyboards.layout.neo/?set_user_css=http%3A%2F%2Fneo-layout.org%2Fforum%2Fgmane.css&do_set_user_css=t');
document.getElementById('forum').setAttribute('width','99%');
document.getElementById('forum').setAttribute('height','98%');
}
</script>
</head>
<body><div class="settings">Einstellungen werden vorgenommen, bitte warten …<br /><br />Javascript und Cookies von gmane.org müssen zugelassen werden.</div>
<iframe id="forum" width="1" height="1" src="about:blank"></iframe>
</body>
</html>
|