Mercurial > mxd2map
annotate website/download.htm4 @ 187:ea7858d75459
* website/img/inmenulogo.png ,website/img/logo_single.png
,website/img/logo_single_100.png ,website/img/logo_wide.png: Added
new Logo for MXD2map
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 14:06:07 +0200 |
parents | dd4bb5869f86 |
children | bdf58d5b7d92 |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- vim:filetype=html: |
2 m4_include(`template.m4') | |
3 m4_dnl $Id:$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `download-de.html') | |
7 m4_define(`TITLE', `Download') | |
8 m4_define(`MAIN', `download') | |
9 | |
10 PAGE_START | |
11 | |
12 <div id="intro"> | |
13 <h2>Download</h2> | |
14 <p>Free software, free download</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</h2> |
155 | 20 |
21 <p>TODO</p> | |
22 | |
23 <div class="dlbutton2"> | |
24 <img src="img/dl_arrow.png" alt="" /> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
25 <a href="DOWNLOAD_URL" class="dlbutton2">MXD2map 1.0 alpha1<br /> |
155 | 26 <span class="version"><small>Size: DL_SIZE | Released: DL_DATE</small></span> |
27 </a> | |
28 </div> | |
29 | |
30 | |
31 <h4>Installation</h4> | |
32 | |
33 <p>TODO</p> | |
34 | |
35 </div> |