diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-01-15 20:56:49 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-01-15 20:56:49 +0100 |
commit | bb10e422d800dd24f30a5ca626c2bd30e88f6935 (patch) | |
tree | 0934c0a7e767121bdfdee7248b591f5c4620b9c4 | |
parent | be44095bd5050de1eeaefa6ede28cdc6e7917413 (diff) | |
download | mutti-web-bb10e422d800dd24f30a5ca626c2bd30e88f6935.tar.gz mutti-web-bb10e422d800dd24f30a5ca626c2bd30e88f6935.tar.bz2 mutti-web-bb10e422d800dd24f30a5ca626c2bd30e88f6935.zip |
layout: Add link to kfw consultat referee
-rw-r--r-- | xsl/layout.xsl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 13b0c38..f70a85f 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -67,6 +67,17 @@ <a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" style="margin-left: -5px"> <img src="idz-siegel.jpg" alt="Fachberaterin für Existenzgründer - Institut für Dienstleistungszertifizierung" /> </a> + <div style=" + width: 130px; + padding: 5px; + margin-top: 5px; + background: #983D3A; + border: 2px #C02020 solid; + color: #FFFFFF; text-align: center"> + <a style="display: block; text-decoration: none; font-size: 14px; color: white" href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> + Referenzen + </a> + </div> </div> <div style="position:relative; margin:0px"> <xsl:apply-templates mode="html" /> |