Mercurial > mxd2map
view website/template.m4 @ 273:5161c64e237a
* website/about-de.htm4, website/about.htm4,
website/img/arcgis_example-image.png,
website/img/arcgis_example-image_small.png,
website/img/mapserver_example-image.png,
website/img/mapserver_example-image_small.png: Added two
screenshots to the website (the example of the installer).
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 09 Sep 2011 11:45:45 +0200 |
parents | 579b94f442a9 |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> m4_dnl $Id: template.m4,v 1.3 2005/05/02 09:03:34 wilde Exp $ m4_dnl ------------------------------------------------------------ m4_dnl Macros to use in Pages m4_define(`I18N',`m4_ifdef(`$1',`$2')') m4_define(`LANG_LINK',`m4_ifdef(`$1',`$2',`m4_ifelse(`$3',`EN_FILE',`<strike>$2</strike>',`$3',`DE_FILE',`<strike>$2</strike>',`<a href="$3">$2</a>')')') m4_define(`MENU', `m4_ifelse(`$4',`$5', `m4_ifelse(`$6', `1', `<li class="active"><a href="$1-de.html">$2</a>', `<li class="active"><a href="$1.html">$3</a>')', `m4_ifelse(`$6', `1', `<li><a href="$1-de.html">$2</a>', `<li><a href="$1.html">$3</a>')')') m4_define(`PAGE_TITLE',`m4_define(`__TMPL_PAGE_TITLE',`$1')') m4_define(`PAGE_ROOT',`m4_define(`__TMPL_ROOT',`$1')') m4_define(`PAGE_START',`m4_include(`template_header.m4')')