Mercurial > mxd2map
annotate website/contact.htm4 @ 162:dd4bb5869f86
replaced mapWOC with MXD2map
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 13:23:24 +0200 |
parents | 579b94f442a9 |
children | bdf58d5b7d92 |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `contact-de.html') | |
7 m4_define(`TITLE', `Kontakt') | |
8 m4_define(`MAIN', `contact') | |
9 | |
10 PAGE_START | |
11 | |
12 <div id="intro"> | |
13 <h2>Contact</h2> | |
14 <p></p> | |
15 </div> | |
16 | |
17 <div id="main"> | |
18 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
19 <h2>MXD2map Community</h2> |
155 | 20 <p>TODO: Mailinglisten</p> |
21 | |
22 <h2>Professional Support and Press</h2> | |
23 <p>TODO: Intevation, | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
24 <a href="mailto:mxd2map@intevation.de">mxd2map@intevation.de</a></p> |
155 | 25 |
26 </div> | |
27 |