From 69db5f3a8390f7d93f2e0327d0e922d98dc120f5 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 23 Aug 2011 16:07:16 +0200 Subject: contact: Add a googlemap --- contact.xml | 3 +++ xsl/common.xsl | 1 + xsl/googlemaps.xsl | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 xsl/googlemaps.xsl diff --git a/contact.xml b/contact.xml index de75143..f1fd253 100644 --- a/contact.xml +++ b/contact.xml @@ -4,4 +4,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:s="https://beratung-franzke.de/web-tpl"> +
+ +
diff --git a/xsl/common.xsl b/xsl/common.xsl index 7541576..cba6291 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -7,6 +7,7 @@ + diff --git a/xsl/googlemaps.xsl b/xsl/googlemaps.xsl new file mode 100644 index 0000000..dd77743 --- /dev/null +++ b/xsl/googlemaps.xsl @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 0 + no + + + + + -- cgit