Mercurial > mxd2map
comparison template_header.m4 @ 158:c4fa8e2cb5f7
mxd2map init
author | Karl-Heinz Ruskowski <khruskowski@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 12:18:13 +0200 |
parents | 5a882b5773c9 |
children |
comparison
equal
deleted
inserted
replaced
157:ee9f3bb16f36 | 158:c4fa8e2cb5f7 |
---|---|
5 | 5 |
6 m4_define(`__TITLE',m4_dnl | 6 m4_define(`__TITLE',m4_dnl |
7 I18N(`EN',`Webseiten-Integritätsprüfung')`'m4_dnl | 7 I18N(`EN',`Webseiten-Integritätsprüfung')`'m4_dnl |
8 I18N(`DE',`Website Integrity Check')) | 8 I18N(`DE',`Website Integrity Check')) |
9 | 9 |
10 m4_ifdef(`__TMPL_PAGE_TITLE',,`m4_define(`__TMPL_PAGE_TITLE',`mapWOC - 'TITLE)') | 10 m4_ifdef(`__TMPL_PAGE_TITLE',,`m4_define(`__TMPL_PAGE_TITLE',`<PN> - 'TITLE)') |
11 | 11 |
12 m4_define(`LINK', | 12 m4_define(`LINK', |
13 `m4_ifelse($1, NO_LINK_FOR, | 13 `m4_ifelse($1, NO_LINK_FOR, |
14 `$2', | 14 `$2', |
15 `<a href="$1">$2</a>')') | 15 `<a href="$1">$2</a>')') |