Mercurial > mxd2map
annotate website/header.m4 @ 289:cdf8e75dc2e1
Fixed anchor-links, added FOSSGIS-video to news-section
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Tue, 03 Apr 2012 09:55:58 +0200 |
parents | 04cfc5baf72d |
children | d35744fcfc8e |
rev | line source |
---|---|
155 | 1 m4_ifdef(`FANCY_HEADER', ` |
2 <div class="fancy_intro"> | |
3 <div id="download_button"> | |
4 m4_ifelse(LANG_DE, `1', ` | |
5 <a href="download-de.html"> | |
6 <span class="text"> | |
283
ffe02cf1b2a1
Updated Website to version 1.0, added download-links
Stephan Holl <stephan.holl@intevation.de>
parents:
269
diff
changeset
|
7 MXD2map 1.0<br />herunterladen |
155 | 8 </span></a>', ` |
9 <a href="download.html"> | |
10 <span class="text"> | |
283
ffe02cf1b2a1
Updated Website to version 1.0, added download-links
Stephan Holl <stephan.holl@intevation.de>
parents:
269
diff
changeset
|
11 Download<br />MXD2map 1.0 |
155 | 12 </span></a>') |
13 </div> | |
269
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
14 <div class="h_text"> |
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
15 <p><span class="heading">News</span></p> |
283
ffe02cf1b2a1
Updated Website to version 1.0, added download-links
Stephan Holl <stephan.holl@intevation.de>
parents:
269
diff
changeset
|
16 <small>2011-10-06</small><br> |
269
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
17 <span class="serif_word"> |
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
18 m4_ifelse(LANG_DE, `1', ` |
288
04cfc5baf72d
linked to the press-releases on our website (without new tab-window)
Stephan Holl <stephan.holl@intevation.de>
parents:
285
diff
changeset
|
19 <a href="http://intevation.de/news.de.html#MXD2map1.0">MXD2map 1.0 ver�ffentlicht</a></span>', ` |
04cfc5baf72d
linked to the press-releases on our website (without new tab-window)
Stephan Holl <stephan.holl@intevation.de>
parents:
285
diff
changeset
|
20 <a href="http://intevation.de/news.en.html#MXD2map1.0">MXD2map 1.0 released</a></span>') |
289
cdf8e75dc2e1
Fixed anchor-links, added FOSSGIS-video to news-section
Stephan Holl <stephan.holl@intevation.de>
parents:
288
diff
changeset
|
21 <small>2012-03-22</small><br> |
cdf8e75dc2e1
Fixed anchor-links, added FOSSGIS-video to news-section
Stephan Holl <stephan.holl@intevation.de>
parents:
288
diff
changeset
|
22 <span class="serif_word"> |
cdf8e75dc2e1
Fixed anchor-links, added FOSSGIS-video to news-section
Stephan Holl <stephan.holl@intevation.de>
parents:
288
diff
changeset
|
23 m4_ifelse(LANG_DE, `1', `MXD2map auf FOSSGIS 2012 (<a href="http://db0smg.afug.uni-goettingen.de/~fossgis/FOSSGIS2012-422-de-MXD2map%20-%20ein%20freier%20Konverter%20von%20ArcGIS%20MXD-Dateien%20zu%20UMN%20MapServer.mp4">Video</a>)</span>', ` |
cdf8e75dc2e1
Fixed anchor-links, added FOSSGIS-video to news-section
Stephan Holl <stephan.holl@intevation.de>
parents:
288
diff
changeset
|
24 MXD2map at FOSSGIS 2012 (<a href="http://db0smg.afug.uni-goettingen.de/~fossgis/FOSSGIS2012-422-de-MXD2map%20-%20ein%20freier%20Konverter%20von%20ArcGIS%20MXD-Dateien%20zu%20UMN%20MapServer.mp4">Video</a>)</span>') |
269
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
25 </div> |
155 | 26 </div>', ` |
27 m4_ifdef(`NO_HEADER',, ` | |
28 <div class="mini_intro"> | |
29 <div id="breadcrum">m4_ifelse(LANG_DE, `1', `<a href="index-de.html">', `<a | |
30 href="index.html">')Home</a> » | |
31 m4_ifelse(LANG_DE, `1', ` | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
32 m4_ifelse(MAIN, `about', `�ber MXD2map') |
155 | 33 m4_ifelse(MAIN, `download', `Download') |
34 m4_ifelse(MAIN, `development', `Entwicklung') | |
35 m4_ifelse(MAIN, `contact', `Kontakt') | |
36 m4_ifelse(MAIN, `donate', `Spenden') | |
37 m4_ifelse(MAIN, `license', `Lizenz') | |
38 m4_ifelse(MAIN, `impressum', `Impressum') | |
39 ') | |
40 m4_ifelse(LANG_DE, `0', ` | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
41 m4_ifelse(MAIN, `about', `About MXD2map') |
155 | 42 m4_ifelse(MAIN, `download', `Download') |
43 m4_ifelse(MAIN, `development', `Development') | |
44 m4_ifelse(MAIN, `contact', `Contact') | |
45 m4_ifelse(MAIN, `donate', `Donate') | |
46 m4_ifelse(MAIN, `license', `License') | |
47 m4_ifelse(MAIN, `impressum', `Impressum') | |
48 ') | |
49 </div> | |
50 </div> | |
51 <br clear="all" /> | |
52 ')') |