Mercurial > mxd2map
comparison contact.htm4 @ 155:5a882b5773c9
initial website.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Wed, 30 Mar 2011 15:51:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 155:5a882b5773c9 |
---|---|
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 | |
19 <h2>mapWOC Community</h2> | |
20 <p>TODO: Mailinglisten</p> | |
21 | |
22 <h2>Professional Support and Press</h2> | |
23 <p>TODO: Intevation, | |
24 <a href="mailto:mapwoc@intevation.de">mapwoc@intevation.de</a></p> | |
25 | |
26 </div> | |
27 |