[Gpg4win-commits] r207 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 8 21:46:27 CET 2006
Author: jan
Date: 2006-03-08 21:46:27 +0100 (Wed, 08 Mar 2006)
New Revision: 207
Modified:
trunk/doc/website/index-de.htm4
trunk/doc/website/index.htm4
trunk/doc/website/template_header.m4
Log:
Generalize language switch.
Modified: trunk/doc/website/index-de.htm4
===================================================================
--- trunk/doc/website/index-de.htm4 2006-03-08 14:32:16 UTC (rev 206)
+++ trunk/doc/website/index-de.htm4 2006-03-08 20:46:27 UTC (rev 207)
@@ -3,6 +3,7 @@
m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
m4_define(`DE')
+m4_define(`EN_FILE', `index.html')
PAGE_START
<h2>Neuer Anwender?</h2>
Modified: trunk/doc/website/index.htm4
===================================================================
--- trunk/doc/website/index.htm4 2006-03-08 14:32:16 UTC (rev 206)
+++ trunk/doc/website/index.htm4 2006-03-08 20:46:27 UTC (rev 207)
@@ -3,6 +3,7 @@
m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
m4_define(`EN')
+m4_define(`DE_FILE', `index-de.html')
PAGE_START
<h2>New User?</h2>
Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4 2006-03-08 14:32:16 UTC (rev 206)
+++ trunk/doc/website/template_header.m4 2006-03-08 20:46:27 UTC (rev 207)
@@ -24,8 +24,8 @@
<h1>__TITLE</h1>
</td>
<td>
- LANG_LINK(`EN',`english',`index.html') |
- LANG_LINK(`DE',`deutsch',`index-de.html')
+ LANG_LINK(`EN',`english', EN_FILE) |
+ LANG_LINK(`DE',`deutsch', DE_FILE)
</td>
</table>
<table id="bigbar">
More information about the Gpg4win-commits
mailing list