summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 19:36:52 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 19:36:52 +0100
commitafc98740009a011943d419e3cc989be7f097a585 (patch)
tree4f29482de5dbfdc08668559c10cfa5ec5cf773b4
parent9768bdd03ffb8a57b6db81f4a677ceb1318c6669 (diff)
downloadwww-afc98740009a011943d419e3cc989be7f097a585.tar.gz
www-afc98740009a011943d419e3cc989be7f097a585.tar.bz2
www-afc98740009a011943d419e3cc989be7f097a585.zip
fix onload issue
-rw-r--r--about.html24
-rw-r--r--common/header.inc3
2 files changed, 21 insertions, 6 deletions
diff --git a/about.html b/about.html
index 7607de0a..53c67131 100644
--- a/about.html
+++ b/about.html
@@ -15,29 +15,41 @@
<div class="row">
<div class="col-lg-4">
<h2><a href="http://grothoff.org/christian/">Christian Grothoff</a></h2>
- <p>Local megalomaniac. I mean, who'd create a new payment system and a new Internet?</p>
+ <p lang="en">Local megalomaniac. I mean, who'd create a new payment system and a new Internet?</p>
+ <p lang="de"></p>
+ <p lang="fr"></p>
</div>
<div class="col-lg-4">
<h2>Julian Kirsch</h2>
- <p>Hacks Linux, FreeBSD, Web sites and the deep state at leisure.</p>
+ <p lang="en">Hacks Linux, FreeBSD, Web sites and the deep state at leisure.</p>
+ <p lang="de"></p>
+ <p lang="fr"></p>
</div>
<div class="col-lg-4">
<h2>Florian Dold</h2>
- <p>Is currently on probation at Microsoft.</p>
+ <p lang="en">Is currently on probation at Microsoft.</p>
+ <p lang="de"></p>
+ <p lang="fr"></p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2>Sree Harsha Totakura</h2>
- <p>Mostly harmless.</p>
+ <p lang="en">Mostly harmless.</p>
+ <p lang="de"></p>
+ <p lang="fr"></p>
</div>
<div class="col-lg-4">
<h2>Benedikt M&uuml;ller.</h2>
- <p>Loves SEPA.</p>
+ <p lang="en">Loves SEPA.</p>
+ <p lang="de"></p>
+ <p lang="fr"></p>
</div>
<div class="col-lg-4">
<h2><a href="https://www.stallman.org/">Richard M. Stallman</a></h2>
- <p>Ethics enthusiast.</p>
+ <p lang="en">Ethics enthusiast.</p>
+ <p lang="de">Chef GNUisance.</p>
+ <p lang="fr"></p>
</div>
</div>
diff --git a/common/header.inc b/common/header.inc
index 163582c4..76da088d 100644
--- a/common/header.inc
+++ b/common/header.inc
@@ -11,6 +11,9 @@
<link href="lang.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script src="lang.js"></script>
+ <script type="text/javascript">//<![CDATA[
+ loadLang();
+ //]]></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>