summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2011-05-09 00:19:20 +0000
committerChristian Pointner <equinox@ffgraz.net>2011-05-09 00:19:20 +0000
commit7b2f78f05be0849efb5507a0df64074187bceb7d (patch)
treeb1572d1ff6192f8cf89c769bb20b43cc3d3f63e7
parent8d3c6d33f2bc9290a02567051f21bf50fa0267fa (diff)
added language flags
-rw-r--r--css/ffgraz.css15
-rw-r--r--images/at.pngbin0 -> 1390 bytes
-rw-r--r--images/at_dis.pngbin0 -> 778 bytes
-rw-r--r--images/de.pngbin0 -> 1614 bytes
-rw-r--r--images/de_dis.pngbin0 -> 825 bytes
-rw-r--r--images/uk.pngbin0 -> 4342 bytes
-rw-r--r--images/uk_dis.pngbin0 -> 1641 bytes
-rw-r--r--images/us.pngbin0 -> 3291 bytes
-rw-r--r--images/us_dis.pngbin0 -> 1452 bytes
-rw-r--r--template/index.html6
10 files changed, 20 insertions, 1 deletions
diff --git a/css/ffgraz.css b/css/ffgraz.css
index 0e9c47c..15b0aee 100644
--- a/css/ffgraz.css
+++ b/css/ffgraz.css
@@ -56,6 +56,21 @@ div#links a {
font-weight: bold;
font-size: 9pt;
}
+div#links ul#lang li {
+ padding: 0.15em 0.15em;
+ margin: 0;
+ border: 0;
+}
+div#links ul#lang li:first-child {
+ padding-left: 1.5em;
+}
+div#links ul#lang li img {
+ max-height: 48px;
+ height: 2em;
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
div#navigation {
diff --git a/images/at.png b/images/at.png
new file mode 100644
index 0000000..20d91fe
--- /dev/null
+++ b/images/at.png
Binary files differ
diff --git a/images/at_dis.png b/images/at_dis.png
new file mode 100644
index 0000000..4972e5a
--- /dev/null
+++ b/images/at_dis.png
Binary files differ
diff --git a/images/de.png b/images/de.png
new file mode 100644
index 0000000..1d1ab43
--- /dev/null
+++ b/images/de.png
Binary files differ
diff --git a/images/de_dis.png b/images/de_dis.png
new file mode 100644
index 0000000..d61bb1b
--- /dev/null
+++ b/images/de_dis.png
Binary files differ
diff --git a/images/uk.png b/images/uk.png
new file mode 100644
index 0000000..3522ad0
--- /dev/null
+++ b/images/uk.png
Binary files differ
diff --git a/images/uk_dis.png b/images/uk_dis.png
new file mode 100644
index 0000000..0b772aa
--- /dev/null
+++ b/images/uk_dis.png
Binary files differ
diff --git a/images/us.png b/images/us.png
new file mode 100644
index 0000000..3f0a4a5
--- /dev/null
+++ b/images/us.png
Binary files differ
diff --git a/images/us_dis.png b/images/us_dis.png
new file mode 100644
index 0000000..9206f42
--- /dev/null
+++ b/images/us_dis.png
Binary files differ
diff --git a/template/index.html b/template/index.html
index 5d386e5..942df9b 100644
--- a/template/index.html
+++ b/template/index.html
@@ -11,10 +11,14 @@
<ul>
<li><a href="/">Home</a></li>
<li><a href="http://wiki.ffgraz.net">Wiki</a></li>
- <li><a href="/">Andere Initiativen</a></li>
+ <li><a href="/">Verwandte Initiativen</a></li>
<li><a href="/">Links</a></li>
<li><a href="/">Kontakt / Impressum</a></li>
</ul>
+ <ul id="lang">
+ <li><a href="/"><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></a></li>
+ <li><a href="/"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
+ </ul>
<div style="clear: both"></div>
</div>
<div id="navigation">